| タイトル | Nettyにおける制限またはスロットリング無しのリソースの割り当てに関する脆弱性 |
|---|---|
| 概要 | Nettyはプロトコルサーバーおよびクライアントの開発のためのネットワークアプリケーションフレームワークです。netty-transport-sctpの4.1.135.Finalおよび4.2.15.Finalより前のバージョンでは、完全でない各SctpMessageフラグメントに対し、ハンドラーは`fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf))`を実行し、以前の蓄積バッファと新しいスライスを毎回新しいCompositeByteBufにラップしていました。N個のフラグメントの後、蓄積バッファはN層のコンポジットチェーンとなり、それぞれが参照とコンポーネント配列を保持します。最終バッファに対するreadableBytes()/getBytes()はNレベルまで再帰します。Nの値、合計バイト数、または攻撃者が開設可能なstreamIdentifierの数に制限はなく(それぞれがマップエントリを獲得します)、`complete`フラグを設定しないピアは小さな1バイトのDATAチャンクからこの構造を無制限に拡大可能です。バージョン4.1.135.Finalおよび4.2.15.Finalでこの問題は修正されています。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年6月12日0:00 |
| 登録日 | 2026年6月15日18:37 |
| 最終更新日 | 2026年6月15日18:37 |
| CVSS3.0 : 重要 | |
| スコア | 7.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| Netty |
| Netty 4.1.135 未満 |
| Netty 4.2.0 以上 4.2.15 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月15日] 掲載 |
2026年6月15日18:37 |
| 概要 | Netty is a network application framework for development of protocol servers and clients. In versions of netty-transport-sctp prior to 4.1.135.Final and 4.2.15.Final, for each non-complete SctpMessage fragment the handler does `fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf))`, wrapping the previous accumulator and the new slice into a *new* CompositeByteBuf every time. After N fragments the accumulator is an N-deep chain of composites, each holding references and component arrays; readableBytes()/getBytes() on the final buffer recurse N levels. There is no limit on N, on total bytes, or on the number of streamIdentifiers an attacker can open (each gets its own map entry). A peer that never sets the `complete` flag can grow this structure indefinitely from tiny 1-byte DATA chunks. Versions 4.1.135.Final and 4.2.15.Final patch the issue. |
|---|---|
| 公表日 | 2026年6月13日0:16 |
| 登録日 | 2026年6月13日4:17 |
| 最終更新日 | 2026年6月15日11:12 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* | 4.1.135 | ||||
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* | 4.2.0 | 4.2.15 | |||