CVE-2026-74765 Details
Description
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. The XS backend keeps the punycode delta, and the digit index derived from it, in a signed int. The accumulation `delta += (m-n) * (h+1)` has no overflow check, so a large enough code point wraps the delta and the digit index leaves the range of the 36-entry digit table. The bound before the final table access tests only for an index above 36, so a negative index passes it, as does 36 itself. Perl strings hold code points beyond the Unicode range, and one such code point overflows the accumulation on its own. Valid input wraps it as well, for example 1927 ASCII letters followed by U+10FFFF. The conversion functions encode a label before they check its length, so a long label reaches the encoder through the documented API. Only the XS backend is affected. Encoding an attacker-supplied string copies a byte from outside the digit table into the encoded result or crashes the process.
A vulnerability in Net::IDN::Punycode for Perl, affecting versions prior to 2.590, allows for an out-of-bounds read due to an integer overflow in the Punycode encoding process. The issue arises in the XS backend, where the Punycode delta accumulator and the derived digit index are stored as signed integers. The encoding process lacks proper overflow checks, allowing large code points to wrap the delta value, causing the digit index to exceed the bounds of the 36-entry digit table. This flaw can be exploited by encoding an attacker-supplied string, which either crashes the process or corrupts the encoded output by introducing bytes from outside the intended range.
Users are advised to upgrade to Net::IDN::Punycode version 2.590-TRIAL or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 22, 2026CISA-ADP
Assessed Sep 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://datatracker.ietf.org/doc/html/rfc3492#section-6.4 | CPANSec | |
| https://github.com/robrwo/Net-IDN-Encode/commit/27a91ccdb6c9b41f75ba198f5ae154d14e225de2.patch | CPANSec | Source CodeVendor |
| https://github.com/robrwo/Net-IDN-Encode/commit/81c7f99fe7430bdc5116081508dffdb56f376861.patch | CPANSec | Source CodeVendor |
| https://github.com/robrwo/Net-IDN-Encode/commit/89d5aa8d3504c5e96061ab76d1541a89c16157cf.patch | CPANSec | Source CodeVendor |
| https://metacpan.org/release/PJCJ/Net-IDN-Encode-2.590-TRIAL/changes | CPANSec | Release NotesVendor |
| http://www.openwall.com/lists/oss-security/2026/09/22/11 | CVE | Mailing List |
Weakness Enumeration
Affected Products
| Product | Versions |
|---|---|
| Net::IDN::Punycode | < 2.590 |
CPE
Remediation
| |
| Openwall GNU/*/Linux | All versions |
CPE
Remediation
| |
| Linux Kernel Runtime Guard | All versions |
CPE
Remediation
| |
| John the Ripper | All versions |
CPE
Remediation
| |
| John the Ripper Cloud | All versions |
CPE
Remediation
| |
| John the Ripper Pro | All versions |
CPE
Remediation
| |
| John the Ripper Pro Linux | All versions |
CPE
Remediation
| |
| John the Ripper Pro macOS | All versions |
CPE
Remediation
| |
| passwdqc | All versions |
CPE
Remediation
| |
| passwdqc Pro | All versions |
CPE
Remediation
| |
| passwdqc Pro Windows | All versions |
CPE
Remediation
| |
| yescrypt | All versions |
CPE
Remediation
| |
| yespower | All versions |
CPE
Remediation
| |
| crypt_blowfish | All versions |
CPE
Remediation
| |
| phpass | All versions |
CPE
Remediation
| |
| tcb | All versions |
CPE
Remediation
| |
| Pluggable Authentication Modules | All versions |
CPE
Remediation
| |
| scanlogd | All versions |
CPE
Remediation
| |
| popa3d | All versions |
CPE
Remediation
| |
| blists | All versions |
CPE
Remediation
| |
| msulogin | All versions |
CPE
Remediation
| |
| php_mt_seed | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CVE |
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 22, 2026 | New CVE Received | CPANSec |
Volerion