| Title | Nettyにおけるリソースの枯渇に関する脆弱性 |
|---|---|
| Summary | Nettyは、プロトコルサーバーおよびクライアントの開発のためのネットワークアプリケーションフレームワークです。バージョン4.1.135.Finalおよび4.2.15.Final以前では、DefaultHttp2Connection.DefaultEndpointはmaxActiveStreams/maxStreamsをInteger.MAX_VALUEに初期化し、Http2SettingsはデフォルトでSETTINGS_MAX_CONCURRENT_STREAMSを挿入しません(Http2Settings.javaの305から307行ではユーザー提供値のみを制限します)。アプリケーションが明示的にinitialSettings().maxConcurrentStreams(n)を呼び出さない限り、NettyのHTTP/2サーバーは制限を広告せず、ローカルでも制限を強制しません。各オープンストリームはDefaultStreamオブジェクト、PropertyMapスロット、フローコントローラー状態、およびIntObjectHashMapエントリを割り当てます。約2の30乗の許容される奇数ストリームIDにより、単一のTCP接続で数十万もの長期間維持されるストリームオブジェクトを作成できます。これは、低い同時接続上限がないことでバックエンドの負荷を増幅するRapid-Reset増幅の前提条件となっています。バージョン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 | 5.3 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
| Netty |
| Netty 4.1.135 未満 |
| Netty 4.2.0 以上 4.2.15 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月15日] 掲載 |
June 15, 2026, 6:37 p.m. |
| 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, DefaultHttp2Connection.DefaultEndpoint initialises maxActiveStreams/maxStreams to Integer.MAX_VALUE, and Http2Settings never inserts SETTINGS_MAX_CONCURRENT_STREAMS by default (Http2Settings.java:305-307 only clamps a user-supplied value). Unless the application explicitly calls initialSettings().maxConcurrentStreams(n), a Netty HTTP/2 server advertises no limit and enforces none locally. Each open stream allocates a DefaultStream object, PropertyMap slots, flow-controller state and IntObjectHashMap entry; with ~2^30 permissible odd stream IDs a single TCP connection can create hundreds of thousands of long-lived stream objects. This is also the precondition for CVE-2023-44487-style Rapid-Reset amplification, where the absence of a low concurrent cap multiplies backend work. Versions 4.1.135.Final and 4.2.15.Final patch the issue. |
|---|---|
| Publication Date | June 13, 2026, 12:16 a.m. |
| Registration Date | June 13, 2026, 4:17 a.m. |
| Last Update | June 15, 2026, 11:11 a.m. |
| 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 | |||