| タイトル | Nettyにおける複数の脆弱性 |
|---|---|
| 概要 | Nettyは非同期のイベント駆動型ネットワークアプリケーションフレームワークです。4.2.13.Finalより前のバージョンでは、ヘッダーブロックをデコードする際に、io.netty.handler.codec.http3.QpackDecoder#decodeHuffmanEncodedLiteralの非ハフマン分岐が、圧縮フィールドセクション内に実際にlengthバイトが存在することを確認する前に、文字列リテラル用にnew byte[length]を実行する可能性がありました。ワイヤーエンコーディングは非常に大きなlengthを少ないバイト数で表現することを許可します。new byte[length]を実行する前にlength = in.readableBytes()のチェックがありませんでした。この脆弱性は4.2.13.Finalで修正されました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月13日0:00 |
| 登録日 | 2026年5月20日13:29 |
| 最終更新日 | 2026年5月20日13:29 |
| 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.2.13 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月20日] 掲載 |
2026年5月20日13:29 |
| 概要 | Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final, when decoding header blocks, the non-Huffman branch of io.netty.handler.codec.http3.QpackDecoder#decodeHuffmanEncodedLiteral may execute new byte[length] for a string literal before verifying that length bytes are actually present in the compressed field section. The wire encoding allows a very large length to be expressed in few bytes. There is no check that length <= in.readableBytes() before new byte[length]. This vulnerability is fixed in 4.2.13.Final. |
|---|---|
| 公表日 | 2026年5月14日4:17 |
| 登録日 | 2026年5月15日4:22 |
| 最終更新日 | 2026年5月18日21:54 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* | 4.2.13 | ||||