Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-47691

Netty has Insufficient Bailiwick Validation for NS Records
Back to all
CVE

CVE-2026-47691

Netty has Insufficient Bailiwick Validation for NS Records

Summary

Netty's DnsResolveContext insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like .co.uk).

Details

In io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add method accepts any NS record from the AUTHORITY section as long as the record's name is a suffix of the questionName.

This means if the resolver queries evil.co.uk., it will accept an NS record claiming authority over co.uk.. Subsequently, the handleWithAdditional method caches the associated A records from the ADDITIONAL section directly into the authoritativeDnsServerCache under the parent domain's key (co.uk.). This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under co.uk..

The io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#cache method only prevents caching if the record is for the root zone (dots == 1).

Impact

DNS Cache Poisoning. Any application using Netty's DNS resolver is impacted.

Package Versions Affected

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.7
-
3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
C
H
U
8.7
-
3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N

Related Resources

No items found.

References

https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85, https://nvd.nist.gov/vuln/detail/CVE-2026-47691, https://access.redhat.com/errata/RHSA-2026:26017, https://access.redhat.com/errata/RHSA-2026:26018, https://access.redhat.com/errata/RHSA-2026:26586, https://access.redhat.com/errata/RHSA-2026:34608, https://access.redhat.com/errata/RHSA-2026:37390, https://access.redhat.com/security/cve/CVE-2026-47691, https://bugzilla.redhat.com/show_bug.cgi?id=2488439, https://github.com/netty/netty, https://github.com/netty/netty/releases/tag/netty-4.1.135.Final, https://github.com/netty/netty/releases/tag/netty-4.2.15.Final, https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-47691.json

Severity

8.7

CVSS Score
0
10

Basic Information

Base CVSS
8.7
EPSS Probability
0.00292%
EPSS Percentile
0.21197%
Introduced Version
4.2.0.Alpha1,4.1.29.Final,4.1.23.Final,4.1.9.Final,0
Fix Available
4.2.15.Final,4.1.135.Final,4.1.69.Final,2.0.0-r1,0.27.1-r3,2.18.0-r4,2.9.0-r14,4.0.11-r0,4.2.2-r3,4.0.11-r2,3.3.0-r3,8.8.27-r1,8.9.6-r1,8.7.30-r1,8.8.26-r0,0.5.4-r26,0.6.3-r8,8.19.17-r0,9.3.6-r0,9.4.3-r0,37.0.0-r12,8.19.16-r1,9.3.7-r1,9.4.2-r2,9.4.2-r3,12.8.1-r4,12.8.1-r2,2.7.0-r22,15.0.22-r11,15.1.7-r20,15.2.6-r19,16.1.4-r3,1.5.0-r1,1.0.0-r6,1.0.0-r3,2025.4.6-r1,2026.0.4-r1,2026.1.1-r1,2025.4.3-r10,26.6.3-r3,1.20.3-r6,1.21.4-r4,1.22.1-r4,1.21.3-r10,0.1.117-r3,0.1.117-r2,0.1.120-r0,2.19.5-r1,3.6.0-r7,3.7.0-r0,1.5.0-r16,1.5.0-r11,26.4.7-r17,26.5.7-r6,26.6.3-r2,3.1.0-r9,3.1.0-r8,2.6.0-r13,4.44.0-r2,4.0.3-r1,4.1.2-r4,4.1.2-r3,0.9.0-r1,1.0.0-r7,0.10.5-r16,4.3.1.2-r5,481-r7,40.0.0-r3,3.6.1-r10

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading