CRAIMay 15

FlipAttack: Jailbreak LLMs via Flipping

arXiv:2410.0283299.269 citationsHas Code
AI Analysis

It provides a simple, universal, and stealthy jailbreak method for black-box LLMs, highlighting a vulnerability in autoregressive models.

FlipAttack achieves ~98% attack success rate on GPT-4o and ~98% bypass rate against 5 guardrail models by disguising harmful prompts with left-side noise and leveraging LLMs' text-flipping ability, all within a single query.

This paper proposes a simple yet effective jailbreak attack named FlipAttack against black-box LLMs. First, from the autoregressive nature, we reveal that LLMs tend to understand the text from left to right and find that they struggle to comprehend the text when noise is added to the left side. Motivated by these insights, we propose to disguise the harmful prompt by constructing left-side noise merely based on the prompt itself, then generalize this idea to 4 flipping modes. Second, we verify the strong ability of LLMs to perform the text-flipping task, and then develop 4 variants to guide LLMs to denoise, understand, and execute harmful behaviors accurately. These designs keep FlipAttack universal, stealthy, and simple, allowing it to jailbreak black-box LLMs within only 1 query. Experiments on 8 LLMs demonstrate the superiority of FlipAttack. Remarkably, it achieves $\sim$98\% attack success rate on GPT-4o, and $\sim$98\% bypass rate against 5 guardrail models on average. The codes are available at GitHub\footnote{https://github.com/yueliu1999/FlipAttack}.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes