vendor:
WP Google Map plugin
by:
defensecode
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WP Google Map plugin
Affected Version From: 4.0.4 and below
Affected Version To: 4.0.4 and below
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2018
WordPress Google Map Plugin < 4.0.4 - SQL Injection
The easiest way to reproduce the vulnerabilities is to visit the provided URL while being logged in as administrator or another user that is authorized to access the plugin settings page. Users that do not have full administrative privileges could abuse the database access the vulnerabilities provide to either escalate their privileges or obtain and modify database contents they were not supposed to be able to. Due to the missing nonce token, the vulnerable code is also directly exposed to attack vectors such as Cross Site request forgery (CSRF).
Mitigation:
Ensure that all user input is properly validated and sanitized before being used in a SQL query.