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 MasterStudy LMS-for Online Courses and Education SQL Injection (3.2.5)
WordPress Plugin WP Fastest Cache SQL Injection (0.8.4.8)
WordPress Plugin WP Google Review Slider SQL Injection (6.1)
WordPress Plugin WP iCommerce-the first interactive ecommerce for wordpress SQL Injection (1.1.1)
WordPress Plugin WP Symposium Multiple SQL Injection Vulnerabilities (12.09)