製品・ソフトウェアに関する情報
Nettyにおけるリソースの枯渇に関する脆弱性
Title Nettyにおけるリソースの枯渇に関する脆弱性
Summary

Nettyは非同期でイベント駆動型のネットワークアプリケーションフレームワークです。4.2.13.Finalおよび4.1.133.Final以前のバージョンでは、HttpContentDecompressorはmaxAllocationパラメータを受け入れて、解凍バッファサイズの制限と解凍爆弾攻撃の防止を行っていました。この制限はZlibDecoderを介したgzipおよびdeflateエンコーディングに対して正しく適用されますが、コンテンツエンコーディングがbr(Brotli)、zstd、またはsnappyの場合には無視されてしまいます。攻撃者はContent-Encoding: gzipの代わりにContent-Encoding: brを用いて圧縮されたペイロードを送信することで、設定された解凍制限を回避し、無制限のメモリ割り当てを誘発し、メモリ不足によるサービス拒否を引き起こす可能性があります。同様の脆弱性はHTTP/2接続に対するDelegatingDecompressorFrameListenerにも存在します。この脆弱性は4.2.13.Finalおよび4.1.133.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.1.133 未満
Netty 4.2.0 以上 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-42587
Summary

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, HttpContentDecompressor accepts a maxAllocation parameter to limit decompression buffer size and prevent decompression bomb attacks. This limit is correctly enforced for gzip and deflate encodings via ZlibDecoder, but is silently ignored when the content encoding is br (Brotli), zstd, or snappy. An attacker can bypass the configured decompression limit by sending a compressed payload with Content-Encoding: br instead of Content-Encoding: gzip, causing unbounded memory allocation and out-of-memory denial of service. The same vulnerability exists in DelegatingDecompressorFrameListener for HTTP/2 connections. This vulnerability is fixed in 4.2.13.Final and 4.1.133.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:20 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* 4.1.133
cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* 4.2.0 4.2.13
Related information, measures and tools
Common Vulnerabilities List