CVE-2026-56018
Reported by CPANSec · Published June 29, 2026
JavaScript::Minifier::XS versions before 0.16 for Perl leak memory on every call to minify(), allowing unbounded memory growth. In JsMinify (XS.xs) the cleanup frees only the NodeSet structures and never the per-token contents buffers allocated in JsSetNodeContents; JsDiscardNode unlinks nodes without freeing their contents. Each token's contents buffer is therefore leaked on every call, and the two early returns taken when the node list is empty leak the whole NodeSet. A long-lived process that minifies repeatedly, such as an asset pipeline or a server-side minifier endpoint, grows in memory without bound until it exhausts available memory and is killed, 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 28, 2026 EPSS Score
- Aug 30, 2026 EPSS Score
- Sep 3, 2026 EPSS Score
- Sep 5, 2026 EPSS Score
- Sep 6, 2026 EPSS Score
References
- issue-tracking
- release-notes
- http://www.openwall.com/lists/oss-security/2026/06/29/17 url