CVE-2026-100666: Netty 4.2.0 through 4.2.17 Response Desynchronization via HttpServerCodec

Published Sep 26, 2026
·
Updated

Netty's HttpServerCodec (io.netty:netty-codec-http) in versions 4.2.0.Final through 4.2.16.Final and in versions up to and including 4.1.136.Final pairs each outbound response with an inbound request by calling pollMethod() once per response, including for 1xx informational responses. If a client pipelines an HTTP/1.1 GET carrying an Expect: 100-continue header followed by a HEAD request, the 100 Continue response consumes the queued GET method, so the subsequent 200 OK for the GET is paired with HEAD and its body is dropped, while the following 200 OK for the HEAD request is written with a body. This desynchronizes HTTP parsing on the connection: the GET entity is never delivered and the HEAD response body is interpreted as the GET body, resulting in response splitting and unsafe connection reuse. Fixed in 4.2.17.Final and 4.1.137.Final.

Affected Software

1 affected component
maven/io.netty/netty-codec-http>=4.2.0.Final<=4.2.16.Final, <=4.1.136.Final

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade io.netty:netty-codec-http to a version that resolves this vulnerability.

    Fixed in 4.2.17.Final
  2. Upgrade

    Upgrade io.netty:netty-codec-http to a version that resolves this vulnerability.

    Fixed in 4.1.137.Final

Event History

Sep 26, 2026
CVE Published
via MITRE·01:23 PM
Data Sourced
via MITRE·01:23 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·02:16 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are affected?

Deployments using Netty's io.netty:netty-codec-http HttpServerCodec are affected if they run 4.2.0.Final through 4.2.16.Final, or 4.1.136.Final or earlier. The issue is fixed in 4.2.17.Final and 4.1.137.Final.

2

What does an attacker need to do to trigger the issue?

An attacker needs network access to send pipelined HTTP/1.1 requests on one connection: a GET request with Expect: 100-continue followed by a HEAD request. No privileges or user interaction are required.

3

What is the practical effect of successful exploitation?

The connection's response parsing becomes desynchronized: the GET entity is not delivered, and the body of the HEAD response can be interpreted as the GET response body. This can cause response splitting and unsafe reuse of the affected connection.

4

How should affected systems be remediated?

Upgrade to Netty 4.2.17.Final or later in the 4.2 line, or 4.1.137.Final or later in the 4.1 line.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203