Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

AI Predicted 7.5 Difficulty: Easy EPSS 0.49% · P39

Possible ATT&CK Techniques 1AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 1

VendorProductVersion RangeStatus
GTERMARSJavaScript::Minifier::XS< 0.16affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-56017

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
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
Source: NVD (National Vulnerability Database)
Vulnerability Description
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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
空指针解引用
Source: NVD (National Vulnerability Database)
Vulnerability Title
GTERMARS JavaScript::Minifier::XS 缓冲区错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
GTERMARS JavaScript::Minifier::XS是GTERMARS个人开发者的一个JavaScript代码压缩工具。 GTERMARS JavaScript::Minifier::XS 0.16之前版本存在安全漏洞,该漏洞源于在输入的第一个有意义的token是斜杠时会导致空指针取消引用,通过公开的minify() API,远程请求可导致服务崩溃,造成拒绝服务。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
GTERMARSJavaScript::Minifier::XS 0 ~ 0.16 -

II. Public POCs for CVE-2026-56017

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-56017

登录查看更多情报信息。

News Coverage for CVE-2026-56017 (1)

Same Patch Batch · GTERMARS · 2026-06-29 · 3 CVEs total

CVE-2026-13593CSS::Minifier::XS versions before 0.14 for Perl have a memory leak when the entire documen
CVE-2026-56018JavaScript::Minifier::XS versions before 0.16 for Perl leak memory on every call to minify

IV. Related Vulnerabilities

V. Comments for CVE-2026-56017

No comments yet


Leave a comment