The LMVD-ID is an internal research identifier, not an official CVE identifier.
Cross-Image Contagion
Multi-modal Large Language Models (MLLMs) capable of processing interleaved image-text sequences are vulnerable to a universal adversarial perturbation (UAP) attack known as LAMP. This vulnerability allows an attacker…
Paper-evaluated models(7)
Mantis-CLIP, Mantis-SIGLIP, Mantis-Idefics2 +4 more
- Mantis-CLIP
- Mantis-SIGLIP
- Mantis-Idefics2
- VILA 1.5
- LLaVA 1.6
- Qwen VL Chat
- MiniGPT-4
Description
Multi-modal Large Language Models (MLLMs) capable of processing interleaved image-text sequences are vulnerable to a universal adversarial perturbation (UAP) attack known as LAMP. This vulnerability allows an attacker to generate a single, noise-based perturbation pattern using a surrogate model (e.g., Mantis-CLIP) that transfers effectively to black-box target models. The attack leverages two novel loss functions during perturbation learning: a "contagious" objective that manipulates self-attention to force clean image and text tokens to attend to perturbed tokens, and an "index-attention suppression" objective that decouples visual tokens from their positional text anchors (e.g., "image 1"). Consequently, an attacker can insert a fixed number of perturbed images (e.g., 2) into a sequence of arbitrary length containing clean images, causing the model to misinterpret the entire context, hallucinate content, or produce incorrect answers regardless of the perturbed images' positions.
Examples
To reproduce the attack, a Universal Adversarial Perturbation (UAP) must be learned using the LAMP framework (minimizing correct token probability while maximizing hidden state divergence and contagious attention).
- Perturbation Generation:
- Train a UAP $\delta$ with a budget $\epsilon = 12/255$ on a surrogate model (e.g., Mantis-CLIP) using the Mantis Instruct dataset.
- Apply the perturbation to a subset of images (e.g., 2 images) in a multi-image input sequence.
- Counting Task Failure (Mantis-Eval):
- Input: A sequence of multiple images containing cars, where the first two images have the UAP added, followed by the text prompt: "How many running white compact cars are there in all images? (A) One (B) Two (C) Three."
- Clean Output (Correct): "A" (or "One").
- Adversarial Output (Incorrect): "B" (or "Two").
- Note: The model fails even though the perturbation is imperceptible and only applied to a subset of the input images.
- Position Invariance:
- The attack succeeds even if the perturbed images are moved to different indices within the interleaved sequence (e.g., moving the perturbed image from the first position to the last position), due to the index-attention suppression loss.
Impact
- Integrity Violation: MLLMs produce incorrect responses, hallucinations, or misclassifications in multi-image tasks such as visual question answering (VQA), reasoning, and captioning.
- Context Poisoning: An attacker can poison a multi-image inference context (e.g., a social media feed analysis or a webpage summary) by injecting a single perturbed image (such as an advertisement or profile picture), forcing the model to misinterpret accompanying clean images and text.
- Black-Box Transferability: The attack is effective against closed-source or unknown model architectures without requiring gradient access to the target system.
Affected Systems
The vulnerability affects Multi-modal Large Language Models that support multi-image inputs, specifically those utilizing standard Transformer-based LLM backbones with self-attention mechanisms. Validated affected models include:
- Mantis-CLIP
- Mantis-SIGLIP
- Mantis-Idefics2
- VILA-1.5
- LLaVA-v1.6
- Qwen-VL-Chat
- Qwen-2.5
- MiniGPT4
- Other MLLMs sharing similar self-attention decoder architectures.
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.
- 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
- The vulnerability affects Multi-modal Large Language Models that support multi-image inputs, specifically those utilizing standard Transformer-based LLM backbones with self-attention mechanisms. Validated affected…
Research Paper
LAMP: Learning Universal Adversarial Perturbations for Multi-Image Tasks via Pre-trained 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/2601.21220Related research
- Physical Infrared Semantic Disruption
Published April 1, 2026 · model-layer, vision, multimodal
- VLM Visual-Textual Misalignment
Published April 1, 2026 · model-layer, vision, multimodal
- VLM E-commerce Attack Surface
Published March 1, 2026 · model-layer, vision, multimodal