According to the OWASP top 10 - 2010 what is the top web app vulnerability? Inse
ID: 645432 • Letter: A
Question
According to the OWASP top 10 - 2010 what is the top web app vulnerability?
Insecure Direct Object References
Broken Authentication and Session Management
Cross Site Scripting (XSS)
Injection
All popular programming web technologies are susceptible to xss.
True
False
According to the OWASP top 10 - 2010 what is the fourth most prevalent web app vulnerability?
Broken Authentication and Session Management
Cross-Site Scripting (XSS)
Insecure Direct Object References
Injection
The targets of xss are:
other users
file servers
databases
email servers
Explanation / Answer
1) injection
2) false
3) insecure direct object references
4) file servers