CVE-2026-74766
Last modified
CVE-2026-74766 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. Net::IDN::Punycode versions from 2.301 before 2.590 for Perl allow a heap use-after-free via a decoded code point that reallocates the output buffer in decode_punycode. The XS backend inserts each decoded code point into the string buffer of the scalar it returns. decode_punycode computes the insertion pointer first and only then grows the buffer when the code point does not fit. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
Net::IDN::Punycode versions from 2.301 before 2.590 for Perl allow a heap use-after-free via a decoded code point that reallocates the output buffer in decode_punycode. The XS backend inserts each decoded code point into the string buffer of the scalar it returns. decode_punycode computes the insertion pointer first and only then grows the buffer when the code point does not fit. The growth reallocates the buffer and updates every pointer except the insertion pointer, so the move that follows and the write of the code point go through a freed pointer. The buffer starts at twice the label length, and a code point above U+FFFF takes four bytes in the output, so a label of such code points outgrows it and forces the reallocation. Version 2.301, the fix for CVE-2016-15059, introduced the defect. Only the XS backend is affected. Decoding an attacker-supplied punycode label reads and writes freed heap memory.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | >= 2.301, < 2.590 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-74766?
How severe is CVE-2026-74766?
How do I fix CVE-2026-74766?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74752In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74753In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7476Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel D…7.8
- CVE-2026-74761Improper input validation in TopicRegion in Apache ActiveMQ,…7.5
- CVE-2026-74764Pandora contains a path traversal vulnerability in its TAR a…10
- CVE-2026-74765Net::IDN::Punycode versions before 2.590 for Perl allow an o…6.5
- CVE-2026-74767Pandora contains a denial-of-service vulnerability in its ha…8.7
- CVE-2026-74768Dell PowerProtect Data Manager, versions 20.2.0.0 and below,…4.1
- CVE-2026-74769Dell PowerProtect Data Manager, versions 20.2.0.0 and below,…6.5
- CVE-2026-7477Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel D…7.8
- CVE-2026-74770Dell PowerProtect One, versions 20.1.0.0 and below, contain …8.8
- CVE-2026-74771Dell PowerProtect One, versions 20.1.0.0 and below, contain …6.5
Are you affected by CVE-2026-74766?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
