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 Testimonial Slider SQL Injection (1.2.4)
WordPress Plugin Zephyr Project Manager Multiple Vulnerabilities (3.2.42)
WordPress Plugin WP-Forum 'forum_feed.php' SQL Injection (1.7.8)
WordPress Plugin Super Store Finder for WordPress (Google Maps Store Locator) SQL Injection (6.3)
WordPress Plugin WP AutoComplete Search SQL Injection (1.0.4)