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 WP Maps-Display Google Maps Perfectly with Ease SQL Injection (4.0.4)
WordPress Plugin WP Business Intelligence Lite SQL Injection (1.6.1)
WordPress Plugin Podcast Importer SecondLine SQL Injection (1.3.7)
WordPress Plugin Captcha by BestWebSoft SQL Injection (4.1.4)
WordPress Plugin Photo Gallery by Ays-Responsive Image Gallery SQL Injection (4.4.3)