Detecting RAG Extraction Attack via Dual-Path Runtime Integrity Game
About
Retrieval-Augmented Generation (RAG) systems augment large language models with external knowledge, yet introduce a critical security vulnerability: RAG Knowledge Base Leakage, wherein adversarial prompts can induce the model to divulge retrieved proprietary content. Recent studies reveal that such leakage can be executed through adaptive and iterative attack strategies (named RAG extraction attack), while effective countermeasures remain notably lacking. To bridge this gap, we propose CanaryRAG, a runtime defense mechanism inspired by stack canaries in software security. CanaryRAG embeds carefully designed canary tokens into retrieved chunks and reformulates RAG extraction defense as a dual-path runtime integrity game. Leakage is detected in real time whenever either the target or oracle path violates its expected canary behavior, including under adaptive suppression and obfuscation. Extensive evaluations against existing attacks demonstrate that CanaryRAG provides robust defense, achieving substantially lower chunk recovery rates than state-of-the-art baselines while imposing negligible impact on task performance and inference latency. Moreover, as a plug-and-play solution, CanaryRAG can be seamlessly integrated into arbitrary RAG pipelines without requiring retraining or structural modifications, offering a practical and scalable safeguard for proprietary data.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Knowledge Base Extraction | ChatDoctor Pirates attack | CRR1.6 | 5 | |
| Knowledge Base Extraction | ChatDoctor RAG-Thief attack | CRR2.4 | 5 | |
| Knowledge Base Extraction | Mini-Wikipedia (Pirates attack) | CRR5.4 | 5 | |
| Knowledge Base Extraction | Mini-Wikipedia RAG-Thief attack | CRR8.8 | 5 | |
| Knowledge Base Extraction | Mini-BioASQ Pirates attack | CRR0.4 | 5 | |
| Knowledge Base Extraction | Mini-BioASQ RAG-Thief attack | CRR0.2 | 5 | |
| Knowledge Base Extraction | Multi-Agent Aggregate ChatDoctor Mini-Wikipedia Mini-BioASQ | Relative Mean CRR0.04 | 5 | |
| Privacy-Utility Trade-off Evaluation | ChatDoctor worst-case attack setting | CRR1.6 | 5 |