Skip to main content

Geo Mashup EUVDEUVD-2026-26778

| CVE-2026-4060 HIGH
SQL Injection (CWE-89)
2026-05-02 Wordfence
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

4
Analysis Generated
May 02, 2026 - 12:30 vuln.today
EUVD ID Assigned
May 02, 2026 - 12:00 euvd
EUVD-2026-26778
Analysis Generated
May 02, 2026 - 12:00 vuln.today
CVE Published
May 02, 2026 - 11:16 nvd
HIGH 7.5

DescriptionCVE.org

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.

AnalysisAI

Time-based SQL injection in WordPress Geo Mashup plugin ≤1.13.18 allows unauthenticated remote attackers to extract sensitive database information. The 'sort' parameter in multiple code paths (render-map.php, template tags) lacks proper sanitization despite esc_sql() application, which is ineffective in ORDER BY contexts without quote encapsulation. Version 1.13.18 added allowlist-based sanitization but only protected the AJAX endpoint, leaving other attack vectors exploitable. EPSS and KEV data not available; vulnerability disclosed by Wordfence with public source code references confirming the flaw.

Technical ContextAI

This vulnerability affects the Geo Mashup WordPress plugin (cpe:2.3:a:cyberhobo:geo_mashup), a geolocation mapping tool for WordPress. The root cause is CWE-89 (SQL Injection) stemming from improper neutralization of special elements in SQL commands. Specifically, the plugin uses PHP's esc_sql() function on user-supplied 'sort' parameter values before inserting them into ORDER BY clauses, but this defense is ineffective because ORDER BY values are not quote-enclosed in SQL syntax. The sanitize_sort_arg() allowlist validator introduced in version 1.13.18 only protects the sanitize_query_args() AJAX code path, while render-map.php (line 166) and template tag functions remain vulnerable. The geo-mashup-db.php file (lines 1767, 1785) contains the vulnerable query construction logic. Time-based blind SQL injection techniques allow attackers to infer database contents character-by-character by measuring response delays, bypassing the lack of direct error messages or data output.

RemediationAI

Update to Geo Mashup version 1.13.19 or later, which applies changeset 3503627 containing comprehensive fixes across all code paths (https://plugins.trac.wordpress.org/changeset/3503627/). The patch extends sanitize_sort_arg() allowlist validation to render-map.php and template tag functions, not just AJAX handlers. If immediate patching is impossible, implement compensating controls with these specific trade-offs: (1) Disable the Geo Mashup plugin entirely until patching (eliminates attack surface but removes all mapping functionality), (2) Deploy WordPress Web Application Firewall (WAF) rules blocking requests with 'sort' parameter containing SQL keywords like SLEEP, BENCHMARK, WAITFOR (reduces but doesn't eliminate risk due to obfuscation techniques; may cause false positives if legitimate sort values match keywords), (3) Restrict wp-admin access to trusted IP addresses and implement database activity monitoring for slow queries exceeding 5-10 seconds (detection-focused control, doesn't prevent exploitation but enables incident response). Note that version 1.13.18 provides FALSE protection-administrators must verify they're running 1.13.19+ via WordPress admin dashboard or wp-content/plugins/geo-mashup/geo-mashup.php version header. Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/2fa5ae9a-532c-40f9-b70a-217f0f9cd473 contains additional context.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-26778 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy