Denial of Service Vulnerability in vLLM
An authenticated remote attacker can exploit a vulnerability in vLLM to trigger a Denial of Service condition, likely through resource exhaustion.
CVE search metadata
CVE search record: CVE-2024-53676. Severity: critical. CVSS: 9.8. EPSS: 51.62%. KEV: no. Product: vLLM. Brief: Denial of Service Vulnerability in vLLM. Brief link: https://feed.craftedsignal.io/briefs/2026-08-vllm-dos/
A vulnerability has been identified in the vLLM library that allows an authenticated remote attacker to perform a Denial of Service (DoS) attack. The vulnerability, tracked as CVE-2024-53676, enables an attacker with valid authentication to submit crafted input payloads that lead to service interruption or resource exhaustion. Because vLLM is frequently deployed in inference environments where high concurrency and memory usage are standard, successful exploitation can result in the loss of availability for downstream AI-driven applications. Organizations should review their authentication and input validation policies for vLLM endpoints, particularly those exposed to multi-tenant or external user access.
Impact
The impact of this vulnerability is a Denial of Service, which effectively takes the vLLM inference engine offline. This disrupts the availability of LLM-based services dependent on the engine. If successfully exploited in a production environment, the attack causes service instability or complete failure, requiring a service restart to restore operations.
Recommendation
- Monitor vLLM logs for authentication patterns associated with frequent or unexpected service restarts.
- Identify and audit all internet-facing instances of vLLM to ensure that access is restricted to authorized users only, as the vulnerability requires authenticated access.
- Update vLLM to the latest version as soon as a patch is available from the project maintainers.
- Implement rate limiting and request size validation at the application or API gateway layer to mitigate potential resource exhaustion attempts.
Immediate actions
Review and restrict access to all internet-facing vLLM endpoints to mitigate the requirement for authenticated access.
Mitigations
Upgrade vLLM to a version containing the patch for CVE-2024-53676.
CVE-2024-53676