Jailbreaking Large Language Models Through Alignment Vulnerabilities in Out-of-Distribution Settings
Yue Huang, Jingyu Tang, Dongping Chen, Bingda Tang, Yao Wan, Lichao Sun, Philip S. Yu, Xiangliang Zhang
TL;DR
This work tackles the problem of jailbreaking large language models under realistic, non–white-box conditions by exploiting fragile alignment on out-of-distribution data. It introduces ObscurePrompt, a training-free pipeline that first constructs a seed prompt from known jailbreak techniques and then applies obscurity-driven transformations via a powerful model (GPT-4) to produce a diverse attack set $S_p$, which is iteratively deployed against target LLMs. Through extensive experiments on advbench across seven models, ObscurePrompt demonstrates superior attack effectiveness relative to baselines and shows resilience against common defenses like paraphrasing, while revealing that larger models tend to be more vulnerable to obscured prompts. The results underscore the need for robustness against OOD and obscured inputs and inform future defenses to harden LLM safety against such attack vectors, with practical implications for model governance and security.
Abstract
Recently, Large Language Models (LLMs) have garnered significant attention for their exceptional natural language processing capabilities. However, concerns about their trustworthiness remain unresolved, particularly in addressing ``jailbreaking'' attacks on aligned LLMs. Previous research predominantly relies on scenarios involving white-box LLMs or specific, fixed prompt templates, which are often impractical and lack broad applicability. In this paper, we introduce a straightforward and novel method called ObscurePrompt for jailbreaking LLMs, inspired by the observed fragile alignments in Out-of-Distribution (OOD) data. Specifically, we first formulate the decision boundary in the jailbreaking process and then explore how obscure text affects LLM's ethical decision boundary. ObscurePrompt starts with constructing a base prompt that integrates well-known jailbreaking techniques. Powerful LLMs are then utilized to obscure the original prompt through iterative transformations, aiming to bolster the attack's robustness. Comprehensive experiments show that our approach substantially improves upon previous methods in terms of attack effectiveness, maintaining efficacy against two prevalent defense mechanisms.
