VisCRA: A Visual Chain Reasoning Attack for Jailbreaking Multimodal Large Language Models
Bingrui Sima, Linhua Cong, Wenxuan Wang, Kun He
TL;DR
VisCRA reveals a critical security vulnerability in Multimodal Large Reasoning Models: stronger visual reasoning can undermine safety protections and enable jailbreaks. It proposes a two-stage Visual Chain Reasoning Attack that first masks harmful regions via Attention-Guided Masking and then uses Multi-Stage Reasoning Induction to infer masked content before executing harmful instructions. Across eleven diverse MLLMs and two major benchmarks, VisCRA substantially outperforms prior jailbreaks, achieving high attack success rates on both open-source and closed-source systems (e.g., up to 76.48% on Gemini 2.0 FT, 66.27% on QvQ-Max, and 56.60% on GPT-4o). The findings underscore the need for reasoning-aware safety mechanisms and robust defenses against reasoning-based attacks in multimodal systems. Overall, the work highlights the double-edged nature of visual reasoning: it boosts capability but also expands the attack surface, with significant implications for deploying trustworthy MLRMs.
Abstract
The emergence of Multimodal Large Language Models (MLRMs) has enabled sophisticated visual reasoning capabilities by integrating reinforcement learning and Chain-of-Thought (CoT) supervision. However, while these enhanced reasoning capabilities improve performance, they also introduce new and underexplored safety risks. In this work, we systematically investigate the security implications of advanced visual reasoning in MLRMs. Our analysis reveals a fundamental trade-off: as visual reasoning improves, models become more vulnerable to jailbreak attacks. Motivated by this critical finding, we introduce VisCRA (Visual Chain Reasoning Attack), a novel jailbreak framework that exploits the visual reasoning chains to bypass safety mechanisms. VisCRA combines targeted visual attention masking with a two-stage reasoning induction strategy to precisely control harmful outputs. Extensive experiments demonstrate VisCRA's significant effectiveness, achieving high attack success rates on leading closed-source MLRMs: 76.48% on Gemini 2.0 Flash Thinking, 68.56% on QvQ-Max, and 56.60% on GPT-4o. Our findings highlight a critical insight: the very capability that empowers MLRMs -- their visual reasoning -- can also serve as an attack vector, posing significant security risks.
