CVE-2026-48746

vLLM Project · vLLM

A vulnerability in the vLLM inference engine allows unauthenticated users to bypass OpenAI API key requirements, potentially exposing LLM services to unauthorized access.

Executive summary

An authentication bypass vulnerability in vLLM allows unauthorized users to access LLM inference services without a valid API key, posing a significant risk of service abuse.

Vulnerability

The flaw exists within the ASGI web server integration and the handling of the OpenAI API AuthenticationMiddleware, effectively allowing unauthenticated attackers to bypass API key verification.

Business impact

The ability for unauthenticated parties to access inference services can lead to unauthorized consumption of expensive computational resources and potential data leakage from the LLM. Given the CVSS score of 9.1, this represents a critical risk to organizational budgets and data security, necessitating immediate remediation to prevent service exploitation.

Remediation

Immediate Action: Upgrade to vLLM version 0.22.0 or later immediately to apply the necessary patches to the authentication middleware.

Proactive Monitoring: Review API access logs for anomalous request patterns or unauthorized traffic originating from unknown sources.

Compensating Controls: Implement network-level restrictions or a reverse proxy with secondary authentication mechanisms to control access to the vLLM endpoint until patching is complete.

Exploitation status

Public Exploit Available: No

Analyst recommendation

This vulnerability presents a severe risk by completely negating access control measures for your AI infrastructure. Organizations should prioritize the update to version 0.22.0 as a matter of urgency to restore secure API authentication.