Improper input validation
From Wiki @ Karl Jones dot com
Revision as of 03:07, 24 September 2015 by Karl Jones (Talk | contribs) (Created page with "'''Improper input validation''' or '''unchecked user input''' is a type of vulnerability in computer software that may be used for security...")
Improper input validation or unchecked user input is a type of vulnerability in computer software that may be used for security exploits.
(TO DO: expand, organize, cross-reference, illustrate.)
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