Inefficient Algorithmic Complexity Affecting io.netty:netty-handler package, versions [,4.1.137.Final)[4.2.0.Final,4.2.17.Final)


Severity

Recommended
0.0
medium
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.35% (28th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-JAVA-IONETTY-19652372
  • published9 Sept 2026
  • disclosed8 Sept 2026
  • creditmauriceng98

Introduced: 8 Sep 2026

NewCVE-2026-75596  (opens in a new tab)
CWE-407  (opens in a new tab)

How to fix?

Upgrade io.netty:netty-handler to version 4.1.137.Final, 4.2.17.Final or higher.

Overview

io.netty:netty-handler is a library that provides an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in the SniHandler and SslClientHelloHandler process. An attacker can exhaust CPU resources on the event loop by sending a fragmented TLS handshake with a small initial record advertising a large ClientHello length, followed by many tiny fragments. This causes the handler to repeatedly reparse and recopy all accumulated handshake data, resulting in quadratic CPU usage before the handshake completes. This can degrade or stall TLS connection handling for all clients on the affected event loop.

CVSS Base Scores

version 4.0
version 3.1