CVE-2026-19204

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.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-09-07 11:17

Updated : 2026-09-08 16:18


NVD link : CVE-2026-19204

Mitre link : CVE-2026-19204

CVE.ORG link : CVE-2026-19204


JSON object : View

Products Affected

No product.

CWE
CWE-770

Allocation of Resources Without Limits or Throttling

CWE-789

Memory Allocation with Excessive Size Value