For Heads-of · Practitioner

Data and model poisoning

Training, fine-tuning, or embedding data is deliberately manipulated to introduce vulnerabilities, backdoors, or bias into a model.

  • high
  • llm
  • poisoning
  • owasp-llm

How it happens

An adversary, or an unvetted upstream data source, introduces manipulated examples into training, fine-tuning, or embedding data, shifting the model's behaviour in a way that isn't visible from its outputs on ordinary input.

Why it matters

Poisoning attacks are designed to survive normal QA: the model behaves correctly until a specific trigger or distribution is hit, by which point it is already in production.

Mitigating controls

The controls that address this risk, ranked by effectiveness.

Framework and clause references

FrameworkClauseTitle
MITRE ATLASAML.T0020Poison Training Data
OWASP Top 10 for LLM ApplicationsLLM05Data and Model Poisoning

Related resources

The external sources behind this risk, from the Resources library.