CVE-2025-62490
Last modified
CVE-2025-62490 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:P/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Quickjs Project | Quickjs | < 2025-09-13 |
References
- https://bellard.org/quickjs/ChangelogRelease Notes
- https://issuetracker.google.com/434196651Exploit, Issue Tracking
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-62490?
How severe is CVE-2025-62490?
How do I fix CVE-2025-62490?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-62481Vulnerability in the Oracle Marketing product of Oracle E-Bu…9.8
- CVE-2025-62482Cross-site scripting in Zoom Workplace for Windows before ve…6.1
- CVE-2025-62483Improper removal of sensitive information in certain Zoom Cl…7.5
- CVE-2025-62484Inefficient regular expression complexity in certain Zoom Wo…9.8
- CVE-2025-62487On October 1, 2025, Palantir discovered that images uploaded…3.5
- CVE-2025-6249An authentication bypass vulnerability was reported in FileZ…8.4
- CVE-2025-62491A Use-After-Free (UAF) vulnerability exists in the QuickJS e…8.8
- CVE-2025-62492A vulnerability stemming from floating-point arithmetic prec…6.5
- CVE-2025-62493A vulnerability exists in the QuickJS engine's BigInt string…6.5
- CVE-2025-62494A type confusion vulnerability exists in the handling of the…8.8
- CVE-2025-62495An integer overflow vulnerability exists in the QuickJS regu…8.8
- CVE-2025-62496A vulnerability exists in the QuickJS engine's BigInt string…8.8
Are you affected by CVE-2025-62490?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
