CVE-2026-56017
Reported by CPANSec · Published June 29, 2026
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| GTERMARS | JavaScript::Minifier::XS | 0 |
| alpine | perl-javascript-minifier-xs | 0, 0, 0 |
| GTERMARS | JavaScript::Minifier::XS | 0 |
Timeline
- Jun 29, 2026 CVE Published
- Jun 29, 2026 CVE Updated
- Jun 30, 2026 EPSS Score
- Jun 30, 2026 Coalition ESS Score
- Aug 7, 2026 EPSS Score
- Aug 24, 2026 EPSS Score
- Aug 26, 2026 EPSS Score
- Aug 30, 2026 EPSS Score
- Sep 3, 2026 EPSS Score
- Sep 6, 2026 EPSS Score
References
- release-notes
- http://www.openwall.com/lists/oss-security/2026/06/29/16 url