Katalog CVE

CVE-2026-56017

WysokieCVSS 7.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.49%

Percentyl 38 — wyżej niż 38% wszystkich znanych CVE

Streszczenie

Podatność w bibliotece JavaScript::Minifier::XS dla Perla przed wersją 0.16 powoduje crash przez dereferencję wskaźnika NULL, gdy pierwszym znaczącym tokenem wejścia jest ukośnik. Problem występuje w funkcji JsTokenizeString podczas rozróżniania wyrażenia regularnego od operatora dzielenia.

Ocena ryzyka

Atakujący może zdalnie spowodować crash procesu poprzez przesłanie małego wejścia (np. pojedynczego ukośnika) do usługi minifikującej niezaufany JavaScript, co prowadzi do odmowy usługi (DoS).

Rekomendacja

Należy natychmiast zaktualizować bibliotekę JavaScript::Minifier::XS do wersji 0.16 lub nowszej. Jeśli aktualizacja nie jest możliwa, należy ograniczyć dostęp do usług minifikujących tylko do zaufanych źródeł.

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS