PatchSiren cyber security CVE debrief
CVE-2026-71486 vllm-project CVE debrief
CVE-2026-71486 is a vulnerability in the vLLM inference and serving engine for large language models. An authenticated API client can cause excessive CPU and memory consumption and produce oversized responses by supplying malformed GenerateResponse objects to the /v1/completions/derender and /v1/chat/completions/derender endpoints. This issue is fixed in version 0.26.0.
- Vendor
- vllm-project
- Product
- vllm
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-17
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-17
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for vLLM deployments, particularly those exposed to untrusted API clients, should assess their exposure and prioritize upgrading to version 0.26.0, considering the potential for excessive resource consumption and oversized responses, and review the official advisory to validate affected scope, severity, and vendor guidance.
Why it matters
CVE-2026-71486 is a vulnerability in the vLLM inference and serving engine that can lead to excessive resource consumption and oversized responses. Defenders should prioritize verifying exposure and upgrading to version 0.26.0.
- Potential for excessive CPU and memory consumption
- Possible production of oversized responses
- Need for verification of vLLM deployment exposure
- Priority for upgrading to version 0.26.0
Technical summary
The /v1/completions/derender and /v1/chat/completions/derender endpoints in vLLM accept caller-supplied GenerateResponse objects without enforcing limits on generate_responses, choices, token_ids, prompt_logprobs, logprobs.content, top_logprobs, and routed_experts structures before processing, allowing an authenticated API client to consume excessive CPU and memory and produce oversized responses.
Defensive priority
Defenders should prioritize verifying exposure of vLLM deployments to untrusted API clients and upgrading to version 0.26.0.
Recommended defensive actions
- Verify vLLM deployments for exposure to untrusted API clients
- Upgrade to version 0.26.0 or later
- Monitor API client activity for suspicious 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
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability and its fix. However, the scope of affected deployments and potential impact require further verification by defenders, who should review the official advisory and assess their exposure to untrusted API clients, considering the potential for excessive CPU and memory consumption and oversized responses.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-71486 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-71486
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-71486 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71486
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/commit/8e61b646e2d157f9b93451fa048f9c8530c8a67b
-
Source reference
Unverified legacy reference
URL: https://github.com/vllm-project/vllm/pull/47260
-
Source reference
Unverified legacy reference
URL: https://github.com/vllm-project/vllm/releases/tag/v0.26.0
-
Source reference
Unverified legacy reference
URL: https://github.com/vllm-project/vllm/security/advisories/GHSA-8737-qx52-hjff
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.