漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
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
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.
CVSS Information
N/A
Vulnerability Type
空指针解引用
Vulnerability Title
GTERMARS JavaScript::Minifier::XS 缓冲区错误漏洞
Vulnerability Description
GTERMARS JavaScript::Minifier::XS是GTERMARS个人开发者的一个JavaScript代码压缩工具。 GTERMARS JavaScript::Minifier::XS 0.16之前版本存在安全漏洞,该漏洞源于在输入的第一个有意义的token是斜杠时会导致空指针取消引用,通过公开的minify() API,远程请求可导致服务崩溃,造成拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A