AIAug 4

MAFIA: Query-Only Memory Attacks via Probing and Factual Injection against Audited LLM Agents

arXiv:2608.0384422.1Has Code
Predicted impact top 9% in AI · last 90 daysOriginality Highly original
AI Analysis

This research is significant for developers and users of LLM agents, as it exposes critical vulnerabilities in agentic memory systems, particularly when facing large-scale benign memory pools and active input auditing.

This paper addresses memory poisoning attacks against memory-augmented LLM agents, which are vulnerable to malicious records in their memory modules. The authors propose MAFIA, a query-only attack framework that achieves up to a 90.7% attack success rate while reducing audit detection from 83.3% to 7.4%.

Memory-augmented LLM agents rely on rich context for long-horizon reasoning and acting, yet their memory modules expose a persistent attack surface for malicious records, making the study of memory poisoning threats imperative. However, existing query-only attacks often fail to remain effective in two realistic and prevalent settings: large-scale benign memory pools and active input auditing. Consequently, current approaches fall short when facing the dual challenges of high retrieval competitiveness and rigorous semantic checks. To overcome these limitations, we propose MAFIA, a query-only Memory Attack framework via probing and Factual Injection against Audit, tailored to this extended threat model. Specifically, MAFIA introduces: (1) a placement strategy that ensures retrieval-competitive injection via memory probing, budget allocation, and scheduling; and (2) a payload design that bypasses audits using compact factual cloaks, preserving malicious effects while maintaining high semantic similarity. Extensive evaluations reveal that MAFIA achieves up to a 90.7% attack success rate while suppressing audit detection from a peak of 83.3% to at most 7.4%, exposing critical vulnerabilities across agentic memory systems. Code will be made publicly available at https://github.com/JiamingChen1234/MAFIA.

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