Pandora: Jailbreak GPTs by Retrieval Augmented Generation Poisoning
Gelei Deng, Yi Liu, Kailong Wang, Yuekang Li, Tianwei Zhang, Yang Liu
TL;DR
The paper addresses indirect jailbreaks in LLMs by exploiting Retrieval Augmented Generation (RAG) through a novel attack called Pandora. Pandora poisons RAG by injecting malicious content into tainted knowledge sources and using crafted prompts to trigger jailbreak behaviors in GPT-based systems, achieving high success rates (64.3% on GPT-3.5 and 34.8% on GPT-4) across four prohibited scenarios. It demonstrates a concrete vulnerability in RAG-enabled pipelines and underscores the need for defenses against RAG poisoning. The work highlights practical implications for the security of GPT-integrated applications and outlines directions for automated attack development, interpretability, and mitigation.
Abstract
Large Language Models~(LLMs) have gained immense popularity and are being increasingly applied in various domains. Consequently, ensuring the security of these models is of paramount importance. Jailbreak attacks, which manipulate LLMs to generate malicious content, are recognized as a significant vulnerability. While existing research has predominantly focused on direct jailbreak attacks on LLMs, there has been limited exploration of indirect methods. The integration of various plugins into LLMs, notably Retrieval Augmented Generation~(RAG), which enables LLMs to incorporate external knowledge bases into their response generation such as GPTs, introduces new avenues for indirect jailbreak attacks. To fill this gap, we investigate indirect jailbreak attacks on LLMs, particularly GPTs, introducing a novel attack vector named Retrieval Augmented Generation Poisoning. This method, Pandora, exploits the synergy between LLMs and RAG through prompt manipulation to generate unexpected responses. Pandora uses maliciously crafted content to influence the RAG process, effectively initiating jailbreak attacks. Our preliminary tests show that Pandora successfully conducts jailbreak attacks in four different scenarios, achieving higher success rates than direct attacks, with 64.3\% for GPT-3.5 and 34.8\% for GPT-4.
