| タイトル | NettyにおけるHTTP リクエストスマグリングに関する脆弱性 |
|---|---|
| 概要 | Nettyは非同期かつイベント駆動型のネットワークアプリケーションフレームワークです。4.2.13.Finalおよび4.1.133.Final以前のバージョンでは、HttpObjectDecoderはリクエストにTransfer-Encoding: chunkedとContent-Lengthの両方が存在する場合、HTTP/1.1メッセージに対してのみ矛盾するContent-Lengthヘッダーを削除しますが、HTTP/1.0にはこの保護がありません。攻撃者が両方のヘッダーを含むHTTP/1.0リクエストを送信すると、Nettyは本文をチャンク転送としてデコードしつつContent-Lengthを転送されるHttpMessageにそのまま残すため、Content-LengthをTransfer-Encodingよりも信頼する下流のプロキシやハンドラはメッセージの境界を誤解し、リクエストスマグリングを可能にします。この脆弱性は4.2.13.Finalおよび4.1.133.Finalで修正されています。 |
| 想定される影響 | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月13日0:00 |
| 登録日 | 2026年5月20日13:29 |
| 最終更新日 | 2026年5月20日13:29 |
| CVSS3.0 : 緊急 | |
| スコア | 9.8 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Netty |
| Netty 4.1.133 未満 |
| Netty 4.2.0 以上 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 and 4.1.133.Final, HttpObjectDecoder strips a conflicting Content-Length header when a request carries both Transfer-Encoding: chunked and Content-Length, but only for HTTP/1.1 messages. The guard is absent for HTTP/1.0. An attacker that sends an HTTP/1.0 request with both headers causes Netty to decode the body as chunked while leaving Content-Length intact in the forwarded HttpMessage. Any downstream proxy or handler that trusts Content-Length over Transfer-Encoding will disagree on message boundaries, enabling request smuggling. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final. |
|---|---|
| 公表日 | 2026年5月14日4:17 |
| 登録日 | 2026年5月15日4:22 |
| 最終更新日 | 2026年5月18日22:14 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* | 4.1.133 | ||||
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* | 4.2.0 | 4.2.13 | |||