Cross-Site Request Forgery (CSRF)

1 · · June 13, 2025, 6:15 a.m.
Summary
This post explains Cross-Site Request Forgery (CSRF), a type of server-side vulnerability where unauthorized commands are transmitted from a user that a web application trusts. It highlights the nature of CSRF as affecting state-changing requests rather than data theft.