Hardening C#.NET Web Apps - SQL Injection
According to the Open Web Application Security Project (OWASP), a SQL Injection attack consists of insertion or “injection” of a SQL query via the input data from the client to the application. In this lab, you will observe a SQL Injection vulnerability and apply remediation techniques to fix it in the source code.
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), a SQL Injection attack consists of insertion or “injection” of a SQL query via the input data from the client to the application. In this lab, you will observe a SQL Injection vulnerability and apply remediation techniques to fix it in the source code.
Learning Partner