CyberRota
← Ana sayfaya dön

CVE-2026-42584

HIGH · CVSS 7.3 EPSS %0.02 Public Exploit

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-13T19:17:24.043 · Çekilme zamanı: 2026-06-09T06:01:19.655258+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

Public Exploit Sinyali

Bu CVE için açıklama veya referanslarda public exploit / PoC / GitHub / Metasploit sinyali tespit edildi.

GitHub PoC Linkleri

Not: Bu bağlantılar yalnızca güvenlik araştırması ve doğrulama amacıyla listelenmiştir.

CVE
CVE-2026-42584
Severity
HIGH
CVSS
7.3
EPSS
%0.02

Orijinal NVD Açıklaması

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.