CSRF (Cross-Site Request Forgery) is an attack that forces an end user to execute unwanted actions on a web application in which they are currently authenticated. It exploits the trust that a web application has in the user's browser.
Authenticated Session Exploit: CSRF takes advantage of the fact that the user is already authenticated, making the attack appear legitimate.
Unwanted Actions: The attacker tricks the user into performing actions without their knowledge.
Option D is correct as CSRF is the OWASP threat that exploits authenticated sessions to execute attacks.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit