Guiding not Forcing: Enhancing the Transferability of Jailbreaking Attacks on LLMs via Removing Superfluous Constraints
Junxiao Yang, Zhexin Zhang, Shiyao Cui, Hongning Wang, Minlie Huang
TL;DR
The paper addresses the limited transferability of gradient-based jailbreaking attacks on LLMs and proposes a conceptual framework that distinguishes the full feasible adversarial region from a transferable shared region. It identifies two superfluous constraints—Response Pattern and Token Tail constraints—that narrow the transferable space and hinder optimization. The authors introduce Guided Jailbreaking Optimization, combining Target Output Guidance with Relaxed Loss Computation to remove these constraints, which yields substantial gains in transfer Attack Success Rate (T-ASR) across diverse target models and improves source model performance (S-ASR). This approach enhances controllability of jailbreak outputs and provides a basis for developing stronger defenses, with practical impact on understanding vulnerabilities and guiding robust safety mechanisms for LLMs.
Abstract
Jailbreaking attacks can effectively induce unsafe behaviors in Large Language Models (LLMs); however, the transferability of these attacks across different models remains limited. This study aims to understand and enhance the transferability of gradient-based jailbreaking methods, which are among the standard approaches for attacking white-box models. Through a detailed analysis of the optimization process, we introduce a novel conceptual framework to elucidate transferability and identify superfluous constraints-specifically, the response pattern constraint and the token tail constraint-as significant barriers to improved transferability. Removing these unnecessary constraints substantially enhances the transferability and controllability of gradient-based attacks. Evaluated on Llama-3-8B-Instruct as the source model, our method increases the overall Transfer Attack Success Rate (T-ASR) across a set of target models with varying safety levels from 18.4% to 50.3%, while also improving the stability and controllability of jailbreak behaviors on both source and target models.
