Endless Jailbreaks with Bijection Learning
Brian R. Y. Huang, Maximilian Li, Leonard Tang
TL;DR
Endless Jailbreaks with Bijection Learning presents a black-box, universal, scale-adaptive jailbreak for frontier LLMs by teaching models to use bijective encodings through in-context learning. The method introduces tunable encoding complexity via dispersion and encoding length and leverages best-of-$n$ sampling to fuzz prompts, achieving state-of-the-art ASR on HarmBench and AdvBench across multiple models. The study reveals a Pareto frontier between model capability and bijection difficulty, showing stronger vulnerabilities in more capable models, and demonstrates persistent defense challenges even with guardrails. These findings underscore the need for scale-aware safety measures and targeted red-teaming to anticipate emergent attack vectors as models continue to grow.
Abstract
Despite extensive safety measures, LLMs are vulnerable to adversarial inputs, or jailbreaks, which can elicit unsafe behaviors. In this work, we introduce bijection learning, a powerful attack algorithm which automatically fuzzes LLMs for safety vulnerabilities using randomly-generated encodings whose complexity can be tightly controlled. We leverage in-context learning to teach models bijective encodings, pass encoded queries to the model to bypass built-in safety mechanisms, and finally decode responses back into English. Our attack is extremely effective on a wide range of frontier language models. Moreover, by controlling complexity parameters such as number of key-value mappings in the encodings, we find a close relationship between the capability level of the attacked LLM and the average complexity of the most effective bijection attacks. Our work highlights that new vulnerabilities in frontier models can emerge with scale: more capable models are more severely jailbroken by bijection attacks.
