製品・ソフトウェアに関する情報
Nettyにおけるデータの信頼性についての不十分な検証に関する脆弱性
Title Nettyにおけるデータの信頼性についての不十分な検証に関する脆弱性
Summary

Nettyはプロトコルサーバーおよびクライアントの開発のためのネットワークアプリケーションフレームワークです。バージョン4.1.135.Finalおよび4.2.15.Final以前では、Nettyの`DnsResolveContext`がNSレコードの管轄範囲(bailiwick)を十分に検証しておらず、DNSキャッシュポイズニングを可能にしていました。攻撃者がサブドメインの権威ネームサーバーを制御している場合、親ドメイン(例えば`.co.uk`)のキャッシュを汚染することができます。`io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add`メソッドは、AUTHORITYセクションからのNSレコードの名前が質問名(questionName)のサフィックスである限り、任意のNSレコードを受け入れます。その後、`handleWithAdditional`メソッドは、ADDITIONALセクションの関連するAレコードを親ドメインのキーの下にある`authoritativeDnsServerCache`に直接キャッシュします。これは、サブドメインの権威サーバーが親ドメインの権威レコードを提供することを信頼してはならないという標準の管轄範囲ルールを回避します。汚染されたキャッシュは、その親ドメインのキーに基づくすべての将来の名前解決で使用されます。バージョン4.1.135.Finalおよび4.2.15.Finalでこの問題は修正されています。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date June 12, 2026, midnight
Registration Date June 15, 2026, 6:37 p.m.
Last Update June 15, 2026, 6:37 p.m.
CVSS3.0 : 緊急
Score 10
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
Affected System
Netty
Netty 4.1.135 未満
Netty 4.2.0 以上 4.2.15 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年06月15日]
  掲載
June 15, 2026, 6:37 p.m.

NVD Vulnerability Information
CVE-2026-47691
Summary

Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, 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`). 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. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain's key. 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 the parent domain's key. Versions 4.1.135.Final and 4.2.15.Final patch the issue.

Publication Date June 13, 2026, 1:16 a.m.
Registration Date June 13, 2026, 4:17 a.m.
Last Update June 15, 2026, 10:57 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* 4.1.135
cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* 4.2.0 4.2.15
Related information, measures and tools
Common Vulnerabilities List