製品・ソフトウェアに関する情報
Nettyにおける複数の脆弱性
Title Nettyにおける複数の脆弱性
Summary

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で修正されました。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 13, 2026, midnight
Registration Date May 20, 2026, 1:29 p.m.
Last Update May 20, 2026, 1:29 p.m.
CVSS3.0 : 重要
Score 7.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected System
Netty
Netty 4.2.13 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年05月20日]
  掲載
May 20, 2026, 1:29 p.m.

NVD Vulnerability Information
CVE-2026-42582
Summary

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.

Publication Date May 14, 2026, 4:17 a.m.
Registration Date May 15, 2026, 4:22 a.m.
Last Update May 18, 2026, 9:54 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* 4.2.13
Related information, measures and tools
Common Vulnerabilities List