CVE-2026-50020

5.3 MEDIUM
Published: June 12, 2026 Modified: June 15, 2026
View on NVD

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.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/netty/netty/releases/tag/netty-4.1.135.Final
Source: security-advisories@github.com
Release Notes
https://github.com/netty/netty/releases/tag/netty-4.2.15.Final
Source: security-advisories@github.com
Release Notes
https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c
Source: security-advisories@github.com
Vendor Advisory
https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0
Vendor Advisory

4 reference(s) from NVD

Quick Stats

CVSS v3 Score
5.3 / 10.0
EPSS (Exploit Probability)
0.0%
8th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

netty