CVE-2025-62164: vLLM deserialization vulnerability leading to DoS and potential RCE
(updated )
A memory corruption vulnerability that leading to a crash (denial-of-service) and potentially remote code execution (RCE) exists in vLLM versions 0.10.2 and later, 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.
References
- github.com/advisories/GHSA-mrw7-hf4f-83pf
- github.com/pypa/advisory-database/tree/main/vulns/vllm/PYSEC-2026-2018.yaml
- github.com/vllm-project/vllm
- github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b
- github.com/vllm-project/vllm/pull/27204
- github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf
- nvd.nist.gov/vuln/detail/CVE-2025-62164
- pypi.org/project/vllm
Code Behaviors & Features
Detect and mitigate CVE-2025-62164 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →