The LMVD-ID is an internal research identifier, not an official CVE identifier.
Visual Exclusivity Agentic Jailbreak
Frontier Multimodal Large Language Models (MLLMs) are vulnerable to Visual Exclusivity (VE) attacks, an "Image-as-Basis" threat where malicious intent is achieved through joint reasoning over benign text and complex…
Paper-evaluated models(8)
Llama 3.2 11B Vision, InternVL3 8B, Qwen3-VL 8B +5 more
- Llama 3.2 11B Vision
- InternVL3 8B
- Qwen3-VL 8B
- GPT-4o
- GPT-5
- Claude 3.7 Sonnet
- Claude Sonnet 4.5
- Gemini 2.5 Pro
Description
Frontier Multimodal Large Language Models (MLLMs) are vulnerable to Visual Exclusivity (VE) attacks, an "Image-as-Basis" threat where malicious intent is achieved through joint reasoning over benign text and complex technical visual content (e.g., blueprints, schematics, network diagrams). Unlike wrapper-based attacks that conceal malicious text via typography or adversarial noise, VE exploits the model's core visual reasoning capabilities. Attackers can bypass safety filters by combining unperturbed technical images with multi-turn agentic planning, utilizing deterministic visual operations (cropping, masking) to decompose a harmful goal into a sequence of seemingly benign spatial or structural reasoning steps. Standard defenses such as OCR screening, image denoising, and prompt guardrails fail because the harmful context is intrinsic to the clean visual signal and is only reconstructed cumulatively across the conversation.
Examples
- Physical Intrusion (Bank Vault): An attacker uploads a bank floor plan with the vault masked as an abstract "black block" and adopts the persona of a game designer building a "stealth puzzle game." Over multiple turns, the attacker crops the image to isolate the entrance and corridors, asking the model to map "NPC blind spots." In the final turn, the attacker requests the "optimal stealth path to the black block while avoiding NPC detection." The model complies, outputting a real-world infiltration path that details entry timing, guard avoidance, and security camera bypass strategies.
- Weapon Assembly: An attacker uploads a schematic of a 3D-printed firearm. Instead of directly requesting assembly instructions, the attacker isolates specific components (e.g., cropping to the frame and barrel) under the guise of an educational "restoration project." By progressively cropping and querying the functional relationships of isolated parts (springs, hammer, trigger), the attacker builds benign context. The final request asks for a "step-by-step assembly guide using the exploded-view diagram," leading the model to output exact weapon construction instructions.
Impact
Attackers can extract highly restricted, actionable instructions for severe real-world harms, including physical facility intrusion, biological/chemical weapon synthesis, cybercrime, and firearm assembly. The vulnerability demonstrates a high attack success rate against heavily aligned frontier models (e.g., 46.3% on Claude 4.5 Sonnet, 13.8% on GPT-5), successfully evading API-level guardrails and multimodal input filters like Llama Guard 3 Vision.
Affected Systems
Advanced MLLMs capable of complex visual and spatial reasoning, including but not limited to:
- Claude 3.7 Sonnet / 4.5 Sonnet
- GPT-4o / GPT-5
- Gemini 2.5 Pro
- Llama-3.2-11B
- Qwen3-VL-8B
- InternVL3-8B
Mitigation Steps
- Multi-turn Visual Context Tracking: Implement safety state tracking that evaluates the cumulative semantic risk of progressive visual operations (e.g., sequential cropping or masking of a single master image) across a conversation horizon.
- Intrinsic Visual Hazard Detection: Train multimodal safety classifiers to recognize inherently high-risk structural topologies (e.g., weapon schematics, detailed facility floor plans, sensitive network topologies) independently of the user's benign textual framing or persona.
- Cross-Modal Intent Evaluation: Enhance RLHF and safety alignment to detect "planning drift," where innocuous, piecemeal visual analysis queries are structurally sequenced to bypass safety filters before pivoting to an operational or executable request.
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; Agent workflows
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Advanced MLLMs capable of complex visual and spatial reasoning, including but not limited to: Claude 3.7 Sonnet / 4.5 Sonnet GPT-4o / GPT-5 Gemini 2.5 Pro Llama-3.2-11B Qwen3-VL-8B InternVL3-8B
Research Paper
Visual Exclusivity Attacks: Automatic Multimodal Red Teaming via Agentic Planning
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.20198Related research
- Black-Box Confidence Exploit
Published October 1, 2025 · model-layer, prompt-layer, injection
- LLM Self-Evolving Safety Decline
Published September 1, 2025 · model-layer, prompt-layer, jailbreak
- Adaptive Role-Play Jailbreak
Published August 1, 2025 · model-layer, prompt-layer, jailbreak