CVE-2026-12611

Source
https://cve.org/CVERecord?id=CVE-2026-12611
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-12611.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-12611
Aliases
  • GHSA-gpg9-4257-cfm3
Downstream
Published
2026-09-08T12:28:51Z
Modified
2026-09-09T03:45:58Z
Severity
  • 8.7 (High) CVSS_V4 - 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 CVSS Calculator
Summary
[none]
Details

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.

Database specific
{
    "cna_assigner": "eclipse",
    "cwe_ids": [
        "CWE-400"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/12xxx/CVE-2026-12611.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "11.00"
                },
                {
                    "last_affected": "11.0.31"
                },
                {
                    "introduced": "10.0.0"
                },
                {
                    "last_affected": "10.0.31"
                },
                {
                    "introduced": "9.4.36"
                },
                {
                    "last_affected": "9.4.63"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/jetty/jetty.project

Affected ranges

Type
GIT
Repo
https://github.com/jetty/jetty.project
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "12.1.0"
        },
        {
            "last_affected": "12.1.10"
        },
        {
            "introduced": "12.0.0"
        },
        {
            "last_affected": "12.0.37"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

jetty-12.*
jetty-12.0.0x
jetty-12.0.14
jetty-12.0.15
jetty-12.0.19
jetty-12.0.22
jetty-12.0.23
jetty-12.0.30
jetty-12.0.31
jetty-12.0.37
jetty-12.0.5
jetty-12.0.6
jetty-12.1.0.beta1
jetty-12.1.10
jetty-12.1.2
jetty-12.1.4
jetty-12.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-12611.json"