GRC Careers

HomeResourcesModel Poisoning

CS-112 · AI Security

Model Poisoning

Corrupting an AI system through its training data, its supply chain, or its ongoing learning.

Executive Summary

Model poisoning is the deliberate corruption of an AI system so that it learns the wrong things or hides a malicious behavior. Attackers can taint the data a model trains on, tamper with a model or component pulled from an outside source, or feed harmful examples into a system that keeps learning from user activity. The result can be quiet errors, biased decisions, or a hidden trigger that makes the model misbehave on command.

What It Is

Model poisoning is an integrity attack on the machine learning lifecycle rather than on a running server. The most common form is data poisoning, where an attacker inserts crafted or mislabeled examples into a training set so the finished model absorbs a flaw. A related form is the backdoor, where the model behaves normally almost all the time but produces an attacker-chosen output when a specific hidden trigger appears in the input. Poisoning can also enter through the AI supply chain when an organization downloads a pretrained model, an adapter, or a dataset from an outside source that has been tampered with. Systems that keep learning from live user interactions face a further risk, because a coordinated stream of malicious input can gradually bend the model over time.

Why It Matters

A poisoned model can fail in ways that are hard to see and hard to trace. Unlike a crash, a subtle bias or a rare backdoor may pass every routine test and only surface in production, where it can distort fraud checks, content moderation, credit decisions, or safety controls. Because so many teams build on outside models and public datasets, one tainted upstream artifact can spread into many downstream products. For governance, risk, and compliance professionals, poisoning is a supply chain and data integrity problem that touches vendor management, model documentation, and the ability to trust an automated decision, all of which regulators and auditors increasingly expect organizations to demonstrate.

How It Works

The attacker's goal is to influence what the model learns or to embed behavior that survives into deployment. In a data poisoning attack, tainted examples are mixed into the training set, often in small enough amounts to avoid notice, so the model generalizes a wrong pattern. In a backdoor attack, the poisoned examples teach the model to react to a specific trigger, giving the attacker a covert switch. In a supply chain attack, the compromise is baked into a model or component before the victim ever trains anything, so the flaw arrives fully formed. Defense centers on knowing where every dataset and model came from, verifying integrity before use, validating and cleaning training data, evaluating models for unexpected behavior, and watching production for drift or anomalies. This reference explains the risk and its mitigations and does not provide instructions for building a poisoning attack.

Architecture Diagram

Verify provenance of data and model artifactsValidate and clean training dataEvaluate the model for backdoors and unexpected behaviorControl and review any continuous learning from live inputMonitor production for drift and anomalies
Poisoning enters through data, the supply chain, or continuous learning; provenance, validation, and monitoring reduce the risk at each stage.

Visual Workflow

Inventory every dataset, pretrained model, and component, and record where each came from.Verify integrity and provenance before any outside artifact enters the pipeline.Validate, clean, and review training data for mislabeled or anomalous examples.Evaluate the trained model against held-out and adversarial tests for hidden behavior.Constrain and review any learning from live user input rather than trusting it automatically.Monitor the deployed model for drift, unusual outputs, and signs of a triggered backdoor.

Common Attacks

Common Mistakes

Best Practices

Quick Checklist

Recommended Tools

Data validation and quality tooling
Screens training data for anomalies, mislabeling, and outliers
Model and data provenance tracking
Records the source and lineage of every artifact in the pipeline
Model evaluation and red-team testing
Probes trained models for hidden or triggered behavior
Drift and anomaly monitoring
Watches deployed models for behavior that shifts over time

Industry Standards

NIST AI Risk Management Framework (AI RMF, AI 100-1)
Frames data integrity and model risk under Govern, Map, Measure, and Manage
MITRE ATLAS
Catalogs poisoning and supply chain techniques against machine learning systems
OWASP Top 10 for LLM Applications
Highlights training data poisoning and supply chain risk for model applications

Career Relevance

Model poisoning is central to AI security engineers who defend the machine learning pipeline and to AI risk managers who must account for data integrity and supply chain exposure. AI governance analysts document dataset provenance and model lineage as part of trustworthy AI programs, and GRC analysts fold poisoning into vendor risk reviews and model audits. Understanding it demonstrates that a candidate can protect not just the running application but the process that produced the model, a skill in demand across the roles AI-Governance-Jobs.com serves.

Interview Questions

Related Certifications

OWASP resources for LLM and ML security ISACA or ISC2 AI security offerings (as available) CompTIA Security+ (for the security foundations)

Further Reading

Key Takeaways

Download PDFDownload PNG

FAQ

How is model poisoning different from prompt injection?

Poisoning corrupts the model during training or through its supply chain, so the flaw is baked in before deployment. Prompt injection manipulates a running model through its input at the time of use. Both are integrity risks, but they attack different stages of the lifecycle.

How much poisoned data does it take to matter?

It depends on the model, the task, and the goal. Backdoors in particular can sometimes be planted with a small fraction of tainted examples, which is why validation, provenance, and evaluation matter more than assuming a large volume is required.

We only use a pretrained model from a vendor, are we safe?

Not automatically. Using an outside model shifts risk to the supply chain. You should verify its source and integrity, review the vendor's practices, and monitor the model's behavior in production.

Get all 116 reference sheets
The complete AGJ Cybersecurity Professional Reference Library, print-ready PDFs and PNGs.
Browse the library

Related Careers

Related certifications

OWASP resources for LLM and ML securityISACA or ISC2 AI security offerings (as available)CompTIA Security+ (for the security foundations)

Current openings

Live openings appear on the web version. Browse the job board for current GRC and security roles.
Browse all jobs

Suggested learning path

  1. Ground the basics with CS-001 Cybersecurity
  2. Study this sheet: Model Poisoning
  3. Go deeper: Prompt Injection
  4. Go deeper: OWASP Top 10 for LLM Applications
  5. Validate it: work toward OWASP resources for LLM and ML security
  6. Find the role: browse current openings

Related sheets

More in AI Security

Share this LinkedIn Facebook X Email