Can Large Language Models Automatically Jailbreak GPT-4V?
Yuanwei Wu, Yue Huang, Yixin Liu, Xiang Li, Pan Zhou, Lichao Sun
TL;DR
The paper investigates vulnerabilities in GPT-4V related to facial recognition by introducing AutoJailbreak, an automated jailbreak framework that uses LLMs to optimize prompts. It combines weak-to-strong prompting, suffix-based attack enhancements, and an efficient hypothesis-testing–driven search to achieve an Attack Success Rate exceeding $95.3\%$ in black-box settings. Key contributions include a three-stage AutoJailbreak method, empirical evidence of GPT-4V’s susceptibility across celebrity datasets, and semantic analyses of jailbreak prompts and adversarial text. The work underscores the need for stronger safety and privacy protections in multimodal LLMs and motivates future defenses beyond human-tuned prompts and standard moderation.
Abstract
GPT-4V has attracted considerable attention due to its extraordinary capacity for integrating and processing multimodal information. At the same time, its ability of face recognition raises new safety concerns of privacy leakage. Despite researchers' efforts in safety alignment through RLHF or preprocessing filters, vulnerabilities might still be exploited. In our study, we introduce AutoJailbreak, an innovative automatic jailbreak technique inspired by prompt optimization. We leverage Large Language Models (LLMs) for red-teaming to refine the jailbreak prompt and employ weak-to-strong in-context learning prompts to boost efficiency. Furthermore, we present an effective search method that incorporates early stopping to minimize optimization time and token expenditure. Our experiments demonstrate that AutoJailbreak significantly surpasses conventional methods, achieving an Attack Success Rate (ASR) exceeding 95.3\%. This research sheds light on strengthening GPT-4V security, underscoring the potential for LLMs to be exploited in compromising GPT-4V integrity.
