Out-of-bounds Read in Gtermars Javascript::minifier::xs
CVE-2026-56017
JavaScript::Minifier::XS versions before 0.16 for Perl crash with a NULL pointer dereference when the first meaningful token of the input is a slash. The regexp versus division disambiguator in JsTokenizeString (XS.xs) inspects the previous token's last byte to choose between a regexp literal and a division operator. When a slash is the first meaningful token, with the start of input or only whitespace and comments before it, there is no valid preceding token: the walk back over whitespace and comment nodes runs off the head of the node list to NULL, and the byte lookup reads through a NULL contents pointer at an underflowed length index. The following identifier check dereferences the same NULL pointer. The crash is reachable through the public minify() API, so input as small as a single slash byte crashes the calling process. A service that minifies untrusted or third-party JavaScript can be crashed by a remote request, causing denial of service.
Vulnerability class: Buffer Overflow
EPSS: 0.004 (31.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Gtermars Javascript::minifier::xs — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-56017?
- CVE-2026-56017 is a high-severity vulnerability in Gtermars Javascript::minifier::xs, classified under Out-of-bounds Read. CVSS score: 7.5/10. Published 2026-06-29.
- How severe is CVE-2026-56017?
- High severity. CVSS v3 base score is 7.5 out of 10.