CVE-2025-62490HIGH 8.8EPSS p28.8%
CVE-2025-62490CVE-2025-62490
Description
In quickjs, in js_print_object, when printing an array, the function first fetches the array length and then loops over it. The issue is, printing a value is not side-effect free. An attacker-defined callback could run during js_print_value, during which the array could get resized and len1 become out of bounds. This results in a use-after-free.A second instance occurs in the same function during printing of a map or set objects. The code iterates over ms->records list, but once again, elements could be removed from the list during js_print_value call.
Scoring
| CVSS 3.1 | 8.8 (HIGH) |
| Vector | CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| EPSS | 0.37% probability of exploitation · percentile 28.8% · 2026-06-18T12:00:27Z |
| Published | 2025-10-16 |
| Last modified | 2025-10-30 |
Underlying weaknesses· 1
References
1
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Weakness | Use After Freecwe-416 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.