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
    • 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 ZeroMQ DoS Vulnerability

CVE-2025-30202 is a denial of service vulnerability in Vllm Vllm that allows attackers to disrupt multi-node deployments via ZeroMQ socket exploitation. This post covers technical details, affected versions, and mitigation.

Updated: May 11, 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 up to (but not including) 0.8.5 expose an XPUB ZeroMQ socket bound to all network interfaces in multi-node deployments. Any client with network access to the primary vLLM host can connect to this socket, receive internal broadcast traffic intended for secondary nodes, and disrupt service availability. The flaw is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The vLLM project addressed the issue in version 0.8.5.

Critical Impact

Unauthenticated attackers on the network can connect to the exposed XPUB socket and slow or block legitimate publishers, causing denial of service across multi-node vLLM clusters.

Affected Products

  • vLLM versions 0.5.2 through 0.8.4 (multi-node deployments)
  • vLLM tensor-parallel configurations across multiple hosts
  • Any vLLM host exposing the XPUB ZeroMQ port without firewall restrictions

Discovery Timeline

  • 2025-04-30 - CVE-2025-30202 published to NVD
  • 2025-05-14 - Last updated in NVD database

Technical Details for CVE-2025-30202

Vulnerability Analysis

vLLM uses ZeroMQ for inter-node communication in distributed deployments. The primary host opens an XPUB (extended publish) socket to broadcast state to secondary nodes participating in tensor parallelism. The socket is created during multi-node initialization regardless of whether cross-host tensor parallelism is actively used.

Because the socket binds to the wildcard address, every network-reachable client can subscribe to the publisher. Subscribers receive internal vLLM state messages broadcast to legitimate worker nodes. The exposure is reachable across the network without authentication or user interaction.

The primary risk is availability. ZeroMQ XPUB sockets apply backpressure when subscribers fail to read queued messages. An attacker who opens many subscriptions and never consumes data can stall or block the publisher, degrading throughput for the entire inference cluster.

Root Cause

The root cause is an insecure default bind address in vllm/distributed/device_communicators/shm_broadcast.py. The remote ZeroMQ socket was configured with tcp://*:{port}, binding to every interface on the host. No allowlist, authentication, or resource throttling was applied to incoming subscribers, satisfying the conditions for [CWE-770].

Attack Vector

An attacker with network access to the primary vLLM host connects to the exposed XPUB port using any ZeroMQ subscriber client. After subscribing, the attacker either passively collects broadcast internal state or intentionally refuses to read incoming messages. Repeating this from multiple connections amplifies backpressure on the publisher and degrades or halts cross-node communication.

python
                 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:

Source: vLLM commit a0304dc. The patch replaces the wildcard bind with a specific connect_ip, restricting the socket to the intended interface.

Detection Methods for CVE-2025-30202

Indicators of Compromise

  • Unexpected ZeroMQ TCP connections to the primary vLLM host from systems outside the trusted worker pool
  • Sustained high connection counts on the XPUB subscriber port without corresponding read activity
  • vLLM publisher threads stalled or reporting backpressure warnings in application logs
  • Degraded inference throughput correlated with new external TCP sessions to the vLLM host

Detection Strategies

  • Inventory all vLLM deployments and verify versions against 0.8.5 using pip show vllm or container image manifests
  • Audit listening sockets on vLLM primary hosts with ss -tlnp and confirm ZeroMQ ports are not bound to 0.0.0.0
  • Monitor netflow or VPC flow logs for connections to vLLM ZeroMQ ports originating outside the cluster subnet

Monitoring Recommendations

  • Alert on new TCP listeners bound to wildcard interfaces on hosts running vllm processes
  • Track connection count and read/write ratios on ZeroMQ XPUB ports to detect non-consuming subscribers
  • Forward vLLM application logs to a central data lake and alert on publisher backpressure or worker disconnect events

How to Mitigate CVE-2025-30202

Immediate Actions Required

  • Upgrade all vLLM installations to version 0.8.5 or later
  • Restrict access to vLLM ZeroMQ ports using host firewalls or network security groups, allowing only worker node IPs
  • Place multi-node vLLM clusters on isolated, non-routable management networks
  • Audit existing deployments for unexpected external connections to ZeroMQ ports

Patch Information

The fix is included in vLLM 0.8.5 via commit a0304dc504c85f421d38ef47c64f83046a13641c. The patch binds the remote ZeroMQ socket to the specific connect_ip rather than the wildcard address. Details are available in the GitHub Security Advisory GHSA-9f8f-2vmf-885j and Pull Request #6183.

Workarounds

  • Block external access to vLLM ZeroMQ ports with iptables, nftables, or cloud security group rules
  • Bind vLLM hosts to a dedicated private interface used exclusively for inter-node traffic
  • Disable multi-node deployment where tensor parallelism across hosts is not required
bash
# Restrict ZeroMQ port to the worker subnet only (example for iptables)
iptables -A INPUT -p tcp --dport <zmq_port> -s 10.0.0.0/24 -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
  • 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 Changes

  • GitHub Pull Request #6183

  • GitHub Security Advisory GHSA-9f8f-2vmf-885j
  • Related CVEs
  • CVE-2026-34755: vLLM Engine DoS Vulnerability

  • CVE-2026-34756: vLLM OpenAI API Server DoS Vulnerability

  • CVE-2026-22773: vLLM Inference Engine DoS Vulnerability

  • CVE-2025-48956: Vllm Vllm DoS Vulnerability
Default Legacy - Prefooter | 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