699eee792235758e12e070c1
WP Maps Pro bug exploited to create admin accounts on WordPress sites
Security researchers have uncovered a critical flaw in WP Maps Pro (CVE-2026-8732) affecting version 6.1.0 and earlier that allows unauthenticated attackers to create rogue administrator accounts by abusing a “temporary access” feature and generating passwordless login URLs. Discovered by David Brown, the vulnerability has driven thousands of exploit attempts. Wordfence reports ongoing abuse and the vendor released a patch (WP Maps Pro 6.1.1) on May 20, 2026; site administrators should update immediately and audit for unauthorized admin accounts.

WP Maps Pro Vulnerability Enables Rogue Admin Accounts on WordPress Sites
OverviewWordPress sites using the WP Maps Pro plugin were found to be vulnerable to an unauthenticated attack that can create rogue administrator accounts. The issue lies in a feature intended to provide temporary access for vendor support, but the mechanism was exposed in a way that bypassed proper authentication. This has led to attempts by threat actors to generate admin-level access across affected sites.
Vulnerability Details (CVE-2026-8732)
- Severity: Critical
- Affected plugin versions: WP Maps Pro 6.1.0 and earlier
- Discoverer: Security researcher David Brown
- Nature of the flaw: A “temporary access” feature is implemented via an AJAX endpoint that relies on a publicly exposed nonce check on the frontend. This combination allowed unauthenticated requests to trigger code paths that create new WordPress users with administrative privileges, along with a mechanism to issue a passwordless login URL.
What the vulnerability enables
- Creation of a new WordPress user with administrator rights without any password or standard verification.
- Generation of a “magic login” or passwordless URL for that new admin user.
- Delivery of that login URL to an external system, enabling automatic authentication once the URL is accessed.
- The net effect is persistent rogue admin access that can be leveraged to inject backdoors, modify site content, access private data, deploy additional malicious plugins, or take over the site.
Exploitation mechanics in broad terms
- A crafted request targets the temporary-access mechanism exposed by WP Maps Pro.
- If the request bypasses proper authentication, an administrator account is created with a randomly generated username and a fixed or default email address within the exploit flow.
- A login link is generated and returned in the response, and the attacker can use that link to gain immediate admin access without needing a password or extra verification.
- The risk is not purely ephemeral: once an attacker has admin rights, they can establish persistent backdoors and alter core site behavior.
Observed exploitation and impact
- Security researchers observed ongoing exploitation attempts targeting this flaw.
- Over a 24-hour window, thousands of automated attempts were detected and blocked by defenders working with WordPress security firms.
- Admin-level access is highly critical because it allows full control over the site, including content manipulation, data access, and the installation of further malicious components.
Timeline: disclosure, notification, and patch
- March 24: The vulnerability was reported to Wordfence by the researcher, initiating a coordinated defense effort.
- May 16: The WP Maps Pro vendor was notified after initial validation of the exploit and its potential impact.
- May 20: A fix was released in WP Maps Pro version 6.1.1 to address CVE-2026-8732.
- The vulnerability and its fix have since been a focal point for site operators monitoring WordPress plugin security and for defenders observing exploit activity.
Impact on affected sites
- The vulnerability affects any WordPress site running WP Maps Pro up to version 6.1.0.
- Admin accounts created via the exploit can be used to implant backdoors, alter or remove information, and compromise data integrity.
- Without a timely patch, sites remain exposed to automated and manual attempts to generate rogue administrators and control the site.
Patch information (contextual, non-recommendation)
- The vendor released a security update with WP Maps Pro 6.1.1 to remediate CVE-2026-8732.
- Site operators that rely on WP Maps Pro should ensure their installations are updated to the latest patched version to mitigate ongoing exploitation.
- Public reporting indicates that malicious activity was observed prior to the patch release, underscoring the importance of timely updates in a security-conscious deployment.
Related context and additional notes
- WP Maps Pro is a premium WordPress plugin used to build interactive maps and store locators, supporting providers like Google Maps and OpenStreetMap.
- The plugin is widely used by businesses, real estate sites, travel portals, and directories that require multi-location mapping capabilities.
- The vulnerability illustrates how seemingly convenient “temporary access” features can introduce significant risk if their security checks rely on frontend-only validation or publicly exposed tokens.
What this means for WordPress administrators
- The incident highlights the importance of keeping plugins up to date and auditing features that enable external access for troubleshooting.
- Even features designed for legitimate support can become attack vectors if their access controls are weak or publicly exposed.
- Proactive monitoring of login activity and unusual account creation events can help detect and respond to rogue-admin attempts.
Notes on defense-in-depth
- While this post focuses on the vulnerability itself, the broader implication is clear: layered security controls, including robust authentication checks, least-privilege accounts, and rapid patching, are essential to defending WordPress sites against automated exploitation and targeted attacks.
- Security teams should review plugin provenance, implement least privilege for all users, and maintain an incident response plan to rapidly contain and remediate administrator-level breaches.


