CVE-2026-4062

7.5

cyberhobo · Geo Mashup

The Geo Mashup plugin for WordPress is vulnerable to time-based SQL injection via unescaped user-supplied parameters.

Executive summary

An unauthenticated time-based SQL injection vulnerability in the Geo Mashup plugin for WordPress allows remote attackers to extract sensitive database information.

Vulnerability

This vulnerability is an SQL injection (CWE-89) flaw residing in the database query handling functions where parameters lack proper preparation and escaping in certain code paths. Unauthenticated attackers can exploit this flaw by manipulating the object_ids and exclude_object_ids parameters.

Business impact

A successful exploit could allow malicious actors to extract sensitive data from the underlying database through a time-based blind injection technique. Given the CVSS score of 7.5, this high-severity flaw introduces significant risk of data exposure, potentially leading to the compromise of confidential records and regulatory compliance violations.

Remediation

Immediate Action: Update the Geo Mashup plugin to the latest version as soon as a vendor fix becomes available, or temporarily deactivate the plugin if no patch is currently released.

Proactive Monitoring: Monitor database query logs for unusual execution times, anomalous error rates, and suspicious parameter inputs associated with the plugin endpoints.

Compensating Controls: Deploy a Web Application Firewall (WAF) rule to inspect and block suspicious SQL injection patterns targeting the object_ids and exclude_object_ids parameters.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Security teams must treat this high-severity vulnerability with urgency due to the unauthenticated nature of the attack vector. Administrators should monitor plugin vendor channels closely for patch releases and apply updates immediately to prevent potential database compromise.

Sources

Originally found and disclosed by Naoya Takahashi, per the CVE Program record.