CVE Catalog

CVE-2026-42578

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.07%

62th percentile - higher than 62% of all known CVEs

Summary

Netty's HttpProxyHandler constructs HTTP CONNECT requests with header validation disabled, allowing an attacker controlling outbound headers to inject arbitrary HTTP headers. The vulnerability affects versions prior to 4.2.13.Final and 4.1.133.Final.

Risk Assessment

An attacker can manipulate the CONNECT request to the proxy server, potentially redirecting traffic, intercepting data, or bypassing network security controls.

Recommendation

Immediately upgrade Netty to version 4.2.13.Final or 4.1.133.Final, which contain the fix.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

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 data from NVD (NIST) · CISA KEV · EPSS