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.18.8 (HIGH)
VectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS0.37% probability of exploitation · percentile 28.8% · 2026-06-18T12:00:27Z
Published2025-10-16
Last modified2025-10-30

Underlying weaknesses· 1

CWE-416

References

  1. https://bellard.org/quickjs/Changelog
  2. https://issuetracker.google.com/434196651

1

TypeTargetConfidenceTier
WeaknessUse After Freecwe-4160%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-62491
CVE
CVE-2025-69654
CVE
CVE-2025-46688
CVE
CVE-2026-1145
CVE
CVE-2025-62494
CVE
CVE-2026-1144
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.