mediumCVE-2026-64194

CVE-2026-64194 Net::DNS vulnerability

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.

Browse Denial of Service security risks
ProductNet::DNS
Risk levelMedium
EPSSNot scored yet
UpdatedJuly 21, 2026

Quick answer

NLNETLABS Net::DNS should be reviewed and updated if it matches the affected versions. The recommended fix is to apply the vendor-supported patched version or the mitigation steps below, then retest the public website with Fixnx.

Who is affected

Affected versions

  • <= 1.55

Fixed versions

  • Apply the latest vendor-supported patched version.

How to fix it

CVE-2026-64194 affects Net::DNS and involves denial of service. A remote or untrusted peer may consume excessive resources or crash the affected service. Prioritize deployments that process untrusted input, expose the affected feature, or hold sensitive data. No confirmed fixed version is recorded for CVE-2026-64194; follow the linked vendor advisory, apply its mitigation, and update Net::DNS as soon as a supported patched release is available.

  1. Inventory every deployment, device, package, plugin, container, build, and environment that uses Net::DNS.
  2. Compare the installed version with the recorded affected range: <= 1.55.
  3. No confirmed fixed version is recorded for CVE-2026-64194; follow the linked vendor advisory, apply its mitigation, and update Net::DNS as soon as a supported patched release is available.
  4. Until patched, limit untrusted files and peers, apply resource limits, and isolate the affected parser or service.
  5. Review configuration, roles, tokens, network paths, and exposed endpoints connected to Net::DNS; remove access that is not required.
  6. Review application, system, proxy, and audit logs for requests and behavior linked to the affected feature and CVE.
  7. If exploitation is suspected, isolate affected assets, preserve evidence, rotate exposed credentials or keys, restore trusted data, and rebuild compromised systems before returning them to service.

Scan now. Google sign-in is only needed to unlock fix guidance.

Verify the fix

  • Confirm every affected asset now runs the fixed vendor-supported release or has the documented mitigation for CVE-2026-64194 in place.
  • Use a safe regression test to confirm the affected denial of service path no longer produces the vulnerable behavior.
  • Confirm temporary access controls, endpoint restrictions, network blocks, and least-privilege settings remain effective after the update.
  • Review post-remediation logs and rerun Fixnx plus the relevant package, dependency, firmware, browser, or product-specific security check.
  • Document affected assets, versions, changes, validation evidence, reviewed logs, and any credential rotation, cleanup, or replacement completed.

Related categories

Related security risks

More published guidance from the same primary category.

Trusted references

FAQ

What is affected by CVE-2026-64194?

NLNETLABS Net::DNS versions listed as affected should be reviewed: <= 1.55.

What should I fix first?

Start with internet-facing sites, admin panels, login flows, plugins, themes, modules, packages, and systems that process user-controlled input or sensitive data.

How do I confirm the fix worked?

Apply the patched version or mitigation, clear caches where relevant, retest the affected workflow, and run a new Fixnx scan to verify public website exposure signals.

How are Fixnx security risk categories chosen?

Fixnx keeps one canonical risk page and assigns only broad, relevant categories such as ecosystem, technology area, or vulnerability class.