CVE-2025-11365: WP Google Map Plugin <= 1.0 - Authenticated (Contributor+) SQL Injection
The WP Google Map Plugin plugin for WordPress is vulnerable to blind SQL Injection via the 'id' parameter of the 'googlemap' shortcode in all versions up to, and including, 1.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-11365?
The severity of CVE-2025-11365 is rated as high due to its potential for exploitation through blind SQL Injection.
How do I fix CVE-2025-11365?
To fix CVE-2025-11365, update the WP Google Map Plugin to the latest version that has resolved the SQL injection vulnerability.
What versions are affected by CVE-2025-11365?
CVE-2025-11365 affects all versions of the WP Google Map Plugin up to and including version 1.0.
What is the root cause of CVE-2025-11365?
The root cause of CVE-2025-11365 is insufficient escaping of user-supplied input in the 'id' parameter of the 'google_map' shortcode.
Can CVE-2025-11365 lead to data exposure?
Yes, CVE-2025-11365 can potentially lead to data exposure as attackers can manipulate database queries via blind SQL Injection.