Discover the SQL injection vulnerability in the wp-google-maps plugin for WordPress before 7.11.18. Learn the impact, affected versions, and mitigation steps.
WordPress plugin wp-google-maps before version 7.11.18 is vulnerable to SQL injection through its REST API.
Understanding CVE-2019-10692
This CVE involves a vulnerability in the wp-google-maps plugin for WordPress, specifically in the includes/class.rest-api.php file.
What is CVE-2019-10692?
The vulnerability arises from improper sanitization of field names before executing a SELECT statement in the REST API.
The Impact of CVE-2019-10692
Technical Details of CVE-2019-10692
The technical aspects of this CVE are as follows:
Vulnerability Description
The wp-google-maps plugin's REST API fails to properly sanitize field names, opening the door to SQL injection attacks.
Affected Systems and Versions
Exploitation Mechanism
Mitigation and Prevention
Protect your system from CVE-2019-10692 with the following steps:
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates