Phantom: General Backdoor Attacks on Retrieval Augmented Language Generation
Harsh Chaudhari, Giorgio Severi, John Abascal, Anshuman Suri, Matthew Jagielski, Christopher A. Choquette-Choo, Milad Nasr, Cristina Nita-Rotaru, Alina Oprea
TL;DR
This paper addresses the security risks of Retrieval Augmented Generation by introducing Phantom, a general two-stage optimization framework that can poison a single document in a RAG knowledge base to trigger adversarial outputs when a natural query trigger appears. Phantom separates the attack into retriever-targeting (s_ret) and generator-targeting (s_gen and s_cmd) components, employing HotFlip and a novel Multi Coordinate Gradient (MCG) method to achieve efficient, high-confidence jailbreaks. The authors demonstrate wide-ranging objectives (Refusal to Answer, Biased Opinion, Harmful Behavior, Passage Exfiltration, Tool Usage) across multiple open-source and closed-source LLMs, including a black-box attack on NVIDIA ChatRTX, and reveal transferability to large models like GPT-3.5 Turbo and GPT-4. They also provide extensive ablations on retriever architectures, trigger viability, and iteration budgets, highlighting both the practicality of the threat and the need for robust defenses. The work emphasizes practical risks in real deployments and motivates development of mitigation strategies that preserve RAG utility while preventing backdoor exploitation.
Abstract
Retrieval Augmented Generation (RAG) expands the capabilities of modern large language models (LLMs), by anchoring, adapting, and personalizing their responses to the most relevant knowledge sources. It is particularly useful in chatbot applications, allowing developers to customize LLM output without expensive retraining. Despite their significant utility in various applications, RAG systems present new security risks. In this work, we propose a novel attack that allows an adversary to inject a single malicious document into a RAG system's knowledge base, and mount a backdoor poisoning attack. We design Phantom, a general two-stage optimization framework against RAG systems, that crafts a malicious poisoned document leading to an integrity violation in the model's output. First, the document is constructed to be retrieved only when a specific naturally occurring trigger sequence of tokens appears in the victim's queries. Second, the document is further optimized with crafted adversarial text that induces various adversarial objectives on the LLM output, including refusal to answer, reputation damage, privacy violations, and harmful behaviors.We demonstrate our attacks on multiple open-source LLM architectures, including Gemma, Vicuna, and Llama, and show that they transfer to closed-source models such as GPT-3.5 Turbo and GPT-4. Finally, we successfully demonstrate our attack on an end-to-end black-box production RAG system: NVIDIA's "Chat with RTX''.
