Hijacking Large Language Models via Adversarial In-Context Learning
Xiangyu Zhou, Yao Qiang, Saleh Zare Zade, Prashant Khanduri, Dongxiao Zhu
TL;DR
This work reveals a critical vulnerability in in-context learning where imperceptible adversarial suffixes appended to demos can hijack LLM outputs. It introduces Gradient-guided Injection (GGI), a gradient-based optimization approach that crafts bespoke suffixes to manipulate task behavior across classification and jailbreak settings, with strong transferability to different demo sets and models. To counter these threats, the authors propose a lightweight test-time defense that augments prompts with clean demonstrations, improving robustness without retraining. Empirical results show substantial attack efficacy on diverse models and tasks, alongside effective defense performance, underscoring the need for robust ICL security research and practical mitigation strategies.
Abstract
In-context learning (ICL) has emerged as a powerful paradigm leveraging LLMs for specific downstream tasks by utilizing labeled examples as demonstrations (demos) in the preconditioned prompts. Despite its promising performance, crafted adversarial attacks pose a notable threat to the robustness of LLMs. Existing attacks are either easy to detect, require a trigger in user input, or lack specificity towards ICL. To address these issues, this work introduces a novel transferable prompt injection attack against ICL, aiming to hijack LLMs to generate the target output or elicit harmful responses. In our threat model, the hacker acts as a model publisher who leverages a gradient-based prompt search method to learn and append imperceptible adversarial suffixes to the in-context demos via prompt injection. We also propose effective defense strategies using a few shots of clean demos, enhancing the robustness of LLMs during ICL. Extensive experimental results across various classification and jailbreak tasks demonstrate the effectiveness of the proposed attack and defense strategies. This work highlights the significant security vulnerabilities of LLMs during ICL and underscores the need for further in-depth studies.
