PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73557 vllm-project CVE debrief

CVE-2026-73557 is a medium-severity vulnerability in the vLLM inference and serving engine for large language models. The issue arises from a race condition in the safe_load_prompt_embeds function, which can be exploited through concurrent submissions to the POST /v1/chat/completions endpoint. This vulnerability has been fixed in version 0.26.0. Affected deployments should be identified, and owners assigned for follow-up. The vulnerability allows an invalid sparse tensor to reach tensor.to_dense despite the CVE-2025-62164 guard when enable_prompt_embeds is enabled.

Vendor
vllm-project
Product
vllm
CVSS
MEDIUM 6.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-13
Original CVE updated
2026-09-09
Advisory published
2026-08-13
Advisory updated
2026-09-09

Who should care

Defenders responsible for large language model serving engines, particularly those using vLLM, should assess exposure and apply the fix to prevent potential issues related to invalid sparse tensor processing. This includes verifying if their vLLM deployment is vulnerable and prioritizing assessing exposure and applying the fix. Security teams and operators managing vLLM deployments should review the vulnerability details and take necessary actions to remem

Why it matters

CVE-2026-73557 is a medium-severity vulnerability in the vLLM inference and serving engine for large language models. Defenders should assess exposure and apply the fix to prevent potential issues.

  • Defenders should verify if their vLLM deployment is vulnerable to invalid sparse tensor processing
  • Defenders should prioritize assessing exposure and applying the fix to prevent potential issues

Technical summary

The vulnerability arises from a race condition in the safe_load_prompt_embeds function, which can be triggered through concurrent submissions to the POST /v1/chat/completions endpoint. The issue is fixed in version 0.26.0. The vulnerability allows an invalid sparse tensor to reach tensor.to_dense despite the CVE-2025-62164 guard when enable_prompt_embeds is enabled. This issue impacts defenders using vLLM for large language model serving engines, particularly those with exposure to concurrent submissions to the POST /v1/chat/completions endpoint.

Defensive priority

Defenders should prioritize assessing exposure and applying the fix, as the vulnerability can lead to invalid sparse tensor processing.

Recommended defensive actions

  • Assess exposure to the vulnerable version of vLLM
  • Apply the fix in version 0.26.0
  • Monitor for concurrent submissions to the POST /v1/chat/completions endpoint
  • 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 vulnerability is caused by a race condition in the safe_load_prompt_embeds function, which can be triggered through concurrent submissions to the POST /v1/chat/completions endpoint. The issue is fixed in version 0.26.0.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73557 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73557

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73557 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73557

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.