PatchSiren cyber security CVE debrief
CVE-2026-93436 vllm-project CVE debrief
CVE-2026-93436 debrief: vLLM through 0.29.0 is vulnerable to memory exhaustion via rejected requests. Remote attackers can submit requests with max_tokens=0 to exhaust decode-worker memory without bound until the worker restarts. This vulnerability affects vLLM deployments, particularly those with prefill/decode disaggregated deployments. Defenders should assess exposure and prioritize verification and updates to prevent memory exhaustion attacks. The CVE record and NVD entry provide details on the vulnerability, but the scope of affected versions and deployments requires verification.
- Vendor
- vllm-project
- Product
- vllm
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-22
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-22
Who should care
Defenders responsible for vLLM deployments should assess exposure and prioritize verification and updates to prevent memory exhaustion attacks. This includes operators, platform administrators, vulnerability management teams, and security teams. They should verify vLLM versions and deployments to assess exposure and implement compensating controls for exposed systems while remediation is scheduled and verified.
Why it matters
CVE-2026-93436 is a high-severity vulnerability in vLLM that can lead to memory exhaustion and denial-of-service conditions. Defenders should prioritize verification and updates to prevent attacks.
- Memory exhaustion can lead to denial-of-service conditions
- Decode-worker restarts may be required to recover from attacks
- Verification of vLLM versions and deployments is necessary
- Remediation priority is high due to potential for repeated attacks
Technical summary
vLLM through 0.29.0 fails to properly clean up decode-side metadata for rejected inference requests in prefill/decode disaggregated deployments. Remote attackers can submit requests with max_tokens=0 to exhaust decode-worker memory without bound until the worker restarts. This vulnerability affects vLLM deployments, particularly those with prefill/decode disaggregated deployments. Defenders should prioritize verifying and updating vLLM deployments to prevent memory exhaustion attacks. The vulnerability allows remote attackers to submit requests with max_tokens=0 to exhaust decode-worker memory without bound until the worker restarts.
Defensive priority
Defenders should prioritize verifying and updating vLLM deployments to prevent memory exhaustion attacks.
Recommended defensive actions
- Verify vLLM deployments for version 0.29.0 or earlier
- Update vLLM to a version beyond 0.29.0 if available
- Monitor decode-worker memory usage for unusual patterns
- Implement rate limiting on inference requests
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but the scope of affected versions and deployments requires verification. Defenders should verify vLLM versions and deployments to assess exposure. The vulnerability allows remote attackers to submit requests with max_tokens=0 to exhaust decode-worker memory without bound until the worker restarts. Evidence of exploitation may include unusual memory usage patterns and decode-worker restarts.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-93436 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-93436
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-93436 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93436
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/vllm-project/vllm
-
Source reference
Unverified legacy reference
URL: https://github.com/vllm-project/vllm/blob/v0.29.0/vllm/distributed/kv_transfer/kv_connector/v1/nixl/push_worker.py
-
Source reference
Unverified legacy reference
URL: https://github.com/vllm-project/vllm/pull/55677
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/vllm-through-0.29.0-memory-exhaustion-via-rejected-requests
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.