CVE-2026-12611

HIGH CVSS 4.0: 8.7 EPSS 0.25%
Updated Sep 09, 2026
Jetty
Parameter Value
CVSS 8.7 (HIGH)
Type CWE-400 (Uncontrolled Resource Consumption)
Vendor Jetty
Public PoC No

A client may issue HTTP/2 requests to a Jetty server that result in blocking writes that are never unblocked, eventually causing all threads to be blocked and the whole server to become unresponsive. This is caused by a race condition in the server when handling RST_STREAM frames and GOAWAY frames sent by the client. The race condition "resets" the HTTP2Flusher.terminated, previously set to a non-null value, to the null value, allowing entries to be enqueued in the flusher that however will never be processed.

These unprocessed entries are the ones that would unblock the write-blocked threads.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Attack Requirements
None
No additional conditions
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
High
Complete denial of service

CVSS Vector v4.0

Vulnerable Products

eclipse foundation:eclipse jetty