Improper input validation
From Wiki @ Karl Jones dot com
Revision as of 12:40, 4 February 2016 by Karl Jones (Talk | contribs)
Improper input validation or unchecked user input is a type of vulnerability in computer software that may be used for security exploits.
Examples
Examples include:
- Buffer overflow
- Cross-site scripting
- Directory traversal
- Null byte injection
- SQL injection
- Uncontrolled format string
See also
External links
- Improper input validation @ Wikipedia