CCJA: Context-Coherent Jailbreak Attack for Aligned Large Language Models
Guanghao Zhou, Panjia Qiu, Mingyuan Fan, Cen Chen, Mingyuan Chu, Xin Zhang, Jun Zhou
TL;DR
The paper tackles safety breaches in open-source LLMs by proposing Context-Coherent Jailbreak Attack (CCJA), a token-level optimization in the embedding space of masked language models that uses the MLM decoding head to generate semantically coherent jailbreak prefixes. CCJA balances jailbreak success with readability through a multi-objective loss and a reconstruction constraint, enabling fluent prompts that reliably trigger unsafe outputs. Empirical results on AdvBench across seven open-source LLMs show CCJA achieving superior attack success and improving transferability to closed-source models, including enhancing black-box jailbreak methods. The work highlights significant safety risks posed by advancing open-source LLMs and demonstrates a practical pathway to evaluate and potentially strengthen defenses, with plans to open-source code.
Abstract
Despite explicit alignment efforts for large language models (LLMs), they can still be exploited to trigger unintended behaviors, a phenomenon known as "jailbreaking." Current jailbreak attack methods mainly focus on discrete prompt manipulations targeting closed-source LLMs, relying on manually crafted prompt templates and persuasion rules. However, as the capabilities of open-source LLMs improve, ensuring their safety becomes increasingly crucial. In such an environment, the accessibility of model parameters and gradient information by potential attackers exacerbates the severity of jailbreak threats. To address this research gap, we propose a novel \underline{C}ontext-\underline{C}oherent \underline{J}ailbreak \underline{A}ttack (CCJA). We define jailbreak attacks as an optimization problem within the embedding space of masked language models. Through combinatorial optimization, we effectively balance the jailbreak attack success rate with semantic coherence. Extensive evaluations show that our method not only maintains semantic consistency but also surpasses state-of-the-art baselines in attack effectiveness. Additionally, by integrating semantically coherent jailbreak prompts generated by our method into widely used black-box methodologies, we observe a notable enhancement in their success rates when targeting closed-source commercial LLMs. This highlights the security threat posed by open-source LLMs to commercial counterparts. We will open-source our code if the paper is accepted.
