CVE-2026-12611
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Eclipse Foundation | Eclipse Jetty | 12.1.0 <= 12.1.10 | affected |
| Eclipse Foundation | Eclipse Jetty | 12.0.0 <= 12.0.37 | affected |
| Eclipse Foundation | Eclipse Jetty | 11.00 <= 11.0.31 | affected |
| Eclipse Foundation | Eclipse Jetty | 10.0.0 <= 10.0.31 | affected |
| Eclipse Foundation | Eclipse Jetty | 9.4.36 <= 9.4.63 | affected |
Weaknesses
- CWE-400: CWE-400 Uncontrolled Resource Consumption
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.