CVE-2026-94624
7.5vLLM · vLLM
vLLM contains a denial of service vulnerability in P2P KV offloading where attackers can supply arbitrary host and port values to trigger uncaught ZMQ errors that crash the inference engine.
Executive summary
A critical denial of service vulnerability in vLLM versions 0.29.0 and earlier allows unauthenticated attackers to crash the inference engine by exploiting improper resource management in P2P KV offloading.
Vulnerability
This vulnerability, identified as CWE-770 (Allocation of Resources Without Limits or Throttling), occurs when the OffloadingConnector is configured with a peer-to-peer secondary tier. An unauthenticated attacker can supply arbitrary remote host and port parameters within kv_transfer_params to initiate unreachable peer sessions, which exhaust system resources by leaking ZeroMQ sockets until the engine crashes.
Business impact
Successful exploitation of this vulnerability results in a complete denial of service for the affected vLLM instance. Because the crash impacts the EngineCore, all active inference tasks will be terminated, leading to significant service disruption and potential loss of data in flight. Given the CVSS score of 7.5, this high-severity flaw poses a direct threat to the availability of AI-driven services relying on the vLLM framework.
Remediation
Immediate Action: Update vLLM to a version beyond 0.29.0 as soon as a patch is released by the vendor.
Proactive Monitoring: Monitor system logs for repeated or anomalous ZMQError entries and unexpected connection attempts to internal P2P offloading endpoints.
Compensating Controls: Implement strict network ingress filtering to ensure that only trusted peer nodes can communicate with the vLLM P2P offloading interfaces, effectively restricting access to the vulnerable parameters.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability represents a significant availability risk for organizations deploying vLLM. Administrators must prioritize upgrading their software to the latest secure version immediately upon availability. In the interim, ensure that the P2P KV offloading feature is strictly isolated within your network architecture to prevent unauthorized access to the vulnerable control interfaces.
More vLLM CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by Mingkai Yu, Jiapeng Li, Jiajia Liu, per the CVE Program record.