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

Nettyは、最初に`DefaultHttpRequest`または`DefaultFullHttpRequest`が作成され、その後にURIが`setUri()`で変更される場合に、リクエストラインの検証をバイパスされる可能性があります。コンストラクタは開始行を破壊するCRLFや空白文字を拒否しますが、`setUri()`は同様の検証を適用しません。`HttpRequestEncoder`および`RtspEncoder`は、その後URIをリクエストラインにそのまま書き込みます。もし攻撃者が制御する入力を`setUri()`に渡すと、CRLFインジェクションおよび追加のHTTPまたはRTSPリクエストを挿入できるようになり、HTTP側ではHTTPリクエストスマグリングや非同期化が発生し、RTSP側ではリクエストインジェクションが発生します。この問題はバージョン4.2.13.Finalおよび4.1.133.Finalで修正されました。

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

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

Publication Date May 6, 2026, midnight
Registration Date May 12, 2026, 10:20 a.m.
Last Update May 12, 2026, 10:20 a.m.
CVSS3.0 : 警告
Score 5.3
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
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月12日]
  掲載
May 12, 2026, 10:20 a.m.

NVD Vulnerability Information
CVE-2026-41417
Summary

Netty allows request-line validation to be bypassed when a `DefaultHttpRequest` or `DefaultFullHttpRequest` is created first and its URI is later changed via `setUri()`. The constructors reject CRLF and whitespace characters that would break the start-line, but `setUri()` does not apply the same validation. `HttpRequestEncoder` and `RtspEncoder` then write the URI into the request line verbatim. If attacker-controlled input reaches `setUri()`, this enables CRLF injection and insertion of additional HTTP or RTSP requests, leading to HTTP request smuggling or desynchronization on the HTTP side and request injection on the RTSP side. This issue is fixed in versions 4.2.13.Final and 4.1.133.Final.

Publication Date May 7, 2026, 7:16 a.m.
Registration Date May 8, 2026, 4:09 a.m.
Last Update May 11, 2026, 11:29 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