Evasion Attack
An evasion attack is a technique in which an attacker deliberately modifies inputs to a system—such as files, network traffic, prompts, or other data—so that the system fails to detect them correctly or produces the wrong result. In an AI context, this typically means making small changes to the data fed to a trained model at the time it is being used, causing it to misclassify or otherwise produce an incorrect output. The goal is usually to bypass a detection or classification mechanism without being flagged.
In adversarial machine learning, an evasion attack manipulates test-time (inference-time) inputs to mislead a trained model into producing incorrect predictions, commonly by applying small perturbations to input data so that the model outputs an incorrect result. In the broader network and information security sense, evasion refers to bypassing a security defense in order to deliver an exploit, attack, or malware to a target system without detection. Note that these two framings overlap but are not identical: one concerns model behavior at inference, the other concerns defeating detection controls generally. As described in the evidence, this term addresses attacks against deployed/trained models and detection systems; it does not, on the basis of the evidence provided, encompass training-time attacks (such as data poisoning) or model extraction, which are distinct adversarial techniques.
Why it matters
Evasion attacks target AI systems at the point where they are most relied upon: during live use, or inference. Because the manipulation happens to inputs after a model has been trained and deployed, an evasion attack can defeat a detection or classification control without altering the underlying model or leaving obvious traces in training data. For organizations that use machine learning as a security or screening mechanism—malware detection, fraud screening, content moderation, network intrusion detection—this means the control can appear to function normally while an adversary systematically slips past it.
Who it's relevant to
Inside Evasion Attack
Common questions
Answers to the questions practitioners most commonly ask about Evasion Attack.