CAPEC Details
Name Input Data Manipulation
Likelyhood of attack Typical severity
Medium Medium
Summary An attacker exploits a weakness in input validation by controlling the format, structure, and composition of data to an input-processing interface. By supplying input of a non-standard or unexpected form an attacker can adversely impact the security of the target.
Prerequisites The target must accept user data for processing and the manner in which this data is processed must depend on some aspect of the format or flags that the attacker can control.
Solutions
Related Weaknesses
CWE ID Description
CWE-20 Improper Input Validation