Uncontrolled Memory Allocation in Jetty - CVE-2026-19204
Published: September 16, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to memory allocation with an excessive size value in the Jetty WebSocket frame parser\'s Parser.parsePayload method when processing a WebSocket frame with a reserved opcode and an oversized declared payload length. A remote attacker can send a specially crafted WebSocket frame header to cause a denial of service.
Auto-fragmentation is enabled by default, and reserved opcodes bypass the applicable frame-size checks before opcode validation occurs.