CVE-2026-47691
Netty · Netty
Netty's DnsResolveContext insufficiently validates NS record bailiwicks, enabling DNS Cache Poisoning attacks.
Executive summary
A critical DNS cache poisoning vulnerability in the Netty framework allows attackers to manipulate DNS resolution, potentially redirecting traffic to malicious servers.
Vulnerability
This vulnerability exists in the DnsResolveContext component where NS records are not properly validated. An attacker who controls an authoritative name server for a subdomain can exploit this to poison the cache for parent domains, leading to man-in-the-middle or redirection attacks.
Business impact
Successful exploitation allows for traffic interception and redirection, which can lead to credential theft, data breaches, and the compromise of secure communications. The 8.7 CVSS score reflects the high potential for widespread impact on applications relying on Netty for network communications.
Remediation
Immediate Action: Update the Netty framework to version 4.1.135.Final or 4.2.15.Final as specified in the vendor advisory.
Proactive Monitoring: Monitor network traffic for anomalous DNS resolution patterns or unexpected redirects originating from services utilizing the Netty framework.
Compensating Controls: Use DNSSEC where possible and ensure that internal network services are configured to use trusted, hardened recursive DNS resolvers.
Exploitation status
Public Exploit Available: false
Analyst recommendation
Netty is a foundational component for many network services; therefore, this update should be treated with high priority. Organizations should audit their software supply chain to identify and patch all services embedding the vulnerable versions of the Netty framework.