216.73.216.133

CVE-2026-42584

· Published 13/05/2026 19:17 · Modified 14/05/2026 16:26

Labels: CVE-2026-42584 2026-05-13CVE-2026-42584CWE-444[email protected]

Essential information

Published
13/05/2026 19:17
Modified
14/05/2026 16:26
Author
Creator
CVSS
7.3 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

CVSS metrics

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.

NVD status

Status
Undergoing Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
netty / netty cpe:2.3:a:netty:netty:<4.2.13.Final:*:*:*:*:*:*:*
netty / netty cpe:2.3:a:netty:netty:<4.1.133.Final:*:*:*:*:*:*:*

References