CVE-2025-66560

Source
https://cve.org/CVERecord?id=CVE-2025-66560
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-66560.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-66560
Aliases
Downstream
Related
Published
2026-01-07T17:33:22.083Z
Modified
2026-02-07T02:55:52.553283Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Quarkus REST has potential worker thread starvation when HTTP connection is closed while waiting to write
Details

Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Prior to versions 3.31.0, 3.27.2, and 3.20.5, a vulnerability exists in the HTTP layer of Quarkus REST related to response handling. When a response is being written, the framework waits for previously written response chunks to be fully transmitted before proceeding. If the client connection is dropped during this waiting period, the associated worker thread is never released and becomes permanently blocked. Under sustained or repeated occurrences, this can exhaust the available worker threads, leading to degraded performance, or complete unavailability of the application. This issue has been patched in versions 3.31.0, 3.27.2, and 3.20.5. A workaround involves implementing a health check that monitors the status and saturation of the worker thread pool to detect abnormal thread retention early.

Database specific
{
    "cwe_ids": [
        "CWE-770"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/66xxx/CVE-2025-66560.json"
}
References

Affected packages

Git / github.com/quarkusio/quarkus

Affected ranges

Type
GIT
Repo
https://github.com/quarkusio/quarkus
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.30.0"
        },
        {
            "fixed": "3.31.0"
        }
    ]
}
Type
GIT
Repo
https://github.com/quarkusio/quarkus
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.21.0"
        },
        {
            "fixed": "3.27.2"
        }
    ]
}
Type
GIT
Repo
https://github.com/quarkusio/quarkus
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "3.20.5"
        }
    ]
}

Database specific

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