Canadian Cyber Security Journal
SOCIAL:
Filed under: Featured, TechTalk

WP Maps Pro CVE-2026-8732: Actively Exploited WordPress Flaw Lets Anyone Create Admin Accounts — What Canadian Web Operators Must Do Now

What Happened

Threat actors are actively exploiting CVE-2026-8732, a critical privilege escalation vulnerability (CVSS 9.8) in the WP Maps Pro WordPress plugin. The flaw affects all versions up to and including 6.1.0 and was patched in version 6.1.1 on May 20, 2026. Despite the patch, exploitation began in earnest after the vulnerability details became public, with Wordfence recording more than 2,000 attacks in a single 24-hour window.

The root cause is a “temporary support access” feature built into the plugin. It registers an AJAX action — wpgmp_temp_access_ajax — using WordPress’s wp_ajax_nopriv_ hook, which makes it callable without authentication. The only protection was a nonce check, but the nonce was exposed publicly on every frontend page via wp_localize_script. Any unauthenticated visitor could extract the nonce and call the endpoint to create a full administrator account. Version 6.1.1 requires the requesting user to already hold administrator privileges before the endpoint executes.

WP Maps Pro has more than 15,000 sales on Envato Market. Security researcher David Brown discovered and reported the flaw through the Wordfence Bug Bounty Program. Source: BleepingComputer and The Hacker News.

Why This Matters for Canadian Organizations

WordPress powers a large portion of Canada’s web infrastructure. Canadian municipalities use it for public-facing civic sites, healthcare organizations use it for patient portals and information pages, educational institutions rely on it for faculty and department sites, and web agencies build and maintain hundreds of client sites on the platform. An attacker who creates a rogue administrator account on any of those sites gains full control: they can install backdoors, redirect users, steal form data, inject payment skimmers, or use the site as a launch pad for additional attacks.

The exploitation pattern for CVE-2026-8732 is simple enough to automate. Attackers do not need credentials, do not need to guess passwords, and do not need to target a specific organization. Mass automated scanning across all WordPress sites for a publicly exposed nonce followed by admin account creation is straightforward. Canadian healthcare sites subject to PIPEDA and provincial privacy laws face breach notification obligations if patient or personal data is exposed through a compromised site. Government sites compromised by admin-level attackers expose residents to phishing and credential-harvesting campaigns hosted on what appear to be legitimate government domains.

Canadian web agencies and managed service providers running WordPress sites for multiple clients face compounded risk — a single compromised site on a shared hosting account or multisite installation expands the blast radius across their entire client portfolio.

What to Do

Update WP Maps Pro to version 6.1.1 immediately on every WordPress installation. If you manage WordPress sites for clients or employees, confirm the update has been applied across all managed sites. Review your WordPress administrator user list for any accounts created recently and without authorization — remove any unknown admin accounts immediately and reset credentials for all legitimate accounts. Check site file integrity for backdoors or injected code using a plugin such as Wordfence or a dedicated site scanner. If your organization manages WordPress sites containing personal information of Canadians and you cannot rule out compromise, review your PIPEDA incident assessment obligations.

Enjoy this article? Don’t forget to share.