Papers › VisCRA: A Visual Chain Reasoning Attack for Jailbreaking Multimodal Large Language Models

VisCRA: A Visual Chain Reasoning Attack for Jailbreaking Multimodal Large Language Models

26 May 2025arXiv:2505.19684archive 2025-07-28

Bingrui Sima, Linhua Cong, Wenxuan Wang, Kun He

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2505.19684")

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DyMessi/VisCRA found in paper text by SyntologyApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
11unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from DyMessi/VisCRA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_image DyMessi/VisCRA/evaluation/gemini.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · f41cb1a19b154297 · report
encode_image DyMessi/VisCRA/evaluation/QvQ_Max.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cfe427db2f2f5fcc · report
find_top3_blocks_with_stride DyMessi/VisCRA/qwenmask.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 747918e3fc43514d · report
generate_response DyMessi/VisCRA/evaluation/gemini.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 85fe3245f510864a · report
generate_response DyMessi/VisCRA/evaluation/gpt4o.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a7841c5371a659a2 · report
guess_image_type_from_base64 DyMessi/VisCRA/evaluation/gemini.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8176c7a3579cba1d · report
guess_image_type_from_base64 DyMessi/VisCRA/evaluation/QvQ_Max.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d3ece86e3359d0bb · report
load_dataset DyMessi/VisCRA/evaluation/o4-mini.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 59c478e3cad8958d · report
load_model DyMessi/VisCRA/qwenmask.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 317d970e6d4be3bc · report
process_hades_data DyMessi/VisCRA/utils/hades.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5a87ea6c5cf68cbc · report
read_mm_safebench DyMessi/VisCRA/utils/mmsafebench.py found in paper text by Syntology unverified Apache-2.0 (permissive) · adb7a4c52bd43387 · report
visualize_attention DyMessi/VisCRA/qwenmask.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4f5467687896e741 · report

Tasks

Visual Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections