Your AI Agent's Memory Is Now an Attack Surface, and Nobody Designed for That

One email. No malware, no exploit chain, no credential theft. Just a hidden instruction that convinces an AI agent to quietly rewrite its own long-term memory — say, raising a Zelle transfer limit — and then that lie becomes "fact" for every future interaction. That's MemGhost, and it matters right now because persistent memory is the feature every agent vendor is racing to ship, and almost nobody is threat-modeling it.

Context: this isn't new, it's just wearing a new hat

Prompt injection has been the industry's known unknown for a couple of years now. We've all read the writeups about agents tricked into exfiltrating data or taking unauthorized actions via poisoned web content or email. What's different here isn't the injection vector — it's the target. Instead of tricking the agent into doing something once, MemGhost tricks it into remembering something forever. That's a meaningful escalation because memory systems were bolted onto these agents specifically to make them feel more useful and "sticky" — recall your preferences, recall your account details, recall your limits. Nobody designed memory-write tools with the assumption that the content flowing into them might be adversarial. It's the classic pattern: a feature ships to solve a UX problem, and the security model catches up two years later, if at all.