CVE-2025-62491
Gravedad CVSS v4.0:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
16/10/2025
Última modificación:
30/10/2025
Descripción
*** Pendiente de traducción *** A Use-After-Free (UAF) vulnerability exists in the QuickJS engine&#39;s standard library when iterating over the global list of unhandled rejected promises (ts->rejected_promise_list).<br />
<br />
* The function js_std_promise_rejection_check attempts to iterate over the rejected_promise_list to report unhandled rejections using a standard list loop.<br />
<br />
<br />
* The reason for a promise rejection is processed inside the loop, including calling js_std_dump_error1(ctx, rp->reason).<br />
<br />
<br />
* If the promise rejection reason is an Error object that defines a custom property getter (e.g., via Object.defineProperty), this getter is executed during the error dumping process.<br />
<br />
<br />
* The malicious custom getter can execute JavaScript code that calls catch() on the same rejected promise being processed.<br />
<br />
<br />
* Calling catch() internally triggers js_std_promise_rejection_tracker, which then removes and frees the current promise entry (JSRejectedPromiseEntry) from the rejected_promise_list.<br />
<br />
<br />
* Since the list iteration continues using the now-freed memory pointer (el), the subsequent loop access results in a Use-After-Free condition.
Impacto
Puntuación base 4.0
8.80
Gravedad 4.0
ALTA
Puntuación base 3.x
8.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:a:quickjs_project:quickjs:*:*:*:*:*:*:*:* | 2025-09-13 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



