CVE-2026-56746
Netty has a Security Control Bypass via CORS Short-Circuit Failure
Record summary
CVE-2026-56746 has a selected CVSS score of 6.5 (medium).
Description
Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortCircuit() configuration designed to reject unauthorized cross-origin requests immediately, acting as a security control before requests reach the application. However, due to a logical operator error in the origin evaluation process, this protection can be entirely bypassed. An attacker can bypass the short-circuit mechanism by sending a request with an Origin: null header. This failure forwards unauthorized requests to the backend application, bypassing intended access controls. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jul 22, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
nettyBrowse netty / netty | CVE List | >= 4.2.0.Final, < 4.2.16.Final | affected |
| >= 4.1.0.Final, < 4.1.136.Final | affected | ||
io.netty:netty-codec-httpBrowse Maven / io.netty:netty-codec-http | GitHub Advisory | 4.2.0.Final to < 4.2.16.Final · Fixed in 4.2.16.Final | affected |
| Before 4.1.136.Final · Fixed in 4.1.136.Final | affected |