vLLM deserialization vulnerability in vllm.distributed.GroupCoordinator.recv_object
Critical9.8CVE-2024-9052 · Published Mar 20, 2025 · updated Aug 7, 2026
vllm-project vllm version 0.6.0 contains a vulnerability in the distributed training API. The function vllm.distributed.GroupCoordinator.recv_object() deserializes received object bytes using pickle.loads() without sanitization, leading to a remote code execution vulnerability. ### Maintainer perspective Note that vLLM does NOT use the code as described in the report on huntr. The problem only exists if you use these internal APIs in a way that exposes them to a network as described. The vllm team was not involved in the analysis of this report and the decision to assign it a CVE.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| vllm PyPI | <= 0.8.1 | No fix yet |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-502
- Also known as
- CVE-2024-9052, PYSEC-2026-568
- nvd.nist.gov/vuln/detail/CVE-2024-9052
- github.com/github/advisory-database/pull/5444
- github.com/vllm-project/vllm
- github.com/vllm-project/vllm/blob/32e7db25365415841ebc7c4215851743fbb1bad1/vllm/distributed/parallel_state.py#L480
- github.com/vllm-project/vllm/blob/v0.8.1/vllm/distributed/parallel_state.py#L457
- huntr.com/bounties/ea75728f-4efe-4a3d-9f53-33f2c908e9f8
More vLLM advisories
All vLLM| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Apr 232025 | vLLM: code execution | Critical9.8 | 0.8.0 |
| Apr 152025 | vLLM vulnerable to Denial of Service by abusing xgrammar cache | Medium6.5 | 0.8.4 |
| Mar 202025 | vLLM allows Remote Code Execution by Pickle Deserialization via AsyncEngineRPCServer() RPC server entrypoints | Critical9.8 | No fix yet |
| Mar 202025 | vLLM Deserialization of Untrusted Data vulnerability | Critical9.8 | No fix yet |
| Mar 192025 | vLLM Allows Remote Code Execution via Mooncake Integration | Critical9.0 | 0.8.0 |
| Mar 192025 | vLLM denial of service via outlines unbounded cache on disk | Medium6.5 | 0.8.0 |