CVE-2026-42584
Published:May 13, 2026
Updated:May 18, 2026
Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, HttpClientCodec pairs each inbound response with an outbound request by queue.poll() once per response, including for 1xx. If the client pipelines GET then HEAD and the server sends 103, then 200 with GET body, then 200 for HEAD, the queue pairs HEAD with the first 200. The HEAD rule then skips reading that message’s body, so the GET entity bytes stay on the stream and the following 200 is parsed from the wrong offset. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.
Affected Packages
https://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-3.2.4.Final <netty-4.1.133.FinalFix Suggestion:
Update to version netty-4.1.133.Finalhttps://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-4.2.0.Alpha1 <netty-4.2.13.FinalFix Suggestion:
Update to version netty-4.2.13.Finalio.netty:netty-codec-http (JAVA):
Affected version(s) >=4.0.0.Alpha1 <4.1.133.FinalFix Suggestion:
Update to version 4.1.133.Finalio.netty:netty-codec-http (JAVA):
Affected version(s) >=4.2.0.Alpha1 <4.2.13.FinalFix Suggestion:
Update to version 4.2.13.Finalio.netty:netty-codec-http (JAVA):
Affected version(s) >=4.0.0.Alpha1 <4.1.133.FinalFix Suggestion:
Update to version 4.1.133.FinalRelated Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
EPSS
Base Score:
0.04