CVE Catalog

CVE-2026-37237

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.53%

43th percentile - higher than 43% of all known CVEs

Summary

vLLM up to and including 0.17.0 allows remote attackers to cause a Denial of Service via memory exhaustion. The AsyncMediaIO.fetch_audio and AsyncMediaIO.fetch_image functions in multimodal/inputs.py fetch user-supplied media URLs using aiohttp and call r.read() without enforcing a maximum response size, allowing an attacker to exhaust server memory by providing a URL to an arbitrarily large file.

Risk Assessment

An attacker can exhaust server memory, leading to service unavailability for all users. This can result in downtime and financial losses.

Recommendation

Update vLLM to a patched version or enforce response size limits for fetched media. Additionally, consider restricting access to functions that process external URLs.

Other vulnerabilities in vLLM

See all
Original NVD description (English source)

vLLM up to and including 0.17.0 allows remote attackers to cause a Denial of Service via memory exhaustion. The AsyncMediaIO.fetch_audio and AsyncMediaIO.fetch_image functions in multimodal/inputs.py fetch user-supplied media URLs using aiohttp and call r.read() without enforcing a maximum response size, allowing an attacker to exhaust server memory by providing a URL to an arbitrarily large file.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS