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 ProPlayer SQL Injection (4.7.9.1)
WordPress Plugin PayPal WP Button Manager SQL Injection (0.1.1)
WordPress Plugin Custom Permalinks SQL Injection (1.1)
WordPress Plugin SEO Redirection-301 Redirect Manager SQL Injection (8.1)
WordPress Plugin Zoho Marketing Automation SQL Injection (1.2.7)