English

MRMMIA: Membership Inference Attacks on Memory in Chat Agents

Cryptography and Security 2026-05-28 v1 Machine Learning

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 training corpora or retrieval databases. However, MIAs against agent memory have received less attention, even though such memory can contain sensitive user-agent interactions, retrieved facts, and user preferences. Therefore, in this work, we focus on chat agent memory MIAs, where an adversary infers whether a candidate memory unit belongs to the chat agent's memory store. We propose Multi-Recall Memory MIA (MRMMIA), a unified attack that utilizes multiple recall probes to the agent to extract the membership signal across black-box, gray-box, and white-box settings. Our experiments demonstrate that MRMMIA consistently outperforms baselines. Our results expose the privacy risk in agents and provide an initial evaluation framework for membership leakage in chat-agent memory systems.

Keywords

Cite

@article{arxiv.2605.27825,
  title  = {MRMMIA: Membership Inference Attacks on Memory in Chat Agents},
  author = {Kai Chen and Yan Pang and Tianhao Wang},
  journal= {arXiv preprint arXiv:2605.27825},
  year   = {2026}
}

Comments

This work investigates the MIA on chat agent memory

R2 v1 2026-07-22T07:35:59.964Z