CVE-2026-15300
Last modified
CVE-2026-15300 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $_SERVER['QUERY_STRING'] via parse_str() (bypassing wp_magic_quotes, which does not cover $_SERVER), then passed through bare esc_sql() before being interpolated into unquoted numeric positions in the proximity-search query (HAVING/SELECT clause distance math, BETWEEN bounding-box pre-filter) built by gmw_locations_query() in plugins/posts-locator/includes/class-gmw-wp-query.php. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $_SERVER['QUERY_STRING'] via parse_str() (bypassing wp_magic_quotes, which does not cover $_SERVER), then passed through bare esc_sql() before being interpolated into unquoted numeric positions in the proximity-search query (HAVING/SELECT clause distance math, BETWEEN bounding-box pre-filter) built by gmw_locations_query() in plugins/posts-locator/includes/class-gmw-wp-query.php. Because esc_sql() only escapes string delimiters and these positions are numeric, payloads such as `1 OR SLEEP(3)` survived sanitization. Fixed in 4.5.5 by adding an upstream is_numeric() guard that short-circuits the WHERE clause to `AND 1 = 0` when either coordinate is non-numeric, and by replacing the three esc_sql() calls with (float) casts.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ninjew | GEO my WP | <= 4.5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15300?
How severe is CVE-2026-15300?
How do I fix CVE-2026-15300?
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-15295The WordPress Infinite Scroll – Ajax Load More plugin for Wo…4.4
- CVE-2026-15296The affiliate-toolkit – WP Affiliate Plugin with Amazon plug…6.4
- CVE-2026-15297The Newsletter, SMTP, Email marketing and Subscribe forms by…6.1
- CVE-2026-15298The TelSender plugin for WordPress is vulnerable to DOM-Base…7.2
- CVE-2026-15299The Animation Addons for Elementor plugin for WordPress is v…6.4
- CVE-2026-1530A flaw was found in fog-kubevirt. This vulnerability allows …8.1
- CVE-2026-15301The BuddyHolis TableSearch plugin for WordPress is vulnerabl…6.4
- CVE-2026-15302The ARMember plugin for WordPress is vulnerable to Directory…5.3
- CVE-2026-15304The Plugin Organizer plugin for WordPress is vulnerable to S…6.5
- CVE-2026-15305Users were able to upload files with arbitrary MIME types to…6.3
- CVE-2026-15306The Product Feed Manager For WooCommerce – Sell on 200+ Onli…6.1
- CVE-2026-15307An issue was discovered in Django 5.2 before 5.2.17 and 6.0 …8.8
Are you affected by CVE-2026-15300?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
