PulseAugur
EN
LIVE 23:32:25

New research reveals critical vulnerabilities in AI retrieval systems

Two new research papers explore vulnerabilities in retrieval-augmented generation (RAG) systems, particularly concerning knowledge poisoning attacks. The first paper, MM-PoisonRAG, introduces a framework to study these attacks in multimodal RAG, detailing localized and globalized poisoning strategies that can significantly manipulate or corrupt model responses, even with limited attacker access. The second paper, Through the Stealth Lens, focuses on developing attention-aware defenses against RAG poisoning, proposing a method using attention weights to detect anomalous passages and improve robustness against such attacks, while also acknowledging the challenge of creating truly stealthy adversarial injections. AI

IMPACT These studies highlight significant security risks in RAG systems, potentially impacting the reliability and safety of AI applications that rely on external knowledge bases.

RANK_REASON The cluster contains two academic papers detailing novel research on AI security vulnerabilities and defenses.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New research reveals critical vulnerabilities in AI retrieval systems

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Hyeonjeong Ha, Qiusi Zhan, Jeonghwan Kim, Dimitrios Bralios, Saikrishna Sanniboina, Nanyun Peng, Kai-Wei Chang, Daniel Kang, Heng Ji ·

    MM-PoisonRAG: Disrupting Multimodal RAG with Local and Global Poisoning Attacks

    arXiv:2502.17832v4 Announce Type: replace-cross Abstract: Retrieval-augmented generation (RAG) has become a common practice in multimodal large language models (MLLM) to enhance factual grounding and reduce hallucination. Yet, its reliance on retrieval exposes MLLMs to knowledge …

  2. arXiv cs.AI TIER_1 English(EN) · Sarthak Choudhary, Nils Palumbo, Ashish Hooda, Krishnamurthy Dj Dvijotham, Somesh Jha ·

    Through the Stealth Lens: Attention-Aware Defenses Against Poisoning in RAG

    arXiv:2506.04390v2 Announce Type: replace-cross Abstract: Retrieval-augmented generation (RAG) systems are vulnerable to attacks that inject poisoned passages into the retrieved context, even at low corruption rates. We show that existing attacks are not designed to be stealthy, …