Netty HttpProxyHandler Header Injection (4.2.13.Final/4.1.133.Final)
CVE-2026-42578 Published on May 13, 2026
Netty: HTTP Header Injection via HttpProxyHandler Disabled Validation
Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, Netty's HttpProxyHandler constructs HTTP CONNECT requests with header validation explicitly disabled. The newInitialMessage() method creates headers using DefaultHttpHeadersFactory.headersFactory().withValidation(false), then adds user-provided outboundHeaders without any CRLF validation. This allows an attacker who can influence the outbound headers to inject arbitrary HTTP headers into the CONNECT request sent to the proxy server. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.
Vulnerability Analysis
CVE-2026-42578 is exploitable with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. Public availability of a proof of concept (POC) exploit exists for CVE-2026-42578. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality, a high impact on integrity, and no impact on availability.
Weakness Types
What is a HTTP Response Splitting Vulnerability?
The software receives data from an upstream component, but does not neutralize or incorrectly neutralizes CR and LF characters before the data is included in outgoing HTTP headers.
CVE-2026-42578 has been classified to as a HTTP Response Splitting vulnerability or weakness.
What is a CRLF Injection Vulnerability?
The software uses CRLF (carriage return line feeds) as a special element, e.g. to separate lines or records, but it does not neutralize or incorrectly neutralizes CRLF sequences from inputs.
CVE-2026-42578 has been classified to as a CRLF Injection vulnerability or weakness.
Products Associated with CVE-2026-42578
You can be notified by email with stack.watch whenever vulnerabilities like CVE-2026-42578 are published in these products:
Affected Versions
netty:- Version >= 4.2.0.Alpha1, < 4.2.13.Final is affected.
- Version < 4.1.133.Final is affected.
- Version 4.2.0-10 and below * is unaffected.
- Version 4.2.0-10 and below * is unaffected.
- Version 4.2.0-10 and below * is unaffected.
- Version handler-proxy and below * is unaffected.
- Version handler-proxy and below * is unaffected.
- Version 1783443816 and below * is unaffected.
- Version 1780948325 and below * is unaffected.
- Version 1780696380 and below * is unaffected.
- Version 1780694994 and below * is unaffected.
- Version 1782989027 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.