Loading…
Loading…
Written by Max Zeshut
Founder at Agentmelt · Last updated Sep 9, 2026
An integrity attack on AI systems in which an adversary tampers with the data a model trains, fine-tunes, retrieves, or otherwise consumes—so the resulting behavior is bent in the attacker's favor (a backdoor, a bias, a wrong recommendation, or gibberish output triggered by a specific phrase). Unlike Prompt Injection (which targets the model at inference), data poisoning corrupts the substrate before deployment, and the corruption usually survives standard evaluation because the model behaves normally on everything except the attacker's trigger conditions. Modern poisoning hits five surfaces: pre-training, fine-tuning, RAG corpus, model supply chain, and tools/agents (see Tool Poisoning). OWASP tracks it as LLM04:2025. Anthropic's 2025 study showed that as few as 250 malicious documents reliably backdoor LLMs from 600M to 13B parameters, regardless of model size.
A retail company runs a RAG-based AI support agent over its public help center. An attacker submits 30 carefully crafted articles to the help center's user-suggested-content channel that contain instructions invisible in normal reading but parsed by the embedding model. After the next index refresh, customers asking about refunds get a response that quietly recommends a competitor product. The team only catches it weeks later when CSAT drops; a RAG traceback framework eventually locates the poisoned chunks. The fix is dual: tighten the user-content review gate, and add an activation-based detector on every retrieval to flag anomalous influences in real time.
See it as a workflow
Security Alert Triage WorkflowTrigger, steps, n8n nodes, guardrails and an importable template — plus what it costs to have it built.
Or skip the build
Workflows from $197/month, custom agents from $2,000.