Skip to main content
Mallory
CriticalPublic exploit

HTTP response desynchronization in Netty HttpClientCodec

IdentifiersCVE-2026-42584CWE-444· Inconsistent Interpretation of…

CVE-2026-42584 is a response desynchronization flaw in Netty's HTTP client handling, affecting netty-codec-http prior to versions 4.2.13.Final and 4.1.133.Final. In HttpClientCodec, inbound responses are paired with outbound requests by calling queue.poll() once per response, including for 1xx informational responses. In an HTTP/1.1 pipelining scenario where a client sends a GET followed by a HEAD request and the server returns a 103 informational response, then a 200 response carrying the GET body, then a 200 response for the HEAD request, the request/response pairing becomes misaligned. The HEAD request can be incorrectly associated with the first 200 response. Because HEAD responses are expected to have no body, the codec skips reading that message body, leaving the GET entity bytes on the stream. Subsequent parsing then occurs from the wrong offset, causing downstream responses to be interpreted incorrectly. The issue is effectively an HTTP message parsing/desynchronization bug on the client connection.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can compromise the integrity and availability of HTTP parsing on the affected client connection. Responses can be misassociated with the wrong requests, response bodies can remain unread on the stream, and subsequent responses can be parsed from an incorrect offset. This can lead to response confusion, unsafe socket/connection reuse, corrupted application-layer semantics, and denial of service or logic failures in clients relying on correct request/response ordering.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, avoid the vulnerable traffic pattern: do not use HTTP/1.1 pipelining that mixes GET and HEAD requests on the same connection where servers may emit 1xx informational responses such as 103 Early Hints. Where feasible, disable HTTP/1.1 pipelining, avoid reusing affected connections for such sequences, or close/isolate connections after anomalous informational responses to prevent parser desynchronization from affecting subsequent traffic.

Remediation

Patch, then assume compromise.

Upgrade Netty netty-codec-http to a fixed release. The vulnerability is fixed in Netty 4.2.13.Final and 4.1.133.Final. Downstream products bundling vulnerable Netty versions should be updated to vendor releases that incorporate these patched versions.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
NettyNettyapplication
NettyNetty-Codec-Httpapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

3 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity2

Community discussion across Reddit, Mastodon, and other social sources.