WP Maps Pro bug exploited to create admin accounts on WordPress sites
Hackers exploit a zero-day vulnerability in the WP Maps Pro WordPress plugin to create unauthorized administrator accounts, highlighting supply chain risks.
This article is original editorial commentary written with AI assistance, based on publicly available reporting by BleepingComputer. It is reviewed for accuracy and clarity before publication. See the original source linked below.
Security researchers have identified a critical vulnerability in the WP Maps Pro plugin, a popular tool for integrating interactive maps into WordPress websites. The flaw, which allows unauthenticated attackers to register high-level administrator accounts, is currently being actively exploited in the wild. By bypassing standard security protocols, malicious actors are gaining complete control over affected domains, enabling them to inject malware, exfiltrate user data, or redirect traffic to fraudulent sites. This incident marks yet another escalation in the ongoing battle to secure the sprawling WordPress ecosystem.
The WordPress platform powers over 40% of the internet, but its reliance on a decentralized network of third-party plugins has long been its greatest security liability. WP Maps Pro, developed by Flipper Code, is a premium offering used by thousands of businesses to display store locators and geographic data. Historically, vulnerabilities in such plugins have been a gold mine for "script kiddies" and sophisticated hacking collectives alike. The current exploit follows a familiar pattern where a failure in input validation or permission checks allows a remote actor to trigger sensitive functions—in this case, user registration—without needing to provide a password or verified credentials.
Mechanically, the exploit targets a specific endpoint within the plugin’s AJAX handler that fails to verify the authorization level of the requester. When a WordPress site has "anyone can register" disabled at the core level, many administrators believe they are safe. However, the WP Maps Pro bug effectively bypasses this global setting by leveraging its own internal logic to create a new user and assign them the 'administrator' role. Once the account is live, the attacker logs in through the standard portal, often hiding their presence by choosing a username that looks like a legitimate system service or a common plugin update handle.
The implications for the WordPress industry are significant, as they underscore the persistent "weakest link" problem in site management. For site owners, the immediate risk is total brand devaluation and the potential for legal liability under data protection regulations like GDPR. For the broader market, this exploit highlights the necessity of "security by design" for plugin developers. While the developers of WP Maps Pro have released a patch, the lag between a vulnerability's discovery and the manual update cycle of many site administrators provides a wide window of opportunity for opportunistic attackers to build botnets or launch phishing campaigns.
From a regulatory and competitive standpoint, these recurring breaches are pushing the industry toward a mandatory auto-update model, similar to what is seen in modern browsers. Many hosting providers are already taking proactive measures by scanning for vulnerable versions of the plugin and applying server-side blocks. However, this creates a tension between stability and security; an automated update could theoretically break a site's layout, but a lack of one could lead to its total destruction. This incident will likely empower those calling for stricter auditing standards for any third-party code sold in the WordPress marketplace.
Moving forward, the cybersecurity community will likely focus on the telemetry of these specific "rogue admin" accounts. Observers should watch for a spike in "malvertising" campaigns originating from legitimate but compromised business sites. Furthermore, the speed with which Flipper Code and the community can migrate users to the secure version (v6.1.1 or higher) will serve as a bellwether for the health of the WordPress update ecosystem. For now, the priority remains a swift audit: any site utilizing WP Maps Pro must verify its current user list and ensure all administrative accounts are accounted for and legitimate.
Why it matters
- 01The WP Maps Pro vulnerability allows hackers to bypass WordPress core settings to create unauthorized administrator accounts without any prior authentication.
- 02This exploit highlights the systemic risk of the WordPress plugin ecosystem, where a single premium plugin's flaw can compromise thousands of enterprise sites.
- 03Immediate action is required from site administrators to update to version 6.1.1 and audit user lists for suspicious new accounts to prevent total site takeover.