CVE-2026-4062
Last modified
CVE-2026-4062 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 'object_ids' and 'exclude_object_ids' parameters in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL query. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'object_ids' and 'exclude_object_ids' parameters in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL query. The `esc_sql()` function is applied but is ineffective because the values are placed in an unquoted `IN(...)` / `NOT IN(...)` SQL context — `esc_sql()` only escapes quote characters and provides no protection against parenthesis or SQL keyword injection. Additionally, while a numeric-only sanitizer exists in `sanitize_query_args()`, it is only applied in the AJAX code path 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-4062?
How severe is CVE-2026-4062?
How do I fix CVE-2026-4062?
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-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
- CVE-2026-40619A high security vulnerability affecting Security Center main…7.8
- CVE-2026-40620A vulnerability in SenseLive X3050’s embedded management ser…9.8
- CVE-2026-40621ELECOM wireless LAN access point devices do not require auth…9.8
- CVE-2026-40622NLnet Labs Unbound 1.16.2 up to and including version 1.25.0…7.5
- CVE-2026-40623A vulnerability in SenseLive X3050's web management interfac…8.1
- CVE-2026-40624Improper input validation in AVer PTC500S, PTC115, PTC500+, …9.8
- CVE-2026-40629When SSL profiles are configured on a virtual server, undisc…8.7
Are you affected by CVE-2026-4062?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
