NeFut Logo NeFut
Admin Login

[CS.AI] MemPoison: Uncovering Persistent Memory Threats in LLM Agents

Published at: 2026-07-18 22:00 Last updated: 2026-07-22 01:24
#AI #Machine Learning #Neural

Abstract

Persistent external memory enhances agent continuity but introduces persistent security vulnerabilities: adversarial content can be injected via standard interaction channels, retained across turns, and later distort downstream behavior. To address this challenge, we propose MemPoison, a comprehensive benchmark and analysis framework featuring 1227 hand-validated cases across four attack types, three injection channels, and three representative memory substrates, evaluated on seven open-weight and three closed-weight model families.

Three-tier Taxonomy

We introduce a three-tier taxonomy:

Our evaluations reveal a distinct defense frontier: while baseline write-time defenses, such as consistency checks, substantially suppress direct L1 attacks, they fail to reliably suppress L2 and L3 attacks.

Through mechanistic influence decomposition (MID), we demonstrate structural blind spots in write-time defenses, which admit seemingly benign records that later become harmful through joint retrieval composition or trigger-conditioned activation.

Our findings advocate for shifting from static filtering to adaptive, context-sensitive memory defense strategies.

Blogger's Review: The introduction of the MemPoison framework offers a fresh perspective on the security of persistent memory, particularly regarding adversarial content injection. It not only highlights the shortcomings of existing defenses but also emphasizes the need for more dynamic defense mechanisms, which are crucial for future LLM applications.

Original Source: https://arxiv.org/abs/2607.14651

[h] Back to Home