Geo Mashup <= 1.13.18 - Unauthenticated Time-Based SQL Injection via 'map_post_type' Parameter
Strategic Overview
- Status
- Patched in 1.13.19
- Affected Plugin
- Geo Mashup
- Affected Version
<= 1.13.18- CVSS
- 7.5High
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2026-4061
At a glance
CVE-2026-4061 is a high-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the Geo Mashup WordPress plugin, affecting versions <= 1.13.18. It carries a CVSS score of 7.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires no authentication. The issue is fixed in version 1.13.19; sites on affected versions should update now. Disclosed May 2026, reported by Naoya Takahashi (nakko).
Vulnerability Overview
The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'map_post_type' parameter in all versions up to, and including, 1.13.18. This is due to the `SearchResults` hook explicitly calling `stripslashes_deep($_POST)` which removes WordPress magic quotes protection, followed by the unsanitized `map_post_type` value being concatenated into an `IN(...)` clause without `esc_sql()` or `$wpdb->prepare()`. The 'any' branch of the same code correctly applies `array_map('esc_sql', ...)`, but the else branch does not. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database via a time-based blind approach. Exploitation requires the Geo Search feature to be enabled in plugin settings.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Geo Mashup <= 1.13.18 carries this weakness at map_post_type, and reaching it takes no account at all. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For Geo Mashup the fix is 1.13.19: builds <= 1.13.18 are affected, anything from 1.13.19 onward is not.
Remediation
Update to version 1.13.19, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Geo Mashup 1.13.19 closes this, and updating the plugin is the step that ends it.
- Firewall
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Geo Mashup
- 8.1CVE-2026-66450: Geo Mashup <= 1.13.18 Local File Inclusion
CVE-2026-66450 - 8.1CVE-2025-48293: Geo Mashup <= 1.13.16 Local File Inclusion
CVE-2025-48293 - 7.2CVE-2026-66449: Geo Mashup <= 1.13.18 Stored Cross-Site Scripting
CVE-2026-66449 - 7.2CVE-2026-42734: Geo Mashup <= 1.13.19 Stored Cross-Site Scripting
CVE-2026-42734 - 6.5CVE-2026-6457: Geo Mashup <= 1.13.19 SQL Injection
CVE-2026-6457 - 6.5CVE-2024-44008: Geo Mashup <= 1.13.12 Stored Cross-Site Scripting
CVE-2024-44008 - 6.4CVE-2026-27427: Geo Mashup <= 1.13.18 Stored Cross-Site Scripting
CVE-2026-27427 - 6.4CVE-2024-8990: Geo Mashup <= 1.13.13 Stored Cross-Site Scripting
CVE-2024-8990
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C