-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Vulnerable Library - quarkus-rest-3.30.8.jar
A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.
Library home page: https://github.com/quarkusio/quarkus
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/quarkus/quarkus-rest/3.30.8/quarkus-rest-3.30.8.jar
Found in HEAD commit: 59403f1cfff628956549b34b2abc1fc6294ce3b4
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (quarkus-rest version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2025-66560 | 5.9 | quarkus-rest-3.30.8.jar | Direct | 3.31.0 | ❌ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2025-66560
Vulnerable Library - quarkus-rest-3.30.8.jar
A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.
Library home page: https://github.com/quarkusio/quarkus
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/quarkus/quarkus-rest/3.30.8/quarkus-rest-3.30.8.jar
Dependency Hierarchy:
- ❌ quarkus-rest-3.30.8.jar (Vulnerable Library)
Found in HEAD commit: 59403f1cfff628956549b34b2abc1fc6294ce3b4
Found in base branch: main
Vulnerability 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.
Publish Date: 2026-01-07
URL: CVE-2025-66560
CVSS 3 Score Details (5.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-5rfx-cp42-p624
Release Date: 2026-01-07
Fix Resolution: 3.31.0
Step up your Open Source Security Game with Mend here