Resource exhaustion in Netty - #VU148882
Published: September 10, 2026
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.