Sciextor

Security is Everyone's Job

SQL Injection

SQL injection is a code injection technique that allows an attacker to interfere with the queries that an application makes to its database.

This can allow an attacker to view or modify data that they are not normally able to access, or to execute commands on the database server.

SQL injection can affect any data-driven application that uses a SQL database, but it is most often used to attack web sites.

SQL injection is a serious web application security risk that can cause various problems, such as theft, modification, or deletion of sensitive data, such as personal information, passwords, or credit card numbers

Some statistics on SQL Injection are

What can you do