The LMVD-ID is an internal research identifier, not an official CVE identifier.
Invisible Visual Prompt Injection
An imperceptible visual prompt injection vulnerability in Multimodal Large Language Models (MLLMs) allows attackers to execute precise command-hijacking via a Covert Triggered dual-Target Attack (CoTTA). By embedding a…
Paper-evaluated models(2)
- GPT-4o
- GPT-5
Description
An imperceptible visual prompt injection vulnerability in Multimodal Large Language Models (MLLMs) allows attackers to execute precise command-hijacking via a Covert Triggered dual-Target Attack (CoTTA). By embedding a bounded, learnable textual overlay ($L_\infty$ norm bound $\varepsilon \le 16$) and adversarial noise into an input image, the attack forces the source image's internal feature representation to align with both the textual and visual embeddings of an attacker-specified instruction. This bypasses the modality gap and induces the MLLM to generate exact, attacker-specified malicious sentences or action-oriented instructions, while the payload remains entirely visually imperceptible to human observers.
Examples
- Action-Inducing Recommendations (Image Captioning): Supplying a subtly perturbed natural image to an MLLM captioning system, coercing the model to ignore the visual context and output the exact executable command:
"Search ICML website." - Targeted Misinformation (Visual Question Answering): Embedding a covert trigger into an image-question pair to hijack the VQA reasoning process, forcing the MLLM to consistently output
"None of the above."regardless of the actual visual content or the user's prompt.
Impact
Attackers can achieve fine-grained, token-level control over the output of closed-source MLLMs without relying on visually salient text. This allows threat actors to stealthily override legitimate user prompts, bypass alignment safeguards, generate targeted misinformation, or inject precise executable commands into multimodal web agents and robotics systems.
Affected Systems
- Commercial closed-source Multimodal Large Language Models (MLLMs), including but not limited to OpenAI GPT-4o, GPT-5, Anthropic Claude-4.5, and Google Gemini-2.5. The paper does not identify Claude or Gemini tiers, so those family aliases are excluded from model facets.
- Systems relying on cross-modal vision-language feature extractors (e.g., CLIP-B/16, CLIP-B/32, LAION) that are vulnerable to feature-space alignment manipulation.
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
- Commercial closed-source Multimodal Large Language Models (MLLMs), including but not limited to OpenAI GPT-4o, GPT-5, Anthropic Claude-4.5, and Google Gemini-2.5. The paper does not identify Claude or Gemini tiers, so…
Research Paper
Adversarial Prompt Injection Attack on Multimodal 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.29418Related research
- Physical Patch Driving Hijack
Published August 1, 2025 · model-layer, injection, vision
- JailFlip Implicit Harm
Published June 1, 2025 · model-layer, prompt-layer, jailbreak
- Code-Mixed Phonetic Attack
Published May 1, 2025 · model-layer, prompt-layer, injection