Cisco
200-901 · Question #312
Which OWASP threat takes advantage of a web application that the user has already authenticated to execute an attack?
The correct answer is D. CSRF. Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they are currently authenticated.
Application Deployment and Security
Question
Which OWASP threat takes advantage of a web application that the user has already authenticated to execute an attack?
Options
- Aphishing
- BDoS
- Cbrute force attack
- DCSRF
How the community answered
(39 responses)- A3% (1)
- B8% (3)
- C3% (1)
- D87% (34)
Explanation
Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they are currently authenticated.
Topics
#OWASP#CSRF#Web Security#Authentication
Community Discussion
No community discussion yet for this question.