The LMVD-ID is an internal research identifier, not an official CVE identifier.
Video-LLM Token Flood
Video-based Large Language Models (Video-LLMs) are vulnerable to a universal Energy-Latency Attack (ELA) that triggers a Denial-of-Service (DoS) via spatially concentrated adversarial patches. Because video…
Paper-evaluated models(3)
- LLaVA-NeXT-Video 7B
- Qwen3-VL 4B Instruct
- Video-LLaVA 7B
Description
Video-based Large Language Models (Video-LLMs) are vulnerable to a universal Energy-Latency Attack (ELA) that triggers a Denial-of-Service (DoS) via spatially concentrated adversarial patches. Because video architectures rely on temporal subsampling and pooling which act as a low-pass filter against full-frame diffuse noise, an attacker can bypass this compression by anchoring cross-modal attention to a dense, localized visual anomaly. By injecting a fixed, content-agnostic patch into the peripheral regions of video frames, the attacker hijacks the autoregressive decoder. The patch is optimized using masked teacher forcing to steer the model toward computationally expensive "sponge" sequences, while explicitly penalizing the emission of concise answers (e.g., "Yes", "No") and suppressing 'End-of-Sequence' (EOS) token probabilities. This traps the model in an unbounded generation regime regardless of the textual prompt.
Examples
An attacker optimizes a static, universal patch (e.g., 48x48 pixels) offline using a surrogate dataset to suppress the EOS token and specific short-answer vocabulary. The attacker then continuously overlays this identical patch onto a fixed peripheral location (e.g., the bottom-right corner) of a dynamic video stream. When the modified video is fed into the Video-LLM alongside a standard binary-choice prompt (e.g., "Does this scenario require a manual takeover?"), the model ignores its typical conciseness prior. Instead of outputting a single token ("Yes" or "No"), the model hallucinates continuously up to the hard-coded maximum token limit (e.g., max_new_tokens=512), resulting in a 205x token expansion.
Impact
Successfully exploiting this vulnerability leads to extreme computational exhaustion and resource-level Denial-of-Service. By forcing maximum-length outputs, the attack inflates inference latency by over 15x. In real-time, safety-critical streaming pipelines (such as synchronous manual takeover assistance in autonomous driving), this induced latency cascades and blocks subsequent frame processing. This delays the AI's response time well beyond human safety limits (e.g., >2.72 seconds), causing critical safety violations and neutralizing the system's operational availability. Furthermore, the attack remains highly robust against stochastic decoding, maintaining expansion ratios above 240x even at elevated sampling temperatures (e.g., T=1.5).
Affected Systems
- LLaVA-NeXT-Video-7B
- Qwen3-VL-4B-Instruct
- Video-LLaVA-7B-hf
- Any Video-LLM or streaming multimodal system utilizing rigid 5D spatio-temporal tensors (Batch, Time, Channel, Height, Width) susceptible to spatially anchored patch insertions.
Mitigation Steps
- Enforce strict output-token, inference-time, and frame-processing budgets so localized video perturbations cannot stall safety-critical streaming pipelines.
- Evaluate each input modality and their combination with bounded, inert perturbations; use modality-aware policy checks and reject inputs whose provenance or consistency cannot be established.
- Bound input size, reasoning and tool budgets, concurrency, and retries; use timeouts, quotas, and isolation to contain resource amplification.
- Add a targeted regression using inert data and actions, measure both safety and utility regressions, and monitor production for repeated or adaptive attempts.
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary research source linked.
- Severity
- Not rated by this catalog.
- Source and publication type
- arXiv · Research preprint.
- Peer-review status is not provided by this source.
- Author and publication status
- Author metadata is not stored; see the primary paper.
- Threat model and attacker access
- White-box access to model or deployment internals.
- Related deployment categories
- Vision-language models; Agent workflows; Video models
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- LLaVA-NeXT-Video-7B Qwen3-VL-4B-Instruct Video-LLaVA-7B-hf Any Video-LLM or streaming multimodal system utilizing rigid 5D spatio-temporal tensors (Batch, Time, Channel, Height, Width) susceptible to spatially anchored…
Research Paper
VidDoS: Universal Denial-of-Service Attack on Video-based Large Language Models
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.
https://arxiv.org/abs/2603.01454Related research
- VLM E-commerce Attack Surface
Published March 1, 2026 · model-layer, vision, multimodal
- Visual Compression Mismatch Attack
Published January 1, 2026 · model-layer, vision, multimodal
- Embodied Cross-Modal Misalignment
Published November 1, 2025 · model-layer, prompt-layer, injection