CRAIIROct 30, 2024

HijackRAG: Hijacking Attacks against Retrieval-Augmented Large Language Models

arXiv:2410.22832v116 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses a critical security problem for users of RAG systems in AI applications, highlighting a novel and widespread risk that is not incremental but a new threat vector.

The paper tackles the security vulnerability of Retrieval-Augmented Generation (RAG) systems by introducing HijackRAG, an attack that manipulates retrieval mechanisms to inject malicious answers, achieving high success rates and demonstrating transferability across models while showing existing defenses are insufficient.

Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by integrating external knowledge, making them adaptable and cost-effective for various applications. However, the growing reliance on these systems also introduces potential security risks. In this work, we reveal a novel vulnerability, the retrieval prompt hijack attack (HijackRAG), which enables attackers to manipulate the retrieval mechanisms of RAG systems by injecting malicious texts into the knowledge database. When the RAG system encounters target questions, it generates the attacker's pre-determined answers instead of the correct ones, undermining the integrity and trustworthiness of the system. We formalize HijackRAG as an optimization problem and propose both black-box and white-box attack strategies tailored to different levels of the attacker's knowledge. Extensive experiments on multiple benchmark datasets show that HijackRAG consistently achieves high attack success rates, outperforming existing baseline attacks. Furthermore, we demonstrate that the attack is transferable across different retriever models, underscoring the widespread risk it poses to RAG systems. Lastly, our exploration of various defense mechanisms reveals that they are insufficient to counter HijackRAG, emphasizing the urgent need for more robust security measures to protect RAG systems in real-world deployments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes