← Back

CVE-2025-62164

nvd nist
Published: Nov 21, 2025Modified: Jun 17, 2026

JSON object

Loading...
8.8
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Exploitability: 2.8 / Impact: 5.9
Source: security-advisories@github.com (Secondary)

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.

Affected (3)

Products: Vllm: Vllm
1 product
Vllm
Configuration A
3 vulnerable
Vulnerable SoftwareAffected Versions
Vllm
From 0.10.2 to 0.11.1
Version 0.11.1 rc0
Version 0.11.1 rc1

References (3)

Source: security-advisories@github.com
Issue TrackingPatchVendor Advisory
Source: security-advisories@github.com
Issue TrackingVendor Advisory

Timeline

No history available yet.