SQL injection attack
SQL injection is a code injection technique used to attack data-driven applications. It occurs when malicious SQL statements are inserted into an input field and executed by the application, for example to dump database contents to an attacker. SQL injection exploits security vulnerabilities in an application’s software, typically when user input is improperly filtered for



