CVEFinder.io

CVE-2026-42584

⚠️ high
🔍 Scan for this CVE
Summary

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

Description

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.

CVSS Score
7.3
High
EPSS Score
0.0
Exploit Probability
Published Date
2026-05-13
First Seen: 2026-05-17
📊 Relative Risk Intelligence

This CVE is Moderate Risk - more severe than 55.5% of all 328,009 vulnerabilities in our database.

#145,998
Above average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: May 13, 2026
🔍 Exploitation Status
Poc
Proof-of-concept available
⚙️ Automatable
YES
Can be exploited automatically
💥 Technical Impact
Partial
Limited system impact
SSVC data provided by CISA
Last Modified 2026-05-18
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
CWE IDs (Weakness Types)

📦 Affected Products 2

🔗 References 1

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-44892 ⚠️ high 7.5 0.5 Netty is a network application framework for development of protocol servers and clients. Prior to version 4.2.15.Final,... 2026-06-12
CVE-2026-44893 ⚠️ high 7.5 0.6 Netty is a network application framework for development of protocol servers and clients. In netty-codec-haproxy prior t... 2026-06-12
CVE-2026-44894 ⚠️ high 7.5 0.2 Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the toke... 2026-06-12
CVE-2026-45416 ⚠️ high 7.5 0.6 Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Fina... 2026-06-12
CVE-2026-45536 🔶 medium 4.0 0.2 Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Fina... 2026-06-12
CVE-2026-45673 🔶 medium 6.8 0.4 Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Fina... 2026-06-12
These CVEs affect the same products