216.73.216.133

CVE-2026-50020

· Published 12/06/2026 18:16 · Modified 12/06/2026 17:16 · Author: The MITRE Corporation

Labels: CVE-2026-50020 2026-06-12CVE-2026-50020CWE-444[email protected]

Essential information

Published
12/06/2026 18:16
Modified
12/06/2026 17:16
Author
The MITRE Corporation
Creator
The MITRE Corporation
CVSS
5.3 MEDIUM (v3.1)
CISA KEV
No
CWE
CWE-444
EPSS (First)
P11.8% ?EPSS percentile: rank of this vulnerability versus all others. Higher percentile = more likely to be exploited. Learn more (score 0.00038)
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

CVSS metrics

Description

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.

NVD status

Status
Undergoing Analysis — CVE has been marked for Analysis. Normally once in this state the CVE will be analyzed by NVD staff within 24 hours.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
netty / netty cpe:2.3:a:netty:netty:<4.1.135.Final:*:*:*:*:*:*:*
netty / netty cpe:2.3:a:netty:netty:<4.2.15.Final:*:*:*:*:*:*:*

References