GHSA-mcmc-2m55-j8jj

Suggest an improvement
Source
https://github.com/advisories/GHSA-mcmc-2m55-j8jj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-mcmc-2m55-j8jj/GHSA-mcmc-2m55-j8jj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-mcmc-2m55-j8jj
Published
2026-01-08T21:47:43Z
Modified
2026-01-08T22:01:01.520604Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
vLLM introduced enhanced protection for CVE-2025-62164
Details

Summary

The fix here for CVE-2025-62164 is not sufficient. The fix only disables prompt embeds by default rather than addressing the root cause, so the DoS vulnerability remains when the feature is enabled.

Details

vLLM's pending change attempts to fix the root cause, which is the missing sparse tensor validation. PyTorch (~v2.0) disables sparse tensor validation (specifically, sparse tensor invariants checks) by default for performance reasons. vLLM is adding the sparse tensor validation to ensure indices are valid, non-negative, and within bounds. These checks help catch malformed tensors.

PoC

NA

Impact

Current fix only added a flag to disable/enable prompt embeds, so by default, prompt embeds feature is disabled in vLLM, which stops DoS attacks through the embeddings. However, It doesn’t address the problem when the flag is enabled and there is still potential for DoS attacks.

Changes

  • https://github.com/vllm-project/vllm/pull/30649
Database specific
{
    "cwe_ids": [
        "CWE-123",
        "CWE-20",
        "CWE-502",
        "CWE-787"
    ],
    "severity": "HIGH",
    "nvd_published_at": null,
    "github_reviewed": true,
    "github_reviewed_at": "2026-01-08T21:47:43Z"
}
References

Affected packages

PyPI / vllm

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.10.2
Fixed
0.13.0

Affected versions

0.*

0.10.2
0.11.0
0.11.1
0.11.2
0.12.0

Database specific

source

"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-mcmc-2m55-j8jj/GHSA-mcmc-2m55-j8jj.json"

last_known_affected_version_range

"< 0.11.1"