Jetty HTTP/2 Race Condition (CVE-2026-12611) Causes Server Unresponsive
CVE-2026-12611 Published on September 8, 2026

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.

NVD

Vulnerability Analysis

CVE-2026-12611 can be exploited with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality and integrity and availability.

Attack Vector:
NETWORK
Attack Complexity:
LOW
Privileges Required:
NONE
User Interaction:
NONE

Weakness Type

What is a Resource Exhaustion Vulnerability?

The software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.

CVE-2026-12611 has been classified to as a Resource Exhaustion vulnerability or weakness.


Products Associated with CVE-2026-12611

Want to know whenever a new CVE is published for Eclipse Jetty? stack.watch will email you.

 

Affected Versions

Eclipse Foundation Eclipse Jetty: