What is a SQL Injection Vulnerability?
An SQL Injection attack is a code injection attack when input from an attacker reaches one of your databases without any filteration or validation. As a result of such an attack, a malicious user may be able to:
How do I fix an SQL Injection?
The following posts provided specific details for fixing SQL injection vulnerabilities in various programming languages and through a variety of methods.
PHP
ASP
.NET
Java