Web Application Security
Server-Side
Cross Site Request Forgery
CSRF is a server-side vulnerability in which an attacker causes a victim's browser to send a malicious or unintended request to the target application where the victim is authenticated. If the server does not have adequate CSRF protection, it may execute the malicious request and treat it as a legitimate request from the authenticated user.
Topic overview
1
Lesson
1
Featured
Learning lessons
Learn Cross Site Request Forgery
Work through the lessons in order and build your understanding step by step.