CVE-2026-4061
Last modified
CVE-2026-4061 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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()`. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4061?
How severe is CVE-2026-4061?
How do I fix CVE-2026-4061?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40604ClearanceKit intercepts file-system access events on macOS a…4.4
- CVE-2026-40605Tautulli is a Python based monitoring and tracking tool for …5.7
- CVE-2026-40606mitmproxy is a interactive TLS-capable intercepting HTTP pro…4.8
- CVE-2026-40607Mantis Bug Tracker (MantisBT) is an open source issue tracke…7.5
- CVE-2026-40608Next AI Draw.io is a next.js web application that integrates…5.5
- CVE-2026-40609Rejected reason: This CVE is a duplicate of another CVE.
- CVE-2026-40610BentoML is a Python library for building online serving syst…5.5
- CVE-2026-40611Let's Encrypt client and ACME library written in Go (Lego). …8.8
- CVE-2026-40612jq is a command-line JSON processor. In 1.8.1 and earlier, j…5.5
- CVE-2026-40613Coturn is a free open source implementation of TURN and STUN…7.5
- CVE-2026-40614PJSIP is a free and open source multimedia communication lib…8.8
- CVE-2026-40618When an SSL profile is configured on a virtual server on BIG…8.7
Are you affected by CVE-2026-4061?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
