The LMVD-ID is an internal research identifier, not an official CVE identifier.
Multi-Modal Expansion Jailbreak
Large Vision-Language Models (LVLMs) are vulnerable to multi-turn, multi-modal jailbreak attacks where malicious intent is incrementally introduced and obfuscated through intertwined text and image prompts. Attackers…
Paper-evaluated models(3)
- GPT-4o
- Claude 3 Haiku
- Llama 4 Maverick
Description
Large Vision-Language Models (LVLMs) are vulnerable to multi-turn, multi-modal jailbreak attacks where malicious intent is incrementally introduced and obfuscated through intertwined text and image prompts. Attackers can systematically bypass safety alignments by starting with self-optimized, benign-seeming conversation starters (horizontal expansion) and progressively stacking text and image attack augmentations across multiple conversation turns (vertical expansion). Furthermore, models fail to maintain safety guardrails when the attacker dynamically adapts and generates new, previously unseen multi-modal attack strategies mid-conversation (meta expansion). This vulnerability demonstrates that static, single-turn, and single-modality safety filters are insufficient against intertwined, context-aware attacks spanning multiple turns.
Examples
Specific adversarial prompt examples are detailed in Appendix 6 of the paper. The attack execution involves formatting text prompts with embedded XML tags that correspond to targeted image components. A transformation toolkit processes these tags to generate fused multi-modal inputs. For example, an attacker initializes the conversation with a text prompt containing XML tags for an image augmentation. In subsequent turns, based on the target model's history, the attacker stacks additional text-based and image-based jailbreak techniques, creating a multi-modal trajectory that pushes the model toward a state of policy violation (e.g., bypassing LlamaGuard constraints).
Impact
An attacker can reliably bypass the safety guardrails of multi-modal models to elicit restricted, harmful, or policy-violating content. By fusing image and text modalities over multiple turns, the attack evades standard safety classifiers that predominantly analyze single-turn or single-modality inputs.
Affected Systems
Large Vision-Language Models (LVLMs) that support multi-turn and multi-modal (text + image) inputs. The vulnerability was successfully demonstrated on:
- Llama Maverick (Llama-4 Multimodal)
- Claude 3 Haiku
- GPT-4o
Mitigation Steps
- 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.
- Reassess the full input and conversation intent before responding or invoking tools, combine model-level alignment with independent input and output policy checks, and avoid relying on a single signature or refusal heuristic.
- 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
- Black-box model, service, or application access.
- Related deployment categories
- Vision-language models
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Large Vision-Language Models (LVLMs) that support multi-turn and multi-modal (text + image) inputs. The vulnerability was successfully demonstrated on: Llama Maverick (Llama-4 Multimodal) Claude 3 Haiku GPT-4o
Research Paper
FERRET: Framework for Expansion Reliant Red Teaming
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.10010Related research
- Assembling Malice From Benign
Published March 1, 2026 · prompt-layer, jailbreak, vision
- Inter-Turn Modality Jailbreak
Published March 1, 2026 · model-layer, prompt-layer, jailbreak
- Multi-Image Semantic Reconstruction
Published March 1, 2026 · prompt-layer, jailbreak, vision