CVE-2026-93573: Io.netty/netty-codec-http: netty split transfer-encoding fields bypass final-chunked validation and enable request smuggling

Published Sep 18, 2026
·
Updated

Netty split Transfer-Encoding fields bypass final-chunked validation and enable request smuggling

Affected Software

1 affected component
Netty netty-codec-http>=undefined, >=undefined

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

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

    Fixed in 4.1.132.FinalPatch unknown
  2. Upgrade

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

    Fixed in 4.2.12.FinalPatch unknown
  3. Compensating control

    Add compensating validation in front of Netty (or at the network edge) to reject HTTP/1.1 requests where Transfer-Encoding is expressed as split header fields such that the last Transfer-Encoding token is not the final coding per RFC 9112 framing rules (e.g., reject cases like "Transfer-Encoding: chunked" followed by a second Transfer-Encoding field like "gzip" or "deflate").

Event History

Sep 18, 2026
Data Sourced
via Red Hat·10:30 AM
DescriptionSeverityAffected Software
CVE Published
via MITRE·02:44 PM
Data Sourced
via MITRE·02:44 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

What request pattern is needed to trigger the issue?

An attacker can send an HTTP/1.1 request with Transfer-Encoding split across multiple header fields so that chunked is followed by a non-final coding in a later field, such as "Transfer-Encoding: chunked" followed by "Transfer-Encoding: gzip" or "deflate". Netty accepts the zero-size chunk terminator and can parse subsequent bytes as a second request on the same connection.

2

Does exploitation require authentication or user interaction?

No. The supplied severity vector indicates network-based exploitation with low attack complexity, no privileges required, and no user interaction.

3

What security impact can request smuggling have in this case?

The supplied severity vector indicates low confidentiality and low integrity impact, with no availability impact. The described behavior allows a following request to be parsed on the same connection after the malformed Transfer-Encoding sequence is accepted.

4

How can I check whether traffic is attempting to exploit this issue?

Inspect HTTP/1.1 requests for multiple Transfer-Encoding header fields where an earlier field contains chunked and a later field contains another transfer coding, such as gzip or deflate. These fields combine into an invalid ordering in which chunked is not the final transfer coding.

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