Severity by source
AV:N/AC:L/PR:L/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:L/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Geo Mashup plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'geo_mashup_null_fields' parameter in all versions up to, and including, 1.13.19 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
AnalysisAI
Time-based blind SQL injection in Geo Mashup WordPress plugin versions up to 1.13.19 allows authenticated attackers with subscriber-level access to extract sensitive database information via the 'geo_mashup_null_fields' parameter due to insufficient escaping and lack of prepared statement usage. The vulnerability requires valid WordPress authentication but grants high-confidence data confidentiality compromise without requiring user interaction, affecting all installations of this geolocation plugin with vulnerable versions active.
Technical ContextAI
The Geo Mashup plugin for WordPress processes the 'geo_mashup_null_fields' parameter in SQL query construction without proper escaping or parameterized query preparation. The affected code appears in geo-mashup-db.php (line 1991), geo-mashup-ui-managers.php (line 388), and geo-mashup.php (line 567) according to plugin repository references. The vulnerability stems from CWE-89 (SQL Injection), where user-controlled input is concatenated directly into SQL queries without sanitization. This is particularly dangerous in WordPress contexts where the plugin has direct database access through global $wpdb object. Time-based blind SQL injection allows attackers to infer database contents through conditional query delays, circumventing limitations of error-based SQL injection.
RemediationAI
Update Geo Mashup plugin to version 1.13.20 or later, which includes fixes to properly escape the 'geo_mashup_null_fields' parameter and implement prepared statement usage. WordPress administrators should navigate to Plugins > Installed Plugins, locate Geo Mashup, and click Update immediately. As a temporary workaround pending patch application, restrict subscriber-level user creation through Settings > General or use a user registration control plugin (e.g., Restrict Content Pro, MemberPress) to limit authenticated account provisioning, though this does not fully mitigate risk for existing subscriber accounts. Additionally, implement database query logging and monitor for suspicious UNION SELECT, WAITFOR, or SLEEP() patterns in POST requests containing 'geo_mashup_null_fields' parameters. Consider Web Application Firewall (WAF) rules blocking common SQL injection payloads in plugin parameters. The patch reference at changeset 3519909 should be verified in the official WordPress plugin directory prior to application.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26759