Katalog CVE

CVE-2026-87078

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W bibliotece Net::IDN::Punycode dla Perla w wersjach od 2.302 do 2.590 backend XS wycieka bufor wyjściowy przy każdym odrzuconym dekodowaniu etykiety. Brak limitu długości etykiety w kierunku konwersji na Unicode pozwala na powiększanie zużycia pamięci.

Ocena ryzyka

Atakujący może wielokrotnie wysyłać nieprawidłowe etykiety, powodując stopniowy wzrost zużycia pamięci i ostatecznie wyczerpanie zasobów lub awarię usługi.

Rekomendacja

Zaktualizuj Net::IDN::Punycode do wersji 2.590 lub nowszej. Monitoruj zużycie pamięci w aplikacjach przetwarzających nazwy domen.

Inne podatności w Net::IDN::Punycode

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

Net::IDN::Punycode versions from 2.302 before 2.590 for Perl leak the output buffer on every rejected label in decode_punycode. The XS backend allocates the scalar it returns before it validates the input, sizing the buffer at twice the input length. The scalar is released only on the success path, so each of the three croaks that reject a label leaves the scalar and its buffer allocated. Nothing bounds the label length in the to-Unicode direction, since the 63-byte DNS limit is checked only when converting to ASCII. Only the XS backend is affected. A sender who supplies invalid labels grows the process by twice the label length per rejected call, with no successful call needed.

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