CVE-2025-46570 Details
Description
vLLM is an inference and serving engine for large language models (LLMs). Prior to version 0.9.0, when a new prompt is processed, if the PageAttention mechanism finds a matching prefix chunk, the prefill process speeds up, which is reflected in the TTFT (Time to First Token). These timing differences caused by matching chunks are significant enough to be recognized and exploited. This issue has been patched in version 0.9.0.
A timing-based side-channel vulnerability has been identified in vLLM, an inference engine for large language models, prior to version 0.9.0. The issue arises from the prefix caching mechanism, which can be exploited to infer prompt reuse through timing differences. When a prompt is processed, matching prefix chunks accelerate the prefill process, creating noticeable timing variations. This vulnerability could be exploited to guess sensitive inputs by measuring response times, potentially leading to the leakage of private information.
Users can update to vLLM version 0.9.0 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 29, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/vllm-project/vllm/commit/77073c77bc2006eb80ea6d5128f076f5e6c6f54f | [email protected] | Patch |
| https://github.com/vllm-project/vllm/pull/17045 | [email protected] | Issue TrackingVendor Advisory |
| https://github.com/vllm-project/vllm/security/advisories/GHSA-4qjh-9fv9-r85r | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-203 | Observable Discrepancy | [email protected] |
| CWE-208 | Observable Timing Discrepancy | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| vllm vllm | < 0.9.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 24, 2025 | Initial Analysis | [email protected] |
| May 29, 2025 | New CVE Received | [email protected] |