CVE-2026-56017
GTERMARS JavaScript::Minifier::XS
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...
- CVSS
- 7.5
- EPSS
- 0.49% 38.9% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.30