SafeRAG: Benchmarking Security in Retrieval-Augmented Generation of Large Language Model
Xun Liang, Simin Niu, Zhiyu Li, Sensen Zhang, Hanyu Wang, Feiyu Xiong, Jason Zhaoxin Fan, Bo Tang, Shichao Song, Mengwei Wang, Jiawei Yang
TL;DR
SafeRAG presents a comprehensive benchmark to evaluate security in Retrieval-Augmented Generation by introducing four novel attack tasks—silver noise, inter-context conflict, soft ad, and white DoS—and constructing a manually annotated SafeRAG dataset. It formalizes a threat framework that allows attack contexts to be injected at retrieval, filter, or generation stages, and proposes retrieval and generation safety metrics, including RA and F1-based measures with ASR. Experiments across 14 RAG components across multiple domains demonstrate substantial vulnerabilities, showing that existing retrievers, filters, and generators can be bypassed and that generation quality degrades under attack. The work provides a practical, multilingual (Chinese) security benchmark, along with insights into component robustness and guidance for building more secure RAG systems, plus discussion of limitations and ethical considerations.
Abstract
The indexing-retrieval-generation paradigm of retrieval-augmented generation (RAG) has been highly successful in solving knowledge-intensive tasks by integrating external knowledge into large language models (LLMs). However, the incorporation of external and unverified knowledge increases the vulnerability of LLMs because attackers can perform attack tasks by manipulating knowledge. In this paper, we introduce a benchmark named SafeRAG designed to evaluate the RAG security. First, we classify attack tasks into silver noise, inter-context conflict, soft ad, and white Denial-of-Service. Next, we construct RAG security evaluation dataset (i.e., SafeRAG dataset) primarily manually for each task. We then utilize the SafeRAG dataset to simulate various attack scenarios that RAG may encounter. Experiments conducted on 14 representative RAG components demonstrate that RAG exhibits significant vulnerability to all attack tasks and even the most apparent attack task can easily bypass existing retrievers, filters, or advanced LLMs, resulting in the degradation of RAG service quality. Code is available at: https://github.com/IAAR-Shanghai/SafeRAG.
