What is a CSRF Attack? CSRF stands for a Cross-Site Request Forgery attack. Through malicious links on websites, popups, emails, etc., users are tricked into unknowingly performing malicious actions of the attacker’s choosing. Because it sneaks malicious actions into requests of users that are authenticated, I like the think of CSRF attacks as parasitic. The…