CVE-2026-75596: Netty: Fragmented ClientHello records trigger quadratic pre-handshake reassembly in default SNI parsing

Published Aug 19, 2026
·
Updated

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, the default io.netty.handler.ssl.SniHandler constructors use the pre-handshake ClientHello aggregation path in handler/src/main/java/io/netty/handler/ssl/SslClientHelloHandler.java at io.netty.handler.ssl.SslClientHelloHandler#decode, where handshakeBuffer.clear() and writeBytes() recopy all previously received body bytes for every additional TLS record. An unauthenticated remote peer can advertise a large ClientHello and deliver its body in thousands of tiny records, causing quadratic CPU work on the event loop before the TLS handshake completes and degrading TLS handling for other clients. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.

Affected Software

1 affected component
Netty Netty<4.1.137.Final, <4.2.17.Final

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade netty to a version that resolves this vulnerability.

    Fixed in 4.1.137.Final
  2. Upgrade

    Upgrade netty to a version that resolves this vulnerability.

    Fixed in 4.2.17.Final

Event History

Aug 19, 2026
CVE Published
via MITRE·08:56 PM
Data Sourced
via MITRE·08:56 PM
DescriptionWeakness

Frequently Asked Questions

1

Which deployments are exposed to this issue?

Deployments using Netty versions before 4.1.137.Final or 4.2.17.Final that use the default io.netty.handler.ssl.SniHandler constructors are affected. The vulnerable processing occurs during pre-handshake SNI parsing.

2

What does an attacker need to do to trigger the resource consumption?

An unauthenticated remote peer must connect and send a large TLS ClientHello body fragmented across thousands of very small TLS records. This causes repeated copying of previously received ClientHello bytes and quadratic CPU work on the event loop before the TLS handshake finishes.

3

Is the default configuration affected?

Yes. The affected path is used by the default SniHandler constructors, so no special SNI parser configuration is required for exposure.

4

What is the impact on a running service?

The excessive pre-handshake processing can consume event-loop CPU and degrade TLS handling for other clients. The condition can be triggered before authentication or completion of a TLS handshake.

5

What versions contain the fix?

Upgrade to Netty 4.1.137.Final or 4.2.17.Final. Versions prior to those releases are affected.

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