CVE-2026-93488: Io.netty/netty-codec-http: netty: denial of service via unbounded concurrent spdy streams

Published Sep 18, 2026
·
Updated

A flaw was found in Netty. SpdySessionHandler accepts an unlimited number of concurrent remote-initiated streams because localConcurrentStreams defaults to Integer.MAXVALUE and the handler provides no API to change it. A remote peer can open a SPDY connection and send a large number of SYNSTREAM frames with FLAGFIN=0, causing unbounded heap and direct memory allocation that can lead to JVM OutOfMemoryError and a denial of service.

Other sources

Netty is a network application framework for development of protocol servers and clients.

SpdySessionHandler accepts an unlimited number of concurrent remote-initiated streams because localConcurrentStreams defaults to Integer.MAXVALUE and the handler provides no API to change it. When a remote peer opens a SPDY connection and sends millions of SYNSTREAM frames with FLAGFIN=0, the server allocates unbounded heap and direct memory, eventually triggering JVM OutOfMemoryError and crashing the service.

This issue is tracked by GitHub Security Advisory GHSA-rmcw-9fcq-wjq7. No CVE ID has been assigned yet.

Affected package: io.netty:netty-codec-http - <= 4.1.137.Final, fixed in 4.1.138.Final - >= 4.2.0.Final, <= 4.2.17.Final, fixed in 4.2.18.Final

Upstream advisory: https://github.com/netty/netty/security/advisories/GHSA-rmcw-9fcq-wjq7 Releases: https://github.com/netty/netty/releases/tag/netty-4.1.138.Final https://github.com/netty/netty/releases/tag/netty-4.2.18.Final

Red Hat

Affected Software

2 affected components
Netty Netty<=4.1.137.Final
Netty Netty>=4.2.0.Final<=4.2.17.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.18.Final
  2. Upgrade

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

    Fixed in 4.1.138.Final
  3. Compensating control

    Apply an external mitigation by restricting/untrusted-ingress limiting access to the service’s network endpoints so that remote peers cannot open SPDY connections and flood SYN_STREAM frames (e.g., rate-limit/limit concurrent connections at the network edge or load balancer) until the Netty fixed version (4.2.18.Final or 4.1.138.Final) is deployed.

Event History

Sep 18, 2026
Data Sourced
via Red Hat·05:43 AM
DescriptionSeverityAffected Software
CVE Published
via MITRE·11:47 AM
Data Sourced
via MITRE·11:47 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to this issue?

Deployments using io.netty:netty-codec-http through version 4.1.137.Final or versions 4.2.0.Final through 4.2.17.Final are affected when they use SpdySessionHandler and accept remote SPDY connections.

2

What does an attacker need to do to trigger the denial of service?

An unauthenticated remote peer needs to establish a SPDY connection and send a large number of SYN_STREAM frames with FLAG_FIN=0. This creates unlimited concurrent remote-initiated streams and can exhaust heap and direct memory until the JVM throws OutOfMemoryError.

3

Is the default concurrent-stream limit protective?

No. SpdySessionHandler defaults localConcurrentStreams to Integer.MAX_VALUE, effectively permitting an unlimited number of remote-initiated streams, and the handler provides no API to change that limit.

4

What versions contain the fix?

The fix is available in 4.1.138.Final for the 4.1 release line and 4.2.18.Final for the 4.2 release 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