Description
SQL injection (SQLi) refers to an injection attack wherein an attacker can execute malicious SQL statements that control a web application's database server.
Remediation
Use parameterized queries when dealing with SQL queries that contain user input. Parameterized queries allow the database to understand which parts of the SQL query should be considered as user input, therefore solving SQL injection.
References
Prevent SQL injection vulnerabilities in PHP applications and fix them
Related Vulnerabilities
WordPress Plugin FireStorm Shopping Cart eCommerce SQL Injection (2.07.02)
WordPress Plugin Super Interactive Maps for WordPress SQL Injection (2.1)
WordPress Plugin Media Library Assistant SQL Injection (2.84)
WordPress Plugin Myftp SQL Injection (2.0)
WordPress Plugin WP Maps-Display Google Maps Perfectly with Ease SQL Injection (4.0.4)