Katalog CVE

CVE-2016-15059

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W bibliotece Net::IDN::Punycode dla Perla w wersjach przed 2.301 backend XS zawiera przepełnienie bufora sterty w encode_punycode. Niektóre zapisy cyfr i terminatora NUL nie sprawdzają dostępnego miejsca, co prowadzi do zapisu poza bufor.

Ocena ryzyka

Atakujący może dostarczyć ciąg znaków, którego zakodowana forma wypełnia bufor, powodując uszkodzenie sterty i potencjalnie wykonanie dowolnego kodu.

Rekomendacja

Zaktualizuj Net::IDN::Punycode do wersji 2.301 lub nowszej. Unikaj kodowania niezaufanych danych wejściowych do czasu aktualizacji.

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

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

Net::IDN::Punycode versions before 2.301 for Perl allow a heap buffer overflow via unchecked writes past the output buffer in encode_punycode. The XS backend builds the encoded label in the string buffer of the scalar it returns, sized from the input length. The loop that emits the digits of each code point checks for room before every write, but the write of the last digit of each round and the write of the terminating NUL do not, so an input whose encoded form fills the buffer writes past its end. Only the XS backend is affected. Encoding an attacker-supplied string corrupts the heap.

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