Agent memory store without integrity
ID |
agent-memory-store-without-integrity |
Severity |
high (catalogue Medium; platform severity model has no 'medium') |
Remediation Complexity |
medium |
Remediation Risk |
low |
Remediation Effort |
medium |
OWASP LLM |
LLM04:2025 — Data and Model Poisoning |
OWASP ASI |
ASI06:2026 (secondary ASI03:2026) |
Family |
LLM04 — Data and Model Poisoning |
Red-team vectors |
RAG Poisoning |
Tags |
ai_security |
Description
An agent’s persistent memory is backed by a network-reachable store (Redis, Postgres, Mongo, …) configured with no authentication or integrity controls. An attacker who can reach the backend tampers with the stored memory out-of-band, poisoning future sessions with no signal to the agent. A backend with authentication configured produces no finding.