CVE Catalog

CVE-2016-15059

Unknown
Published: Translated: NVD NIST

Summary

Net::IDN::Punycode versions before 2.301 for Perl allow a heap buffer overflow via unchecked writes past the output buffer in encode_punycode. Some digit writes and the terminating NUL write do not check for room, leading to out-of-bounds writes.

Risk Assessment

An attacker can supply a string whose encoded form fills the buffer, causing heap corruption and potentially arbitrary code execution.

Recommendation

Update Net::IDN::Punycode to version 2.301 or later. Avoid encoding untrusted input until patched.

Other vulnerabilities in Net::IDN::Punycode

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS