CRAIJun 4, 2025

Through the Stealth Lens: Rethinking Attacks and Defenses in RAG

arXiv:2506.04390v15 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This addresses security risks in RAG systems for AI applications, but it is incremental as it builds on existing attack and defense methods.

The paper tackles the vulnerability of retrieval-augmented generation (RAG) systems to stealthy attacks that inject poisoned passages, proposing a defense using attention patterns to filter attacks and improving accuracy by up to ~20%, while also crafting adaptive attacks that achieve up to 35% success rate to highlight defense challenges.

Retrieval-augmented generation (RAG) systems are vulnerable to attacks that inject poisoned passages into the retrieved set, even at low corruption rates. We show that existing attacks are not designed to be stealthy, allowing reliable detection and mitigation. We formalize stealth using a distinguishability-based security game. If a few poisoned passages are designed to control the response, they must differentiate themselves from benign ones, inherently compromising stealth. This motivates the need for attackers to rigorously analyze intermediate signals involved in generation$\unicode{x2014}$such as attention patterns or next-token probability distributions$\unicode{x2014}$to avoid easily detectable traces of manipulation. Leveraging attention patterns, we propose a passage-level score$\unicode{x2014}$the Normalized Passage Attention Score$\unicode{x2014}$used by our Attention-Variance Filter algorithm to identify and filter potentially poisoned passages. This method mitigates existing attacks, improving accuracy by up to $\sim 20 \%$ over baseline defenses. To probe the limits of attention-based defenses, we craft stealthier adaptive attacks that obscure such traces, achieving up to $35 \%$ attack success rate, and highlight the challenges in improving stealth.

Code Implementations1 repo
Foundations

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

Your Notes