QSearchQSearch

CVE-2026-42578

7.5 HIGH

Netty is an asynchronous, event-driven network application framework

Published: 2026-05-13 · Last updated: 2026-05-18

Severity and scoring

CVSS
7.5 HIGH
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CWE
CWE-113

Affected products

VendorProduct
nettynetty

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.

Source: NVD

References

Related CVEs

Same vendor

  • CVE-2026-50560 Netty is a network application framework for development of protocol servers and clients (5.3 MEDIUM)
  • CVE-2026-50020 Netty is a network application framework for development of protocol servers and clients (5.3 MEDIUM)
  • CVE-2026-50011 Netty is a network application framework for development of protocol servers and clients (7.5 HIGH)
  • CVE-2026-50010 Netty is a network application framework for development of protocol servers and clients (7.5 HIGH)
  • CVE-2026-50009 Netty is a network application framework for development of protocol servers and clients (4.8 MEDIUM)

Same CWE

  • CVE-2026-50630 A CRLF injection vulnerability exists in the OAuth2 AuthorizationUtils class (6.5 MEDIUM)
  • CVE-2026-44489 Axios is a promise based HTTP client for the browser and Node.js (3.7 LOW)
  • CVE-2026-49214 guzzlehttp/psr7 is a PSR-7 HTTP message library implementation in PHP (5.3 MEDIUM)
  • CVE-2026-43966 Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') vulnerability in ninenines cowlib allows HT...
  • CVE-2026-48596 Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') vulnerability in elixir-tesla tesla allows ...