Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-12611 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumption[email protected]

Affected Products

ProductVersions
Eclipse Jetty
>= 11.0.0, <= 11.0.31 (semver)
>= 10.0.0, <= 10.0.31 (semver)
>= 9.4.36, <= 9.4.63 (semver)

CPE

  • cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 11.0.32moderate effort
  • Upgrade: 10.0.32moderate effort
  • Upgrade: 9.4.64moderate effort
  • Workaround:low effort

    Disable HTTP/2.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-12611
NVD Published Date:
Sep 8, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-12611 Details - Not Deferred