15,000+ websites
A critical authentication bypass vulnerability, CVE-2026-8732, has been found in the WP Maps Pro plugin for WordPress. The flaw is rated 9.8 out of 10 and is being actively exploited to create rogue administrator accounts on vulnerable websites. The issue stems from an insecurely implemented 'temporary access' feature that allows any unauthenticated user to trigger an AJAX action and create an admin account. The plugin developer has released version 6.1.1 to fix the issue, but with over 15,000 active installations, many sites remain at risk. Security firm Wordfence reported blocking thousands of attacks, indicating automated and widespread exploitation.
The vulnerability resides in all versions of the WP Maps Pro plugin up to and including 6.1.0. The plugin includes a feature for support staff to gain temporary access to a customer's WordPress dashboard. This was implemented via an AJAX action hook, wpgmp_temp_access_ajax.
Critically, this function had no capability checks or authentication requirements. Any user, including an unauthenticated visitor, could send a direct POST request to the WordPress admin-ajax.php endpoint with the action set to wpgmp_temp_access_ajax. This would trigger the function, which would then create a new user account with a specified username and password and assign it the 'administrator' role. This provides the attacker with full control over the compromised website.
This vulnerability is under active and widespread exploitation. The ease of the exploit (a single HTTP request) makes it trivial to automate. Security firm Wordfence confirmed it blocked 2,858 exploitation attempts within a single 24-hour period shortly after the flaw was disclosed. Attackers are scanning the internet for sites with the vulnerable plugin and attempting to create admin accounts, typically with common usernames like admine or wp-admin.
The impact of exploitation is a complete site takeover. An attacker with an administrator account can:
For any business relying on their WordPress site, this is a critical incident that can lead to significant financial and reputational damage.
Web administrators should hunt for signs of compromise.
url_pattern/wp-admin/admin-ajax.phpaction=wpgmp_temp_access_ajax.log_sourceadmin-ajax.php from unknown IP addresses.user_account_patternadmine, wp-admin, support-userfile_namewp-content/plugins/wp-google-map-gold//wp-admin/admin-ajax.php that include action=wpgmp_temp_access_ajax. Any hits from untrusted IPs are strong indicators of an attack. This is a form of D3FEND Web Session Activity Analysis.M1051): The most critical action is to update the WP Maps Pro plugin to version 6.1.1 or later. This version removes the vulnerable code. This is a direct application of D3FEND's Software Update.M1032) for all administrator-level users to make account takeover more difficult.Immediately update the WP Maps Pro plugin to the patched version (6.1.1 or later) to remediate the vulnerability.
If the plugin is not essential, the most secure mitigation is to deactivate and delete it from the WordPress installation.
Enforce MFA on all WordPress administrator accounts as a compensating control to make it harder for an attacker-created account to be used.
The primary and most effective countermeasure is to immediately update the WP Maps Pro plugin to the patched version, 6.1.1 or later. This action directly removes the vulnerable wpgmp_temp_access_ajax function, closing the authentication bypass flaw. Given the active and widespread exploitation of CVE-2026-8732, this should be treated as an emergency action. Site administrators should use the WordPress dashboard to perform the update. If the plugin is not actively used, the best course of action is to deactivate and delete it entirely to eliminate the risk.
Deploy a Web Application Firewall (WAF) with a specific rule to block requests targeting the vulnerability. The rule should inspect inbound POST requests to /wp-admin/admin-ajax.php and block any that contain action=wpgmp_temp_access_ajax in the request body. Most major WAF providers (like Cloudflare, Sucuri, Wordfence) have already deployed virtual patches for this threat. This provides a critical layer of defense that can block exploit attempts before they reach the vulnerable plugin, protecting sites that have not yet been patched.
The developer of WP Maps Pro releases version 6.1.1 to patch CVE-2026-8732.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.