CVE-2026-4060
Last modified
CVE-2026-4060 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 'sort' parameter in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'sort' parameter in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The `esc_sql()` function is applied but is ineffective in the `ORDER BY` context because the value is not enclosed in quotes. Additionally, while a `sanitize_sort_arg()` allowlist-based sanitizer was added in version 1.13.18, it is only applied in the AJAX code path (`sanitize_query_args()`) and not in the `render-map.php` or template tag code paths. 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.
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-4060?
How severe is CVE-2026-4060?
How do I fix CVE-2026-4060?
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-40594pyLoad is a free and open-source download manager written in…4.8
- CVE-2026-40595Chartbrew is an open-source web application that can connect…7.5
- CVE-2026-40596Mantis Bug Tracker (MantisBT) is an open source issue tracke…7.2
- CVE-2026-40597Mantis Bug Tracker (MantisBT) is an open source issue tracke…7.6
- CVE-2026-40598Mantis Bug Tracker (MantisBT) is an open source issue tracke…6.9
- CVE-2026-40599ClearanceKit intercepts file-system access events on macOS a…7.1
- CVE-2026-40600Chartbrew is an open-source web application that can connect…8.1
- CVE-2026-40601Chartbrew is an open-source web application that can connect…7.5
- CVE-2026-40602The Home Assistant Command-line interface (hass-cli) is a co…5.6
- CVE-2026-40603Chartbrew is an open-source web application that can connect…6.5
- 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
Are you affected by CVE-2026-4060?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
