The Open Web Application Securi
ty Project (OWASP) is the worldwide not-for-profit charitable organization focused on improving the security of software. What item is the primary concern on OWASPs Top Ten Project Most Critical Web Application Security Risks?
A. Injection
B. Cross Site
Scripting
C. Cross Site Request Forgery
D. Path disclosure
The top item of the OWASP 2013 OWASPs Top Ten Project Most Critical Web Application Security Risks is injection.
Injection flaws, such as SQL, OS, and LDAP injection occur when untruste
d data is sent to an interpreter as part of a command or query. The attacker-s hostile data can trick the interpreter into executing unintended commands or accessing data without proper authorization.
References: