#VU121068 Resource management error in Quarkus - CVE-2025-66560
Published: January 7, 2026
Quarkus
Red Hat Inc.
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to improper management of internal resources within the application. 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. A remote attacker can initiate multiple requests to the server and keep dropping the connections exhausting the available worker threads.