CVE-2026-94623
7.5 HIGHpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows attackers to trigger an assertion failure in vLLM's NIXL connector by submitting multi-prompt completion requests, leading to service disruption.
- Exploitability
- Exploitation requires sending specific crafted requests; preconditions include using a version of vLLM prior to 0.29.1 which addresses the issue.
- Blast radius
- If exploited, it could cause the decode worker to terminate and become unavailable until restarted, impacting service availability.
- Prioritized remediation
- Update to vLLM version 0.29.1 or later to mitigate the vulnerability.
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 the NIXL connector's prefix caching implementation that fails to properly validate block counts across multi-prompt completion requests in prefill/decode disaggregated deployments. Attackers can trigger an assertion failure in NixlBaseConnectorWorker._apply_prefix_caching by submitting completion requests with multiple prompts of varying lengths, causing the decode worker to terminate and become unavailable until restarted.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses
CWE-617
Public exploit & PoC references
All references
- https://github.com/vllm-project/vllm
- https://github.com/vllm-project/vllm/blob/v0.29.0/vllm/distributed/kv_transfer/kv_connector/v1/nixl/base_worker.py#L2642-L2646
- https://github.com/vllm-project/vllm/pull/51505
- https://www.vulncheck.com/advisories/vllm-through-0.29.0-denial-of-service-via-nixl-multi-prompt-assertion-failure
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- MEDIUMCVE-2025-71419PoC
- HIGHCVE-2026-14838
- MEDIUMCVE-2026-17054PoC
- MEDIUMCVE-2026-18772PoC
- HIGHCVE-2026-25288
- HIGHCVE-2026-47321
- HIGHCVE-2026-47623PoC
- MEDIUMCVE-2026-48521PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.