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
SQL Injection (SQLi) - Acunetix
Types of SQL Injection (SQLi) - Acunetix
Prevent SQL injection vulnerabilities in PHP applications and fix them - Acunetix
Related Vulnerabilities
WordPress Plugin Google Analytics Dashboard SQL Injection (2.0.4)
WordPress Plugin Users Ultra SQL Injection (1.3.58)
WordPress Plugin wpDataTables-Tables & Table Charts Premium SQL Injection (3.4)
WordPress Plugin Menu Creator 'updateSortOrder.php' SQL Injection (1.1.7)
WordPress Plugin Photoracer 'id' Parameter SQL Injection (1.0)