The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-29783

CVE-2025-29783: Vllm Vllm RCE Vulnerability

CVE-2025-29783 is a remote code execution vulnerability in Vllm Vllm affecting Mooncake deployments. Unsafe deserialization over ZMQ/TCP allows attackers to execute code on distributed hosts. Learn about technical details.

Updated: January 22, 2026

CVE-2025-29783 Overview

CVE-2025-29783 is a critical insecure deserialization vulnerability affecting vLLM, a high-throughput and memory-efficient inference and serving engine for Large Language Models (LLMs). When vLLM is configured to use Mooncake for distributed key-value (KV) cache distribution, unsafe deserialization is exposed directly over ZMQ/TCP on all network interfaces. This vulnerability allows attackers with adjacent network access to execute arbitrary code on distributed hosts running vLLM with the Mooncake integration enabled.

Critical Impact

Remote code execution vulnerability enabling attackers to compromise distributed LLM inference infrastructure through unsafe deserialization over ZMQ/TCP communications.

Affected Products

  • vLLM versions prior to 0.8.0
  • vLLM deployments configured with Mooncake integration
  • Distributed vLLM environments using KV cache distribution

Discovery Timeline

  • 2025-03-19 - CVE-2025-29783 published to NVD
  • 2025-07-01 - Last updated in NVD database

Technical Details for CVE-2025-29783

Vulnerability Analysis

This vulnerability stems from CWE-502 (Deserialization of Untrusted Data). The vLLM framework, when configured with the Mooncake integration for distributing KV cache across multiple hosts, exposes an unsafe deserialization endpoint over ZMQ (ZeroMQ) messaging protocol. The affected component binds to all network interfaces (0.0.0.0), accepting serialized data from any source within the adjacent network without proper validation or authentication.

The attack requires adjacent network access and low privileges to exploit, but successful exploitation allows the attacker to break out of the initial scope and impact other resources. This results in high impact to confidentiality, integrity, and availability of the affected systems and potentially the broader LLM infrastructure.

Root Cause

The root cause of this vulnerability is the improper handling of serialized data received over ZMQ/TCP connections. The Mooncake integration accepts and deserializes objects from network sources without validating the origin or content of the serialized payload. Python's pickle serialization, commonly used in such scenarios, is inherently unsafe when deserializing untrusted data as it can execute arbitrary code during the deserialization process.

Attack Vector

The vulnerability is exploitable from the adjacent network, meaning attackers must have access to the same network segment as the vLLM deployment. The attack complexity is low, requiring only minimal privileges. An attacker can craft a malicious serialized payload and send it to the exposed ZMQ/TCP endpoint. Upon deserialization, the malicious payload executes arbitrary code with the privileges of the vLLM process.

The attack does not require user interaction and can be performed against any vLLM deployment that has Mooncake enabled for distributed KV cache sharing. Given that LLM inference engines often run with elevated privileges to access GPU resources and sensitive model data, successful exploitation could lead to complete compromise of the inference infrastructure.

Detection Methods for CVE-2025-29783

Indicators of Compromise

  • Unexpected network connections to ZMQ ports from unknown or untrusted sources within the adjacent network
  • Anomalous process spawning from the vLLM process or Python interpreter
  • Unusual outbound network traffic from hosts running vLLM with Mooncake integration
  • Suspicious pickle deserialization activity or error logs in vLLM service logs

Detection Strategies

  • Monitor network traffic for unusual ZMQ protocol communications targeting vLLM distributed hosts
  • Implement application-level logging to capture deserialization events and flag unexpected payloads
  • Deploy endpoint detection solutions capable of identifying pickle-based deserialization exploitation patterns
  • Audit vLLM configurations to identify deployments using Mooncake integration that may be exposed

Monitoring Recommendations

  • Enable verbose logging for vLLM Mooncake communications to capture incoming serialized payloads
  • Implement network segmentation monitoring to detect lateral movement attempts following exploitation
  • Configure alerts for new process creation events originating from vLLM service accounts
  • Monitor for file system changes in directories associated with vLLM deployments

How to Mitigate CVE-2025-29783

Immediate Actions Required

  • Upgrade vLLM to version 0.8.0 or later immediately
  • Audit all vLLM deployments to identify instances using Mooncake integration
  • Implement network segmentation to restrict access to ZMQ/TCP endpoints used by Mooncake
  • Review network access controls to ensure only authorized hosts can communicate with distributed vLLM nodes

Patch Information

The vulnerability has been addressed in vLLM version 0.8.0. The fix was implemented through pull request #14228 with the specific commit 288ca110f68d23909728627d3100e5a8db820aa2. Organizations should upgrade to the patched version as soon as possible. For more details, refer to the GitHub Security Advisory GHSA-x3m8-f7g5-qhm7.

Workarounds

  • Disable Mooncake integration if not required for production operations until patching is complete
  • Implement strict network access controls limiting ZMQ/TCP access to trusted internal hosts only
  • Deploy firewall rules blocking external access to ports used by vLLM Mooncake communications
  • Consider running vLLM in an isolated network segment with no direct external connectivity
bash
# Example: Restrict ZMQ port access using iptables (adjust port number as needed)
# Only allow connections from trusted internal network
iptables -A INPUT -p tcp --dport <zmq_port> -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport <zmq_port> -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVllm

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability1.61%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27893: Vllm Vllm RCE Vulnerability

  • CVE-2026-22778: vLLM ASLR Bypass and RCE Vulnerability

  • CVE-2026-22807: vLLM RCE Vulnerability

  • CVE-2025-62164: Vllm Vllm RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English