CVE-2026-94624
7.5 HIGHpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The vulnerability allows attackers to create unreachable peer sessions that exhaust ZeroMQ socket quotas, leading to EngineCore crashes and service disruptions.
- Exploitability
- Exploitation requires configuring OffloadingConnector with TieringOffloadingSpec and supplying specific remote host and port values; the attack is moderately complex.
- Blast radius
- If exploited, this could result in widespread service outages affecting all inference processes relying on P2P KV offloading.
- Prioritized remediation
- Update to a patched version of vLLM or disable P2P KV offloading until a fix is available.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
vLLM through 0.29.0 contains a denial of service vulnerability in P2P KV offloading when OffloadingConnector is configured with TieringOffloadingSpec and a peer-to-peer secondary tier. Attackers can supply arbitrary remote host and port values in kv_transfer_params to create unreachable peer sessions that retain ZeroMQ sockets until the context quota is exhausted, causing an uncaught ZMQError that crashes EngineCore and stops all inference.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses
CWE-770
Public exploit & PoC references
All references
- https://github.com/vllm-project/vllm
- https://github.com/vllm-project/vllm/blob/v0.29.0/vllm/v1/kv_offload/tiering/p2p/control/zmq.py#L240-L260
- https://github.com/vllm-project/vllm/blob/v0.29.0/vllm/v1/kv_offload/tiering/p2p/manager.py#L667-L677
- https://github.com/vllm-project/vllm/pull/51504
- https://www.vulncheck.com/advisories/vllm-through-0.29.0-denial-of-service-via-unbounded-p2p-kv-offloading-sessions
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-61629PoC
- HIGHCVE-2026-66257
- MEDIUMCVE-2026-67199
- HIGHCVE-2026-67465
- HIGHCVE-2026-67588
- HIGHCVE-2026-67592
- HIGHCVE-2026-68060
- HIGHCVE-2026-68074
Related by shared AI tags and CWE weakness class. Browse the full archive.