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 RSVPMaker SQL Injection (7.8.1)
WordPress Plugin Simple Personal Message SQL Injection (1.0.3)
WordPress Plugin GB Gallery Slideshow SQL Injection (1.2)
WordPress Plugin WP Bannerize SQL Injection (4.0.2)
WordPress Plugin All-In-One Security (AIOS)-Security and Firewall SQL Injection (4.0.8)