April 2026
Intermediate
1009 pages
34h 15m
English
Cross-site request forgery (CSRF) is somewhat overshadowed by the "big" competitor attacks of XSS and SQL injection, and it was even removed from the OWASP top 10 in 2017—but it returned in 2021 as a subitem of the top entry, broken access control. CSRF is not only very dangerous but is also becoming increasingly common on the web. During security audits, we are now increasingly finding that many XSS and SQL injection vulnerabilities have already been sealed, but other attacks have been completely ignored. What is it about? A user sends data to a website; this data can be a simple GET request or a POST request. The trick is that the user usually sends the data involuntarily and unintentionally. Let's look at ...
Read now
Unlock full access