CVE-2025-62164

HIGH EPSS 53.0%
Published Nov 21, 20257mo ago · Modified Jun 17, 20261w ago
8.8 CVSS 3.1
High
Find Similar
Published Nov 21, 2025 7mo ago
Last Modified Jun 17, 2026 1w ago

Description

vLLM is an inference and serving engine for large language models (LLMs). From versions 0.10.2 to before 0.11.1, a memory corruption vulnerability could lead to a crash (denial-of-service) and potentially remote code execution (RCE), exists in the Completions API endpoint. When processing user-supplied prompt embeddings, the endpoint loads serialized tensors using torch.load() without sufficient validation. Due to a change introduced in PyTorch 2.8.0, sparse tensor integrity checks are disabled by default. As a result, maliciously crafted tensors can bypass internal bounds checks and trigger an out-of-bounds memory write during the call to to_dense(). This memory corruption can crash vLLM and potentially lead to code execution on the server hosting vLLM. This issue has been patched in version 0.11.1.

CVSS Details

Base Score
8.8
Exploitability
2.8
Impact
5.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
53.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 4

CWE-123
CWE-20 Improper Input Validation Validation
CWE-502 Deserialization of Untrusted Data Validation
CWE-787 Out-of-bounds Write Memory Safety

Affected Products 3

VendorProductVersionRange
vllmvllm*≥0.10.2  –  <0.11.1
vllmvllm0.11.1any
vllmvllm0.11.1any

References 3

  • github.com https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b
    Patch
  • github.com https://github.com/vllm-project/vllm/pull/27204
    Issue TrackingPatchVendor Advisory
  • github.com https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf
    Issue TrackingVendor Advisory

Remediation

  • github.com https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b
    Patch
  • github.com https://github.com/vllm-project/vllm/pull/27204
    Issue TrackingPatchVendor Advisory