Hardening C#.NET Web Apps - CSRF
According to the Open Web Application Security Project (OWASP), Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a current authenticated web application. In this lab, you will observe a Cross-Site Request Forgery vulnerability, remediate it and test for functionality.
Time
1 hour
Difficulty
Intermediate
Share
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Overview
According to the Open Web Application Security Project (OWASP), Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a current authenticated web application. In this lab, you will observe a Cross-Site Request Forgery vulnerability, remediate it and test for functionality.
Learning Partner