๐Ÿ” CVE Alert

CVE-2026-56018

HIGH 7.5

JavaScript::Minifier::XS versions before 0.16 for Perl leak memory on every call to minify(), allowing unbounded memory growth

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-401 CWE-400
Vendor gtermars
Product javascript::minifier::xs
Published Jun 29, 2026
Last Updated Jun 29, 2026
Stay Ahead of the Next One

Get instant alerts for gtermars javascript::minifier::xs

Be the first to know when new high vulnerabilities affecting gtermars javascript::minifier::xs are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

GTERMARS / JavaScript::Minifier::XS
0 < 0.16

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/bleargh45/JavaScript-Minifier-XS/issues/10 metacpan.org: https://metacpan.org/release/GTERMARS/JavaScript-Minifier-XS-0.16/changes