Force authenticated users to execute unwanted actions. State-changing attacks.
Cross-Site Request Forgery (CSRF) is an attack that forces authenticated users to execute unwanted actions on a web application. The attacker tricks the victim's browser into making malicious requests using their existing authentication cookies.
How it works:
📡 Interactive Simulation Mode
Ready to Attack
OPSEC: Training Environment Only
CSRF attacks are illegal without authorization. Always implement anti-CSRF tokens, SameSite cookies, and origin validation. OWASP Top 10 vulnerability.