EnJa: Ensemble Jailbreak on Large Language Models
Jiahao Zhang, Zilong Wang, Ruofan Wang, Xingjun Ma, Yu-Gang Jiang
TL;DR
EnJa introduces Ensemble Jailbreak, a three-part framework that fuses prompt-level concealment with token-level adversarial suffix optimization to bypass safety alignment in LLMs. By coupling malicious prompt concealment, a connector template, and enhanced adversarial suffix generation—with regret prevention and a multi-branch search—EnJa delivers high attack effectiveness with reduced queries and demonstrates transfer to black-box models. Empirical results show state-of-the-art attack success across open-source models (Vicuna and LLaMA variants) and meaningful transfer capabilities against GPT-3.5-turbo and GPT-4, underscoring the need for stronger defenses and robust evaluation methods. The work highlights practical risks in current safety pipelines and motivates development of detection strategies and safer alignment practices for future LLM deployments.
Abstract
As Large Language Models (LLMs) are increasingly being deployed in safety-critical applications, their vulnerability to potential jailbreaks -- malicious prompts that can disable the safety mechanism of LLMs -- has attracted growing research attention. While alignment methods have been proposed to protect LLMs from jailbreaks, many have found that aligned LLMs can still be jailbroken by carefully crafted malicious prompts, producing content that violates policy regulations. Existing jailbreak attacks on LLMs can be categorized into prompt-level methods which make up stories/logic to circumvent safety alignment and token-level attack methods which leverage gradient methods to find adversarial tokens. In this work, we introduce the concept of Ensemble Jailbreak and explore methods that can integrate prompt-level and token-level jailbreak into a more powerful hybrid jailbreak attack. Specifically, we propose a novel EnJa attack to hide harmful instructions using prompt-level jailbreak, boost the attack success rate using a gradient-based attack, and connect the two types of jailbreak attacks via a template-based connector. We evaluate the effectiveness of EnJa on several aligned models and show that it achieves a state-of-the-art attack success rate with fewer queries and is much stronger than any individual jailbreak.
