CVE-2026-74765: Net::IDN::Punycode versions before 2.590 for Perl allow an out-of-bounds read via integer overflow of the delta accumulator in encode_punycode
Perl Net::IDN::Punycode before 2.590 allows an out-of-bounds read via delta overflow in encode_punycode.
CVE-2026-74765 affects Net::IDN::Punycode versions before 2.590 in Perl's Net-IDN-Encode. encode_punycode can perform an out-of-bounds read after an integer overflow of the delta accumulator. The disclosure does not claim observed exploitation. Upgrading to 2.590 addresses the bug.
- Out-of-bounds read in encode_punycode.
- Integer overflow of the delta accumulator is the cause.
- Affects versions before 2.590.
- Fixed in Net-IDN-Encode 2.590; no exploitation stated.
Vulnerabilities mentionedAll →
- CVE-2026-747656.5—Out-of-Bounds Read in Perl Net::IDN::Punycode XS Backendpublished · Net::IDN::Punycode
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-74765 | Out-of-Bounds Read in Perl Net::IDN::Punycode XS Backend CVE-2026-74765 is an integer overflow leading to an out-of-bounds read vulnerability in the XS backend of the Net::IDN::Punycode Perl module. The flaw is triggered when encoding a sufficiently long or specially crafted Punycode label, causing the delta accumulator to overflow and bypass an array bounds check, allowing a read from outside the intended digit table. A successful attack could crash the affected process or potentially leak memory contents. The vulnerability is currently assigned a CVSS v3.1 base score of 6.5 (Medium). No public proof-of-concept or known in-the-wild exploitation has been reported. Do: Update the Net::IDN::Punycode Perl module to version 2.590 or later, which contains the fix for this vulnerability. Review any Perl applications using this library to ensure they are patched. |
Posted by Paul Johnson on Sep 22 ======================================================================== https://metacpan.org/dist/Net-IDN-Encode https://github.com/robrwo/Net-IDN-Encode Net::IDN::Punycode...
This source does not provide full text. Read it at seclists.org.