Back to news
security Priority 4/5 5/28/2026, 11:05:47 AM

MemMorph Research Reveals Tool Hijacking Vulnerabilities in LLM Agents via Memory Poisoning

MemMorph Research Reveals Tool Hijacking Vulnerabilities in LLM Agents via Memory Poisoning

A new research paper titled MemMorph: Tool Hijacking in LLM Agents via Memory Poisoning highlights a critical vulnerability in how large language model agents utilize external tools. While previous security research focused primarily on prompt injection and data leakage, MemMorph demonstrates that an agent's memory or dialogue history can be intentionally corrupted. This poisoning causes the agent to select incorrect tools or execute unauthorized actions without direct command interference.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#arxiv#research#security#llm#agent

Comparison

AspectBefore / AlternativeAfter / This
Attack VectorDirect prompt injection into current inputLong-term memory or dialogue history contamination
Impact ScopeImmediate session-based command hijackingPersistent manipulation of tool selection logic
Detection DifficultyRelatively high via input filtering and sanitizationLow due to the subtle influence of historical context
Primary TargetThe immediate model response generationThe agent's internal tool-calling decision mechanism

Action Checklist

  1. Implement strict validation for tool-calling arguments Ensure parameters align with expected schemas regardless of historical context.
  2. Sanitize and monitor long-term memory storage Regularly audit dialogue histories for anomalous or repetitive patterns.
  3. Enforce human-in-the-loop for high-privilege actions Require manual approval for tools that handle sensitive data or infrastructure.
  4. Apply context-window filtering techniques Use secondary models to summarize or verify the integrity of past interactions.

Source: arXiv

This page summarizes the original source. Check the source for full details.

Related