CVE-2025-46570 LOW

CVE-2025-46570: vLLM’s Chunk-Based Prefix Caching Vulnerable to Potential Timing Side-Channel

Vendor Vllm-Project
Product vllm
Weakness CWE-208
Published May 29, 2025
Last update May 29, 2025

CVSS base score

2.6/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction Required
Confidentiality Low
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

May 29, 2025 CVE published
May 29, 2025 Record updated