Structured Visual Narratives Undermine Safety Alignment in Multimodal Large Language Models
Rui Yang Tan , Yujia Hu , Roy Ka-Wei Lee
Published on arXiv
2603.21697
Input Manipulation Attack
OWASP ML Top 10 — ML01
Prompt Injection
OWASP LLM Top 10 — LLM01
Key Finding
Comic-based attacks achieve ensemble success rates exceeding 90% on several commercial MLLMs, comparable to strong rule-based jailbreaks and substantially outperforming plain-text baselines
ComicJailbreak
Novel technique introduced
Multimodal Large Language Models (MLLMs) extend text-only LLMs with visual reasoning, but also introduce new safety failure modes under visually grounded instructions. We study comic-template jailbreaks that embed harmful goals inside simple three-panel visual narratives and prompt the model to role-play and "complete the comic." Building on JailbreakBench and JailbreakV, we introduce ComicJailbreak, a comic-based jailbreak benchmark with 1,167 attack instances spanning 10 harm categories and 5 task setups. Across 15 state-of-the-art MLLMs (six commercial and nine open-source), comic-based attacks achieve success rates comparable to strong rule-based jailbreaks and substantially outperform plain-text and random-image baselines, with ensemble success rates exceeding 90% on several commercial models. Then, with the existing defense methodologies, we show that these methods are effective against the harmful comics, they will induce a high refusal rate when prompted with benign prompts. Finally, using automatic judging and targeted human evaluation, we show that current safety evaluators can be unreliable on sensitive but non-harmful content. Our findings highlight the need for safety alignment robust to narrative-driven multimodal jailbreaks.
Key Contributions
- ComicJailbreak benchmark with 1,167 attack instances across 10 harm categories and 5 task setups
- Comic-template jailbreak method achieving 90%+ ensemble success rates on commercial MLLMs
- Demonstration that existing defenses induce high false-positive refusal rates on benign prompts
- Evidence that current safety evaluators are unreliable on sensitive but non-harmful multimodal content
🛡️ Threat Analysis
Comic-based adversarial visual inputs to VLMs that manipulate model outputs to bypass safety guardrails - this is adversarial manipulation of multimodal inputs at inference time.