GHSA-w753-5ffq-99wrHigh
A client may send a WebSocket frame with an unknown opcode and a very large declared payload...
🔗 CVE IDs covered (1)
📋 Description
A client may send a WebSocket frame with an unknown opcode and a very large declared payload length, causing Jetty to attempt a large memory allocation and potentially exhaust the JVM heap.
This occurs when auto-fragmentation is enabled, as unknown opcodes bypass the normal maximum frame size handling and payload allocation occurs before the opcode is validated.