CVE-2026-64194: CWE-674 Uncontrolled Recursion in NLNETLABS Net::DNS
Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. Net::DNS::DomainName::decode follows RFC 1035 compression pointers by recursing into itself with no depth limit. It is possible to construct a name which saturates the call stack (at least with larger TCP responses), leading to a potential Denial of Service. The guard `$link < $offset` prevents forward and circular chains, but still allows arbitrarily long backward chains. The per-offset cache (`$cache`) is populated at the start of each call and short-circuits only re-traverses of the same offset - the initial descent through a fresh chain still recurses at full depth. A crafted packet can chain two-byte compression pointers so that each one points two bytes earlier than the previous, producing a chain length of `offset / 2`. For the 14-bit pointer field (max offset 16383) this gives up to ~8191 recursive frames. For a TCP DNS message the limit is the 16-bit length field (~32767 frames). Perl's default C stack handles only a few thousand frames; beyond that the process receives SIGSEGV or similar, which is a denial-of-service for any application parsing untrusted DNS data. The vulnerability is triggered by `Net::DNS::Packet->new(\$wire)` i.e. any point where the library decodes a DNS message from the network.
AI Analysis
Technical Summary
The Net::DNS Perl module up to version 1.55 has a vulnerability (CWE-674) in the Net::DNS::DomainName::decode function, which follows RFC 1035 compression pointers recursively without a depth limit. Although forward and circular pointer chains are prevented, arbitrarily long backward chains are allowed, enabling an attacker to create DNS packets that cause up to thousands of recursive calls. This leads to stack overflow and process termination (SIGSEGV), causing denial of service when parsing untrusted DNS data. The vulnerability is triggered during DNS message decoding via Net::DNS::Packet->new.
Potential Impact
An attacker can cause a denial of service by sending specially crafted DNS messages that exploit the uncontrolled recursion in the compression pointer decoding. This results in stack exhaustion and crashes of any application using the vulnerable Net::DNS library to parse DNS responses, disrupting service availability.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until a fix is available, avoid processing untrusted DNS messages with vulnerable versions of Net::DNS. Monitor vendor channels for updates or patches addressing this issue.
CVE-2026-64194: CWE-674 Uncontrolled Recursion in NLNETLABS Net::DNS
Description
Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. Net::DNS::DomainName::decode follows RFC 1035 compression pointers by recursing into itself with no depth limit. It is possible to construct a name which saturates the call stack (at least with larger TCP responses), leading to a potential Denial of Service. The guard `$link < $offset` prevents forward and circular chains, but still allows arbitrarily long backward chains. The per-offset cache (`$cache`) is populated at the start of each call and short-circuits only re-traverses of the same offset - the initial descent through a fresh chain still recurses at full depth. A crafted packet can chain two-byte compression pointers so that each one points two bytes earlier than the previous, producing a chain length of `offset / 2`. For the 14-bit pointer field (max offset 16383) this gives up to ~8191 recursive frames. For a TCP DNS message the limit is the 16-bit length field (~32767 frames). Perl's default C stack handles only a few thousand frames; beyond that the process receives SIGSEGV or similar, which is a denial-of-service for any application parsing untrusted DNS data. The vulnerability is triggered by `Net::DNS::Packet->new(\$wire)` i.e. any point where the library decodes a DNS message from the network.
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Net::DNS Perl module up to version 1.55 has a vulnerability (CWE-674) in the Net::DNS::DomainName::decode function, which follows RFC 1035 compression pointers recursively without a depth limit. Although forward and circular pointer chains are prevented, arbitrarily long backward chains are allowed, enabling an attacker to create DNS packets that cause up to thousands of recursive calls. This leads to stack overflow and process termination (SIGSEGV), causing denial of service when parsing untrusted DNS data. The vulnerability is triggered during DNS message decoding via Net::DNS::Packet->new.
Potential Impact
An attacker can cause a denial of service by sending specially crafted DNS messages that exploit the uncontrolled recursion in the compression pointer decoding. This results in stack exhaustion and crashes of any application using the vulnerable Net::DNS library to parse DNS responses, disrupting service availability.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until a fix is available, avoid processing untrusted DNS messages with vulnerable versions of Net::DNS. Monitor vendor channels for updates or patches addressing this issue.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- CPANSec
- Date Reserved
- 2026-07-19T10:13:00.756Z
- Cvss Version
- null
- State
- PUBLISHED
- Remediation Level
- null
Threat ID: 6a5e6c132a4a8d5989888101
Added to database: 07/20/2026, 18:42:27 UTC
Last enriched: 07/20/2026, 18:58:11 UTC
Last updated: 07/21/2026, 05:54:29 UTC
Views: 12
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.