Resource exhaustion in Netty - #VU148882

 

Resource exhaustion in Netty - #VU148882

Published: September 10, 2026


Vulnerability identifier: #VU148882
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]
CVE-ID: N/A
CWE-ID: CWE-400
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to uncontrolled resource consumption in WebSocketServerExtensionHandler when processing HTTP/1.1 pipelined requests faster than the application produces responses. A remote attacker can send a sustained stream of pipelined HTTP requests while keeping connections open to cause a denial of service.

The queue is populated for every HTTP request, including non-WebSocket-upgrade requests, and remains allocated for the lifetime of the connection.


Affected software

Netty

Remediation

Install security update from vendor's website.

Netty - addressed in versions 4.1.138, 4.2.18

External References

Related Security Bulletins