Vulnerability  ·  2026-09-13

vLLM — uncontrolled resource consumption via unbounded audio extraction in NanoNemotronVL video processing

VulnerabilityMedium impactGlobalCVE-2026-90554
vLLM versions >=0.10.2 and <0.28.0 do not apply any audio decode-size or duration limit when extracting audio from video input for NanoNemotronVL models. In nano_nemotron_vl.py, _extract_audio_from_videos calls load_audio_pyav(BytesIO(video_bytes)) without passing max_duration_s or max_decode_bytes parameters, allowing an attacker to supply a small, highly compressed video that forces the server to allocate gigabytes of memory during audio decoding, resulting in denial of service.
A low-effort, small-payload request can exhaust memory on a shared multimodal-inference server, disrupting availability for all users of that vLLM instance — a classic amplification DoS against AI inference infrastructure with no authentication bypass required beyond normal API access.
Authenticated client submits a small, highly compressed video file to the multimodal endpoint; the audio-extraction path decodes it without size/duration limits, causing gigabyte-scale memory allocation and server crash.
vLLM >=0.10.2, <0.28.0 (NanoNemotronVL model support)
Upgrade to vLLM 0.28.0 or later, which enforces max_duration_s/max_decode_bytes limits on the NanoNemotronVL audio-extraction path.
vLLM GitHub Security Advisory GHSA-936p-m5pv-vvjfNVD
See this in the live feed Explore related AI security and governance findings — updated every morning.
Open the feed →