Cyber Posture

CVE-2025-29783

Critical

Published: 19 March 2025

Published
19 March 2025
Modified
01 July 2025
KEV Added
Patch
CVSS Score 9.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0281 86.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-29783 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Vllm Vllm. Its CVSS base score is 9.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation of Remote Services (T1210); ranked in the top 13.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation of Remote Services (T1210). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Flaw remediation requires timely patching of the unsafe deserialization vulnerability fixed in vLLM 0.8.0, directly preventing RCE exploitation.

prevent

Information input validation at system entry points detects and rejects untrusted deserialized data over ZMQ/TCP, blocking CWE-502 attacks.

prevent

Boundary protection monitors and controls network communications to block unauthorized adjacent access to the exposed ZMQ/TCP interfaces.

MITRE ATT&CK Enterprise TechniquesAI

T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

The CVE describes a network-exposed unsafe deserialization vulnerability in vLLM (via ZMQ/TCP on all interfaces) that directly enables remote code execution with adjacent network access, mapping to exploitation of remote services for code execution on the target hosts.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. When vLLM is configured to use Mooncake, unsafe deserialization exposed directly over ZMQ/TCP on all network interfaces will allow attackers to execute remote code on distributed hosts. This…

more

is a remote code execution vulnerability impacting any deployments using Mooncake to distribute KV across distributed hosts. This vulnerability is fixed in 0.8.0.

Deeper analysisAI

CVE-2025-29783 is a remote code execution vulnerability in vLLM, a high-throughput and memory-efficient inference and serving engine for large language models (LLMs). The flaw occurs when vLLM is configured to use Mooncake for distributing key-value (KV) cache across distributed hosts, exposing unsafe deserialization directly over ZMQ/TCP on all network interfaces. It impacts any such deployments and is classified under CWE-502 (Deserialization of Untrusted Data), with a CVSS v3.1 base score of 9.0 (AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H).

An attacker with adjacent network access and low privileges can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation allows remote code execution on the distributed hosts, granting high-impact access to confidentiality, integrity, and availability due to the high scope of the attack.

The vulnerability is fixed in vLLM version 0.8.0. Mitigation details are available in the GitHub security advisory at https://github.com/vllm-project/vllm/security/advisories/GHSA-x3m8-f7g5-qhm7, the fixing pull request at https://github.com/vllm-project/vllm/pull/14228, and the commit at https://github.com/vllm-project/vllm/commit/288ca110f68d23909728627d3100e5a8db820aa2.

This issue is relevant to AI/ML practitioners deploying distributed LLM inference engines, as vLLM is commonly used for high-performance serving of large language models.

Details

CWE(s)

Affected Products

vllm
vllm
0.6.5 — 0.8.0

CVEs Like This One

CVE-2024-11041Same product: Vllm Vllm
CVE-2025-24357Same product: Vllm Vllm
CVE-2025-62164Same product: Vllm Vllm
CVE-2026-22807Same product: Vllm Vllm
CVE-2025-66448Same product: Vllm Vllm
CVE-2026-22773Same product: Vllm Vllm
CVE-2026-22778Same product: Vllm Vllm
CVE-2026-25960Same product: Vllm Vllm
CVE-2026-27893Same product: Vllm Vllm
CVE-2026-24779Same product: Vllm Vllm

References