A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-30202

CVE-2025-30202: Vllm Vllm DoS Vulnerability

CVE-2025-30202 is a denial of service and data exposure flaw in Vllm Vllm affecting multi-node deployments via ZeroMQ. Attackers can exploit exposed sockets to cause service disruption. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 19, 2026

CVE-2025-30202 Overview

CVE-2025-30202 affects vLLM, a high-throughput inference and serving engine for large language models (LLMs). Versions from 0.5.2 through 0.8.4 bind an XPUB ZeroMQ socket to all network interfaces during multi-node deployments. Any network-reachable client can connect to this socket, receive broadcast internal state, and disrupt the publisher by failing to read messages. This results in denial of service against tensor-parallel vLLM clusters and unintended exposure of internal communication data. The issue is tracked under [CWE-770: Allocation of Resources Without Limits or Throttling]. Maintainers patched the vulnerability in version 0.8.5 by binding the socket to a specific interface rather than all interfaces.

Critical Impact

Unauthenticated network attackers can exhaust the ZeroMQ publisher in multi-node vLLM deployments, stalling tensor-parallel inference and degrading availability of LLM serving infrastructure.

Affected Products

  • vLLM versions 0.5.2 through 0.8.4
  • Multi-node vLLM deployments using tensor parallelism across hosts
  • Inference services built on the vllm:vllm Python package

Discovery Timeline

  • 2025-04-30 - CVE-2025-30202 published to NVD
  • 2025-04-30 - vLLM security advisory GHSA-9f8f-2vmf-885j published
  • 2025-05-14 - Last updated in NVD database

Technical Details for CVE-2025-30202

Vulnerability Analysis

vLLM uses ZeroMQ for inter-host coordination in multi-node deployments. The primary host opens an XPUB socket and binds it to publish coordination data to secondary hosts performing tensor parallelism. The vulnerability stems from the socket being bound to tcp://*:{port}, which listens on every interface available to the process. The socket is opened for every multi-node deployment, even when tensor parallelism across hosts is not active.

Attackers with network reachability to the XPUB port can subscribe and receive all data broadcast to legitimate secondary nodes. While the data is internal vLLM state, the broader impact is on availability. ZeroMQ XPUB sockets apply backpressure when subscribers do not consume messages. An attacker can connect many subscribers and refuse to read, slowing or blocking the publisher and disrupting model-serving operations.

Root Cause

The root cause is an insecure default network binding combined with no limit on subscriber connections. Binding to 0.0.0.0 exposes a service intended for internal cluster communication to any reachable host. Lack of throttling on ZeroMQ subscribers allows resource exhaustion through slow or inactive consumers.

Attack Vector

The attack requires only network access to the vLLM primary host's XPUB port. No authentication, no user interaction, and low complexity are required. Successful exploitation degrades or halts inference traffic across the cluster.

python
# Patch applied in vllm/distributed/device_communicators/shm_broadcast.py
# Source: https://github.com/vllm-project/vllm/commit/a0304dc504c85f421d38ef47c64f83046a13641c
                self.remote_socket.setsockopt(IPV6, 1)
                remote_addr_ipv6 = True
                connect_ip = f"[{connect_ip}]"
-           socket_addr = f"tcp://*:{remote_subscribe_port}"
+           socket_addr = f"tcp://{connect_ip}:{remote_subscribe_port}"
            self.remote_socket.bind(socket_addr)
            remote_subscribe_addr = f"tcp://{connect_ip}:{remote_subscribe_port}"
        else:

The fix replaces the wildcard bind with the specific connect_ip, restricting exposure to the intended interface used for inter-node communication.

Detection Methods for CVE-2025-30202

Indicators of Compromise

  • Unexpected TCP connections to the vLLM ZeroMQ XPUB port from hosts outside the inference cluster subnet.
  • Multiple long-lived subscriber connections from the same external client to the XPUB port.
  • vLLM publisher latency spikes or stalls without corresponding increases in inference workload.
  • Listening socket bound to 0.0.0.0 on the vLLM primary host on versions prior to 0.8.5.

Detection Strategies

  • Inventory all vLLM deployments and compare installed versions against 0.8.5 to identify exposure.
  • Use ss -ltnp or netstat -lntp on inference hosts to confirm whether ZeroMQ sockets bind to all interfaces.
  • Monitor flow logs for east-west and north-south connections to ephemeral or known vLLM ZeroMQ ports.
  • Alert on connections to the XPUB port that originate from outside the dedicated cluster network range.

Monitoring Recommendations

  • Capture process-to-port mappings on inference hosts and forward to a centralized log store for review.
  • Track publisher throughput and subscriber connection counts from vLLM telemetry where available.
  • Correlate firewall logs with vLLM service performance metrics to identify abusive subscribers.

How to Mitigate CVE-2025-30202

Immediate Actions Required

  • Upgrade vLLM to version 0.8.5 or later on all primary and secondary nodes.
  • Restrict network access to vLLM ZeroMQ ports using host firewalls or network ACLs limited to cluster peers.
  • Place multi-node vLLM deployments on a dedicated private network segment isolated from user and tenant traffic.
  • Audit existing deployments for unexpected subscribers on the XPUB socket before applying the patch.

Patch Information

The fix is contained in vLLM commit a0304dc and Pull Request #6183. Full advisory details are available in GHSA-9f8f-2vmf-885j. Upgrade with pip install --upgrade vllm>=0.8.5.

Workarounds

  • Block the ZeroMQ XPUB port at the host firewall, allowing only the IP addresses of trusted secondary nodes.
  • Deploy vLLM behind a network policy in Kubernetes that restricts ingress to the inference namespace.
  • Bind the vLLM service to an internal management interface using OS-level network namespaces or interface restrictions.
bash
# Restrict ZeroMQ XPUB port to cluster peers only using iptables
# Replace <ZMQ_PORT> with the vLLM ZeroMQ port and <PEER_CIDR> with the cluster subnet
iptables -A INPUT -p tcp --dport <ZMQ_PORT> -s <PEER_CIDR> -j ACCEPT
iptables -A INPUT -p tcp --dport <ZMQ_PORT> -j DROP

# Verify the vLLM ZeroMQ socket is no longer bound to all interfaces
ss -ltnp | grep python

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVllm

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.45%

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

  • GitHub Pull Request #6183

  • GitHub Security Advisory GHSA-9f8f-2vmf-885j
  • Related CVEs
  • CVE-2026-5497: vLLM Out-of-Memory DoS Vulnerability

  • CVE-2026-9540: vllm-project vllm DoS Vulnerability

  • CVE-2026-44223: Vllm Vllm DOS Vulnerability

  • CVE-2026-44222: Vllm Token Injection DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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