Cross-Site Request Forgery (CSRF) Flashcards
1
Q
What is Cross-Site Request Forgery (CSRF)?
A
Cross-Site Request Forgery (CSRF) is a web security vulnerability that tricks a user into performing unintended actions on a web application where they are authenticated.
2
Q
What is the difference between
A
CSRF: exploits trust that a website has in the user’s browser, XXS: exploits trust that a user has in a website.