Home » Tutorials » Web Development » Databases » MySql » SQL Injection - The common security breach in websites...

SQL Injection - The common security breach in websites.

Added April 06, 2008, read 41 times

SQL injection is most common methodology employed by a hacker to exploit vulnerabilities in software applications. Vulnerabilities are basically weak links in the software that exposes unauthorized data/information to a user. SQL injection occurs when the user input is incorrectly filtered for embedded SQL statements.

The technique is powerful enough not only to expose the information to the user but also modify and delete the content which could prove disastrous to the company.

View tutorial