CVE-2025-59425 PUBLISHED

vLLM vulnerable to timing attack at bearer auth

Assigner: GitHub_M
Reserved: 15.09.2025 Published: 07.10.2025 Updated: 07.10.2025

vLLM is an inference and serving engine for large language models (LLMs). Before version 0.11.0rc2, the API key support in vLLM performs validation using a method that was vulnerable to a timing attack. API key validation uses a string comparison that takes longer the more characters the provided API key gets correct. Data analysis across many attempts could allow an attacker to determine when it finds the next correct character in the key sequence. Deployments relying on vLLM's built-in API key validation are vulnerable to authentication bypass using this technique. Version 0.11.0rc2 fixes the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor vllm-project
Product vllm
Versions
  • Version < 0.11.0rc2 is affected

References

Problem Types

  • CWE-385: Covert Timing Channel CWE