CVE-2026-87078
— UNSCOREDpublic exploit availablePublished 2026-09-22 · Updated 2026-09-22
AI analysis for this CVE has not been generated yet. Raw NVD data is shown below.
NVD description
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.
Weaknesses
CWE-401
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-51400PoC
- HIGHCVE-2026-54876PoC
- HIGHCVE-2026-63252PoC
- HIGHCVE-2026-73550PoC
- HIGHCVE-2026-94627PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.