Data Poisoning
Data poisoning is a type of cyberattack in which an adversary deliberately injects corrupted, misleading, or malicious data into the training data used to build an AI or machine learning model. Because the model learns from this tampered data, its behavior or outputs can be compromised. It is generally treated as an adversarial security threat rather than an ordinary data-quality problem.
Data poisoning is a form of adversarial attack in which an adversary controls or corrupts part of the training dataset used to develop a machine learning or AI model, with the intent of manipulating the resulting model's behavior. As commonly defined across the cited sources, it involves the intentional injection of corrupted or misleading data into the training pipeline. Note that the evidence provided does not detail specific attack subtypes (such as targeted versus availability attacks or backdoor insertion) or defensive controls, so those aspects are out of scope for this entry. The definitions here characterize data poisoning as a training-time threat and should not be conflated with inference-time adversarial attacks, which target a deployed model's inputs rather than its training data.
Why it matters
Data poisoning matters because it targets the foundation on which a model's behavior is built: its training data. Unlike ordinary data-quality problems that arise from noise or error, poisoning is an intentional adversarial act, meaning the corrupted data is introduced by a threat actor seeking to manipulate the resulting model. As commonly defined across the cited sources, when an adversary controls even part of the training data, they can influence how the model learns and, in turn, how it behaves once deployed. This makes data poisoning a security concern rather than solely a data-hygiene concern.
For organizations governing AI systems, this distinction has practical consequences. Poisoning is a training-time threat, which means the risk it introduces can be difficult to detect after a model has been built and put into use, because the compromised behavior is embedded in what the model has learned. This challenges assumptions in some governance and validation processes that focus primarily on a deployed model's performance rather than on the integrity of its training data pipeline. It underscores why data provenance, sourcing controls, and pipeline integrity are relevant to both AI governance and model risk considerations, even though the two disciplines address the concern from different angles.
It is important not to overstate what is established here. The evidence provided characterizes data poisoning as an adversarial attack involving the intentional injection of corrupted or misleading data, but it does not detail specific attack subtypes, defensive controls, or quantified impacts. Readers should therefore treat this entry as a functional characterization of the threat rather than a comprehensive treatment of mitigation. The specific severity and likelihood of poisoning will depend heavily on an organization's data sourcing practices and threat environment, which are out of scope for this definition.
Who it's relevant to
Inside Data Poisoning
Common questions
Answers to the questions practitioners most commonly ask about Data Poisoning.