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 PureHTML 'alter.php' SQL Injection (1.0.0)
WordPress Plugin YAWPP (Yet Another WordPress Petition Plugin) SQL Injection (1.2)
WordPress Plugin Pinpoint Booking System-#1 WordPress Booking SQL Injection (1.2)
WordPress Plugin Users Ultra Membership Multiple Vulnerabilities (1.5.62)
WordPress Plugin WassUp Real Time Analytics 'spy.php' SQL Injection (1.4.3)