NettyにおけるHTTP リクエストスマグリングに関する脆弱性
| Title |
NettyにおけるHTTP リクエストスマグリングに関する脆弱性
|
| Summary |
Nettyはプロトコルサーバーおよびクライアントの開発のためのネットワークアプリケーションフレームワークです。バージョン4.1.135.Finalおよび4.2.15.Finalより前のバージョンでは、最初のリクエストラインを読む前に、`HttpObjectDecoder`は`Character.isISOControl(b)`が`true`(0x00〜0x1Fおよび0x7F)であるすべてのバイトとすべての空白文字をスキップしていました。RFC 9112 §2.2では、リクエストラインの前にある空のCRLF行のみを無視するようサーバーに求めており、これはHTTP/1.0 POSTの回避策を扱うための限定的な堅牢性対応です。NULバイト、SOH、STX、および他の非CRLF制御文字を沈黙のうちに吸収することはこれを著しく超えており、これらのバイトを異なる方法で処理するフロントエンドコンポーネントが存在するパイプラインや多重化されたトランスポートにおいてリクエスト境界の混乱を悪用される可能性があります。この問題はバージョン4.1.135.Finalおよび4.2.15.Finalで修正されています。
|
| Possible impacts |
・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 12, 2026, midnight |
| Registration Date |
June 15, 2026, 6:36 p.m. |
| Last Update |
June 15, 2026, 6:36 p.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.135 未満
|
|
Netty 4.2.0 以上 4.2.15 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月15日] 掲載 |
June 15, 2026, 6:36 p.m. |
NVD Vulnerability Information
CVE-2026-50020
| Summary |
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, before reading the first request-line, `HttpObjectDecoder` skips every byte for which `Character.isISOControl(b)` is `true` (0x00–0x1F and 0x7F) as well as all whitespace. RFC 9112 §2.2 only asks servers to ignore empty CRLF lines preceding the request-line — a carefully scoped robustness allowance intended to handle HTTP/1.0 POST workarounds. Silently absorbing NUL bytes, SOH, STX, and other non-CRLF control characters goes significantly beyond this, and can be exploited for request-boundary confusion in pipelined or multiplexed transports where a front-end component treats those bytes differently. Versions 4.1.135.Final and 4.2.15.Final patch the issue.
|
| Publication Date |
June 13, 2026, 1:16 a.m. |
| Registration Date |
June 13, 2026, 4:17 a.m. |
| Last Update |
June 15, 2026, 11:31 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* |
|
|
|
4.1.135 |
| cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* |
4.2.0 |
|
|
4.2.15 |
Related information, measures and tools
Common Vulnerabilities List