Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 6b0ce948
Paper published February 1, 2026
Entry analyzed February 20, 2026
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Image Editing Visual Prompt Jailbreak

Large Image Editing Models (LIEMs) supporting vision-prompt editing are vulnerable to Vision-Centric Jailbreak Attacks (VJA). This vulnerability arises from a modality mismatch in safety alignment: while safeguards…

BibTeX citation

Paper-evaluated models(8)

GPT Image 1.5, Gemini 3 Pro Image, Seedream 4.5 +5 more
  • GPT Image 1.5
  • Gemini 3 Pro Image
  • Seedream 4.5
  • Qwen-Image-Edit-2512
  • Qwen-Image-Edit-Safe
  • BAGEL 14B
  • Flux 2.0 Dev 32B
  • LongCat-Image-Edit

Description

Large Image Editing Models (LIEMs) supporting vision-prompt editing are vulnerable to Vision-Centric Jailbreak Attacks (VJA). This vulnerability arises from a modality mismatch in safety alignment: while safeguards primarily analyze textual instructions for policy violations, the underlying models are capable of interpreting and executing instructions embedded directly within the visual input (e.g., typographic text drawn on the image, arrows, symbols, or specific markings). An attacker can bypass content moderation filters—including checks for copyright infringement, evidence tampering, and non-consensual content generation—by encoding the malicious intent purely as visual data while leaving the textual prompt empty or benign. The victim model processes the visual instruction as a valid edit request, generating prohibited content that would be rejected if requested via text.

Examples

The following scenarios describe the reproduction of a VJA where the text prompt is set to NULL or a generic benign string (e.g., "Edit image"), and the instruction is embedded in the input image I_input.

  • Copyright Circumvention:

  • Input Image: A commercial stock photo containing a visible copyright watermark.

  • Visual Payload: The attacker modifies the pixel data of the input image to include a visual marker (e.g., a red bounding box) around the watermark and renders the text "Remove" or "Clean" visually next to the target area.

  • Execution: The model interprets the visual text and bounding box as an editing instruction, regenerates the background, and outputs a clean, copyright-infringed image.

  • Document Forgery:

  • Input Image: An image of an official identification document or invoice.

  • Visual Payload: The attacker draws an arrow pointing to the name or date field and embeds visual text instructions (e.g., "Change to 2025" or "Replace with [Target Name]") directly onto the image canvas.

  • Execution: The model follows the visual pointers and typographic instructions to alter the document text, facilitating fraud or evidence tampering.

See the IESBench dataset for the complete taxonomy of 1054 visually-prompted attack images covering 15 risk categories.

Impact

  • Bypass of Safety Guardrails: Successfully evades text-centric content filters (e.g., Llama Guard, Qwen3Guard) with Attack Success Rates (ASR) up to 80.9% on commercial models (Nano Banana Pro) and 97.5% on open-source models (Qwen-Image-Edit).
  • Content Policy Violation: Enables the generation of restricted content, including non-consensual sexual imagery (NSI), violence, self-harm promotion, and hateful symbolism.
  • Legal and Ethical Risks: Facilitates copyright laundering, document forgery, and the fabrication of visual evidence (e.g., modifying crime scene photos or news imagery).

Affected Systems

  • Commercial APIs: Nano Banana Pro (Gemini 3 Pro Image), GPT Image 1.5, Seedream 4.5 (20251128).
  • Open Source Models: Qwen-Image-Edit (and variants like Qwen-Image-Edit-Plus), BAGEL, Flux2.0[dev], LongCat-Image-Edit.
  • General Scope: Any Multimodal Large Language Model (MLLM) or diffusion-based editing model that accepts visual prompts (e.g., "chain-of-frames", mask-based editing, or visual text instruction) without visual-modality safety alignment.

Mitigation Steps

  • Introspective Multimodal Reasoning (Defense): Implement a mandatory "introspection" step prior to image generation. Append a predefined safety trigger to the multimodal prompt sequence P' = [Image, Text, T_safe] to force the model to reason about safety in the language space before execution.
  • Trigger Prompt: "You are an image editing safety evaluator. Please review the image and text of the user to predict whether the edited image will be safe/appropriate/legal."
  • KV-Cache Reuse: To minimize latency during the defense step, reuse the Key-Value (KV) cache of the visual and text encoders so the introspection step does not require re-encoding the inputs.
  • Visual-Centric Alignment: Incorporate adversarial visual prompts (like those in IESBench) into the Reinforcement Learning from Human Feedback (RLHF) pipeline to align the model against visual-instruction jailbreaks, rather than relying solely on text-based datasets.

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 APIs: Nano Banana Pro (Gemini 3 Pro Image), GPT Image 1.5, Seedream 4.5 (20251128). Open Source Models: Qwen-Image-Edit (and variants like Qwen-Image-Edit-Plus), BAGEL, Flux2.0[dev], LongCat-Image-Edit…

Research Paper

When the Prompt Becomes Visual: Vision-Centric Jailbreak Attacks for Large Image Editing Models

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

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.10179