Attention Eclipse: Manipulating Attention to Bypass LLM Safety-Alignment
Pedram Zaree, Md Abdullah Al Mamun, Quazi Mishkatul Alam, Yue Dong, Ihsen Alouani, Nael Abu-Ghazaleh
TL;DR
Attention Eclipse tackles jailbreak risks by shifting focus from final outputs to internal attention dynamics. It introduces an attention-based intermediate loss $\mathcal{L}_{attn}$ and two orthogonal strategies—Decomposition and Camouflaging—to amplify or conceal adversarial content within prompts. Empirical results show substantial improvements in Attack Success Rate (ASR) and faster generation times across multiple models and datasets, with notable transferability to closed models. The work reveals a new vulnerability axis in LLM safety and motivates defenses that monitor and regulate attention flows to strengthen alignment robustness. It also provides a reusable framework and evaluation setup using AdvBench and HarmBench for assessing defenses against attention-based jailbreaks.
Abstract
Recent research has shown that carefully crafted jailbreak inputs can induce large language models to produce harmful outputs, despite safety measures such as alignment. It is important to anticipate the range of potential Jailbreak attacks to guide effective defenses and accurate assessment of model safety. In this paper, we present a new approach for generating highly effective Jailbreak attacks that manipulate the attention of the model to selectively strengthen or weaken attention among different parts of the prompt. By harnessing attention loss, we develop more effective jailbreak attacks, that are also transferrable. The attacks amplify the success rate of existing Jailbreak algorithms including GCG, AutoDAN, and ReNeLLM, while lowering their generation cost (for example, the amplified GCG attack achieves 91.2% ASR, vs. 67.9% for the original attack on Llama2-7B/AdvBench, using less than a third of the generation time).
