製品・ソフトウェアに関する情報
vLLMにおける制限またはスロットリング無しのリソースの割り当てに関する脆弱性
Title vLLMにおける制限またはスロットリング無しのリソースの割り当てに関する脆弱性
Summary

vLLMは大規模言語モデル(LLM)の推論およびサービングエンジンです。バージョン0.7.0から0.19.0未満の間、vllm/multimodal/media/video.pyのVideoMediaIO.load_base64()メソッドは、video/jpegデータURLをカンマで分割して個々のJPEGフレームを抽出しますが、フレーム数の制限を強制していません。load_bytes()のコードパスで強制されるnum_framesパラメータ(デフォルトは32)は、video/jpegのbase64パスでは完全にバイパスされます。攻撃者はカンマ区切りの数千のbase64エンコードされたJPEGフレームを含む単一のAPIリクエストを送信でき、サーバーは全フレームをメモリにデコードし、結果としてOOMでクラッシュする可能性があります。この脆弱性はバージョン0.19.0で修正されました。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date April 6, 2026, midnight
Registration Date April 21, 2026, 10:47 a.m.
Last Update April 21, 2026, 10:47 a.m.
CVSS3.0 : 警告
Score 6.5
Vector CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
vLLM
vLLM 0.7.0 以上 0.19.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年04月21日]
  掲載
April 21, 2026, 10:47 a.m.

NVD Vulnerability Information
CVE-2026-34755
Summary

vLLM is an inference and serving engine for large language models (LLMs). From 0.7.0 to before 0.19.0, the VideoMediaIO.load_base64() method at vllm/multimodal/media/video.py splits video/jpeg data URLs by comma to extract individual JPEG frames, but does not enforce a frame count limit. The num_frames parameter (default: 32), which is enforced by the load_bytes() code path, is completely bypassed in the video/jpeg base64 path. An attacker can send a single API request containing thousands of comma-separated base64-encoded JPEG frames, causing the server to decode all frames into memory and crash with OOM. This vulnerability is fixed in 0.19.0.

Publication Date April 7, 2026, 1:16 a.m.
Registration Date April 15, 2026, 11:27 a.m.
Last Update April 21, 2026, 3:31 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:* 0.7.0 0.19.0
Related information, measures and tools
Common Vulnerabilities List