CVE Catalog

CVE-2026-19204

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

22th percentile - higher than 22% of all known CVEs

Summary

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.

Risk Assessment

A remote attacker can cause JVM heap exhaustion, leading to denial of service and unavailability of the application.

Recommendation

Update Jetty to a version that includes a fix for this vulnerability. If not possible, consider disabling auto-fragmentation or restricting WebSocket access.

Other vulnerabilities in Jetty

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS