Bug 2488421 (CVE-2026-50020) - CVE-2026-50020 netty-codec-http: Netty: Data manipulation via request-boundary confusion in HttpObjectDecoder
Summary: CVE-2026-50020 netty-codec-http: Netty: Data manipulation via request-boundar...
Keywords:
Status: NEW
Alias: CVE-2026-50020
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-12 16:02 UTC by OSIDB Bzimport
Modified: 2026-08-04 14:00 UTC (History)
106 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:50085 0 None None None 2026-08-04 14:00:31 UTC

Description OSIDB Bzimport 2026-06-12 16:02:14 UTC
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.

Comment 3 errata-xmlrpc 2026-08-04 14:00:26 UTC
This issue has been addressed in the following products:

  Red Hat JBoss Enterprise Application Platform 8.1

Via RHSA-2026:50085 https://access.redhat.com/errata/RHSA-2026:50085


Note You need to log in before you can comment on or make changes to this bug.