Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-42578 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-113Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')[email protected]
CWE-93Improper Neutralization of CRLF Sequences ('CRLF Injection')redhat-SADP

Affected Products

ProductVersions
netty netty
< 4.1.133
>= 4.2.0, < 4.2.13

CPE

  • cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

19 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-42578
NVD Published Date:
May 13, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-42578 Details - Not Deferred