CVE-2016-15059
Severity CVSS v4.0:
Pending analysis
Type:
CWE-122
Heap-based Buffer Overflow
Publication date:
22/09/2026
Last modified:
22/09/2026
Description
Net::IDN::Punycode versions before 2.301 for Perl allow a heap buffer overflow via unchecked writes past the output buffer in encode_punycode.<br />
<br />
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.<br />
<br />
Only the XS backend is affected.<br />
<br />
Encoding an attacker-supplied string corrupts the heap.
Impact
Base Score 3.x
9.80
Severity 3.x
CRITICAL


