CVE-2025-62490
HIGHquickjs < 2025-09-13 - Use-After-Free in js_print_object
Title source: llmDescription
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.
References (2)
Core 2
Core References
Release Notes
https://bellard.org/quickjs/Changelog
Exploit, Issue Tracking
https://issuetracker.google.com/434196651
Scores
CVSS v3
8.8
EPSS
0.0037
EPSS Percentile
28.8%
Attack Vector
ADJACENT_NETWORK
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
total
Details
CWE
CWE-416
Status
published
Products (1)
quickjs_project/quickjs
< 2025-09-13
Published
Oct 16, 2025
Tracked Since
Feb 18, 2026