Multi-Turn Adaptive Prompting Attack on Large Vision-Language Models
In Chong Choi, Jiacheng Zhang, Feng Liu, Yiliao Song
TL;DR
This paper introduces MAPA, a two-level, adaptive prompting attack against large vision-language models (LVLMs) to exploit safety gaps by progressively injecting malicious content across turns. At each turn, MAPA selects among text-only, text-plus-vison, and aligned text-plus-vision prompts using a semantic-correlation score $SEM(r,t)$, and across turns it refines the attack trajectory with iterative feedback and a reflection mechanism. Empirical results across HarmBench, JailbreakBench, AdvBench, RedTeam-2K and multiple LVLMs show MAPA achieves 11–35% higher attack success rates than state-of-the-art baselines, including strong performance against GPT-4o-mini with both Default and Advanced Judges. The findings demonstrate the importance of cross-modal coordination and adaptive prompt design for jailbreak efficiency, highlighting the need for robust safety alignments in multimodal systems.
Abstract
Multi-turn jailbreak attacks are effective against text-only large language models (LLMs) by gradually introducing malicious content across turns. When extended to large vision-language models (LVLMs), we find that naively adding visual inputs can cause existing multi-turn jailbreaks to be easily defended. For example, overly malicious visual input will easily trigger the defense mechanism of safety-aligned LVLMs, making the response more conservative. To address this, we propose MAPA: a multi-turn adaptive prompting attack that 1) at each turn, alternates text-vision attack actions to elicit the most malicious response; and 2) across turns, adjusts the attack trajectory through iterative back-and-forth refinement to gradually amplify response maliciousness. This two-level design enables MAPA to consistently outperform state-of-the-art methods, improving attack success rates by 11-35% on recent benchmarks against LLaVA-V1.6-Mistral-7B, Qwen2.5-VL-7B-Instruct, Llama-3.2-Vision-11B-Instruct and GPT-4o-mini.
