Katalog CVE

CVE-2026-74766

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W bibliotece Net::IDN::Punycode dla Perla w wersjach od 2.301 do 2.590 backend XS zawiera błąd use-after-free podczas dekodowania punktu kodowego, który powoduje realokację bufora wyjściowego. Dekodowanie złośliwej etykiety punycode prowadzi do odczytu i zapisu zwolnionej pamięci.

Ocena ryzyka

Atakujący może dostarczyć specjalnie spreparowaną etykietę punycode, powodując uszkodzenie pamięci, awarię aplikacji lub potencjalnie wykonanie dowolnego kodu.

Rekomendacja

Zaktualizuj Net::IDN::Punycode do wersji 2.590 lub nowszej. Unikaj dekodowania niezaufanych etykiet punycode do czasu aktualizacji.

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

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

Net::IDN::Punycode versions from 2.301 before 2.590 for Perl allow a heap use-after-free via a decoded code point that reallocates the output buffer in decode_punycode. The XS backend inserts each decoded code point into the string buffer of the scalar it returns. decode_punycode computes the insertion pointer first and only then grows the buffer when the code point does not fit. The growth reallocates the buffer and updates every pointer except the insertion pointer, so the move that follows and the write of the code point go through a freed pointer. The buffer starts at twice the label length, and a code point above U+FFFF takes four bytes in the output, so a label of such code points outgrows it and forces the reallocation. Version 2.301, the fix for CVE-2016-15059, introduced the defect. Only the XS backend is affected. Decoding an attacker-supplied punycode label reads and writes freed heap memory.

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