PulseAugur
EN
LIVE 19:11:23

New research reveals stealthy attacks and privacy risks in LLM agent memory

Two new research papers explore vulnerabilities in the memory systems of large language model (LLM) agents. One paper, MemPoison, details a stealthy attack that injects triggerable backdoors into an agent's long-term memory through dialogue, successfully misleading its future responses with up to a 0.95 success rate. The other paper, MRMMIA, introduces a method for membership inference attacks specifically targeting chat agent memory, demonstrating a significant privacy risk by inferring whether specific data units belong to the agent's memory store. AI

IMPACT These findings highlight critical security and privacy vulnerabilities in LLM agents, potentially impacting user trust and requiring new defense mechanisms.

RANK_REASON Two academic papers published on arXiv detailing novel attack vectors and privacy risks in LLM agent memory systems.

Read on Hugging Face Daily Papers →

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

New research reveals stealthy attacks and privacy risks in LLM agent memory

COVERAGE [3]

  1. arXiv cs.AI TIER_1 English(EN) · Hongtao Wang, Se Yang, Yu Chen, Puzhuo Liu ·

    Hijacking Agent Memory: Stealthy Trojan Attacks Through Conversational Interaction

    arXiv:2605.29960v1 Announce Type: cross Abstract: Large language model (LLM) agents increasingly leverage long term memory to support persistent and autonomous task execution. However, this capability also introduces a new attack surface: memory poisoning, where adversaries can i…

  2. arXiv cs.LG TIER_1 English(EN) · Kai Chen, Yan Pang, Tianhao Wang ·

    MRMMIA: Membership Inference Attacks on Memory in Chat Agents

    arXiv:2605.27825v1 Announce Type: cross Abstract: Membership inference attacks (MIAs) test whether a target data record belongs to a system's private data, and have become a standard tool to measure privacy leakage in machine learning systems. Prior work has primarily focused on …

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    MRMMIA: Membership Inference Attacks on Memory in Chat Agents

    Membership inference attacks (MIAs) test whether a target data record belongs to a system's private data, and have become a standard tool to measure privacy leakage in machine learning systems. Prior work has primarily focused on training corpora or retrieval databases. However, …