The LMVD-ID is an internal research identifier, not an official CVE identifier.
Progressive Attention LVLM Attack
Large Vision-Language Models (LVLMs) are vulnerable to a Stage-wise Attention-Guided Attack (SAGA) that allows for the generation of highly transferable, imperceptible adversarial examples. The vulnerability stems from…
Paper-evaluated models(10)
Gemini 2.5 Flash, Gemini 3 Pro Preview, GPT-4.1 +7 more
- Gemini 2.5 Flash
- Gemini 3 Pro Preview
- GPT-4.1
- GPT-5 Mini
- Grok 4 Fast
- LLaVA 1.5 7B
- Llama 4 Maverick
- Gemma 3 4B IT
- Qwen3-VL 30B-A3B Instruct
- Qwen3-VL 235B-A22B Instruct
Description
Large Vision-Language Models (LVLMs) are vulnerable to a Stage-wise Attention-Guided Attack (SAGA) that allows for the generation of highly transferable, imperceptible adversarial examples. The vulnerability stems from a positive correlation between regional cross-modal attention scores and adversarial loss sensitivity in LVLMs. An attacker can exploit this by extracting an attention map from a surrogate open-source model (e.g., Qwen3-VL) to identify high-attention "hotspots." SAGA utilizes a stage-wise optimization schedule that allocates the $L_\infty$ perturbation budget to these hotspots first, then progressively targets subsequent salient regions as the model's attention redistributes during the attack. This method bypasses visual encoders and aligns the image representation with a malicious target text embedding, causing the target LVLM to output attacker-defined captions or answers while the input image remains visually benign to humans.
Examples
- Target: Cause various commercial LVLMs to hallucinate specific animals in a landscape image.
- Input: A source image containing only rocks and trees.
- Target Text: "Two giraffes stand near a beige building, surrounded by rocks and lush green trees in a zoo-like enclosure."
- Attack Execution: Using attention maps extracted from Qwen3-VL-8B, perturbations are applied to the source image.
- Result: When the adversarial image is fed to evaluated frontier targets such as Gemini-3-Pro-Preview, GPT-5 Mini, and Grok 4 Fast with the prompt "Describe this image," the models output descriptions confirming the presence of giraffes.
- See repository: https://github.com/jackwaky/SAGA (opens in a new tab)
Impact
- Integrity Violation: Attackers can manipulate model outputs in Image Captioning and Visual Question Answering (VQA) tasks, forcing the model to hallucinate objects, misinterpret scenes, or output specific target phrases.
- Black-Box Transferability: Adversarial images generated using open-source proxies are effective against closed-source, API-based models (e.g., Gemini, GPT-4/5) without requiring access to the target model's gradients or weights.
- Safety Bypass: Potential to bypass visual safety filters or guardrails by aligning visual embeddings with benign-looking but semantically malicious target texts.
Affected Systems
- Closed-Source Models: Gemini-2.5-Flash, Gemini-3-Pro-Preview, GPT-4.1, GPT-5 Mini, Grok 4 Fast.
- Open-Source Target Models: LLaVA-1.5-7B, Gemma-3-4B-IT, Llama-4 Maverick, Qwen3-VL-30B-A3B-Instruct, Qwen3-VL-235B-A22B-Instruct.
- LLaVA-1.5-13B and Qwen3-VL-8B-Instruct were attention extractors/caption generators, not affected targets.
Mitigation Steps
- Develop LVLM architectures and training objectives that explicitly minimize the correlation between regional attention scores and adversarial loss sensitivity.
- Implement adversarial training procedures that include stage-wise, attention-guided adversarial examples in the training dataset to improve robustness against localized perturbations.
- Note: This is a systemic vulnerability in current cross-modal attention mechanisms; no simple patch exists.
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
- Black-box model, service, or application access.
- Related deployment categories
- Vision-language models; Model APIs
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Closed-Source Models: Gemini-2.5-Flash, Gemini-3-Pro-Preview, GPT-4.1, GPT-5 Mini, Grok 4 Fast. Open-Source Target Models: LLaVA-1.5-7B, Gemma-3-4B-IT, Llama-4 Maverick, Qwen3-VL-30B-A3B-Instruct…
Research Paper
Stage-wise Attention-Guided Region Sequencing for Adversarial Attacks on Large Vision-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/2602.04356Related research
- VLM Moral Persuasion
Published January 1, 2026 · model-layer, prompt-layer, injection
- Semantic Hierarchical VLM Transfer
Published February 1, 2026 · model-layer, jailbreak, hallucination
- Physical Patch Driving Hijack
Published August 1, 2025 · model-layer, injection, vision