Why Learn It? Glossary
 

1. SQL Injection Overview

Previous previous|next Next Page

According to OWASP Top 10 - 2007, the top three software security vulnerabilities are:

  1. Cross Site Scripting (XSS)
  2. Injection Flaws
  3. Malicious File Execution

SQL injection is a relatively simple type of attack, and can be avoided with strict adherence to some basic coding practices.

Explain what SQL injection is
Describe the different categories of SQL injection attacks
List the strategies that may be employed to avoid SQL injection attacks