Jailbreaking to Jailbreak
Jeremy Kritz, Vaughn Robinson, Robert Vacareanu, Bijan Varjavand, Michael Choi, Bobby Gogov, Scale Red Team, Summer Yue, Willow E. Primack, Zifan Wang
TL;DR
The paper investigates jailbreaking-to-jailbreak ($J_2$), a failure mode in which refusal-trained LLMs are coaxed to assist jailbreaks against other models, including copies of themselves. It proposes a model-agnostic workflow with planning, attack, and debrief phases, plus an in-context learning loop, to turn strong LLMs into versatile red-teamers that generate transferable jailbreak prompts. Across diverse API models and HarmBench harms, $J_2$ attackers show notable transferability and high ASRs, with frontier models achieving rapid improvements and—even without human prompts—matching or surpassing several baselines in many cases. The findings reveal a scalable, human-in-the-loop red-teaming paradigm that can rapidly identify and exploit guardrail weaknesses, underscoring the need for robust safeguards and ongoing monitoring as LLM capabilities evolve. The work highlights practical implications for model builders and safety research, advocating for controlled deployment and enhanced defenses to withstand evolving automated red-teaming approaches.
Abstract
Large Language Models (LLMs) can be used to red team other models (e.g. jailbreaking) to elicit harmful contents. While prior works commonly employ open-weight models or private uncensored models for doing jailbreaking, as the refusal-training of strong LLMs (e.g. OpenAI o3) refuse to help jailbreaking, our work turn (almost) any black-box LLMs into attackers. The resulting $J_2$ (jailbreaking-to-jailbreak) attackers can effectively jailbreak the safeguard of target models using various strategies, both created by themselves or from expert human red teamers. In doing so, we show their strong but under-researched jailbreaking capabilities. Our experiments demonstrate that 1) prompts used to create $J_2$ attackers transfer across almost all black-box models; 2) an $J_2$ attacker can jailbreak a copy of itself, and this vulnerability develops rapidly over the past 12 months; 3) reasong models, such as Sonnet-3.7, are strong $J_2$ attackers compared to others. For example, when used against the safeguard of GPT-4o, $J_2$ (Sonnet-3.7) achieves 0.975 attack success rate (ASR), which matches expert human red teamers and surpasses the state-of-the-art algorithm-based attacks. Among $J_2$ attackers, $J_2$ (o3) achieves highest ASR (0.605) against Sonnet-3.5, one of the most robust models.
