Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1463+ Articles
151+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-8935: WP Maps Pro Unauthenticated Admin Account Creation (CVSS 9.8)
CVE-2026-8935: WP Maps Pro Unauthenticated Admin Account Creation (CVSS 9.8)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-8935

CVE-2026-8935: WP Maps Pro Unauthenticated Admin Account Creation (CVSS 9.8)

A critical unauthenticated vulnerability in the WP Maps Pro WordPress plugin before 6.1.1 allows any visitor to create an administrator account and receive a magic login URL, leading to full site takeover.

Dylan H.

Security Team

June 15, 2026
3 min read

Affected Products

  • WP Maps Pro WordPress plugin before version 6.1.1

Overview

A critical-severity vulnerability has been disclosed in the WP Maps Pro WordPress plugin, tracked as CVE-2026-8935 with a CVSS score of 9.8. The flaw allows any unauthenticated visitor to create a WordPress administrator account and receive a direct magic login URL, resulting in complete site compromise without any credentials.

The vulnerability affects all versions of WP Maps Pro before 6.1.1 and was published to the National Vulnerability Database on June 15, 2026.

Technical Details

The plugin registers an unauthenticated AJAX action that can be triggered by any visitor — no login required. The critical design flaw involves two compounding issues:

  1. Public Nonce Exposure: A valid nonce is emitted on every frontend page that loads the plugin's map script. This nonce is visible in the page source and accessible to any visitor without authentication.

  2. Unconditional Admin Creation: When the AJAX endpoint is called with the publicly available nonce, the plugin unconditionally creates a new administrator account and returns a magic login URL in the response.

An attacker only needs to:

  • Visit any page on a vulnerable WordPress site that displays a map
  • Extract the nonce from the HTML source
  • Call the AJAX endpoint with that nonce
  • Use the returned magic URL to immediately log in as a site administrator

No brute force, no credential theft, no privilege escalation — a single HTTP request chain is sufficient for full admin takeover.

Affected Versions

ProductAffected VersionsFixed Version
WP Maps Pro (WordPress plugin)< 6.1.16.1.1

Risk Assessment

AttributeValue
CVSS Score9.8 (Critical)
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeChanged
Confidentiality ImpactHigh
Integrity ImpactHigh
Availability ImpactHigh

The combination of network-accessible attack vector, zero required privileges, and no user interaction required makes this one of the most severe vulnerability classes possible. A CVSS of 9.8 reflects a near-maximum risk rating.

Exploitation Scenario

A threat actor scanning WordPress installations could:

  1. Identify sites with WP Maps Pro installed (easily done via mass scanning for the plugin's static assets)
  2. Visit one page containing a map to obtain the nonce
  3. Fire a single POST request to wp-admin/admin-ajax.php with the vulnerable action and nonce
  4. Receive a JSON response containing the admin username and magic login URL
  5. Access the WordPress admin panel with full administrator privileges immediately

From admin access, attackers can install malicious plugins, redirect all site traffic, inject SEO spam, steal stored credentials, or use the server as a foothold for further attacks.

Remediation

Immediate action required:

  • Update WP Maps Pro to version 6.1.1 or later immediately
  • Audit your WordPress user list for any unfamiliar or recently created administrator accounts
  • Rotate all WordPress administrator passwords as a precaution
  • Review server logs for suspicious AJAX requests targeting admin-ajax.php
  • Check for any unauthorized plugin installations or file modifications

Indicators of Compromise

Review your WordPress access logs for patterns like:

POST /wp-admin/admin-ajax.php
action=[vulnerable_action_name]

Unusual new administrator accounts with random usernames or email addresses in your WordPress Users panel are a strong indicator of exploitation.

References

  • NVD - CVE-2026-8935
  • WordPress Plugin Directory - WP Maps Pro
#CVE#WordPress#Plugin Vulnerability#Unauthenticated RCE#Admin Takeover

Related Articles

CVE-2026-7537: MDJM Event Management WordPress Plugin Arbitrary File Upload

A high-severity arbitrary file upload vulnerability in the MDJM Event Management plugin for WordPress allows authenticated attackers to upload malicious files…

2 min read

CVE-2026-8719: WordPress AI Engine Plugin Privilege

A missing WordPress capability check in the AI Engine plugin's MCP OAuth bearer-token path allows any authenticated user to escalate privileges to...

3 min read

CVE-2026-39440: FunnelFormsPro WordPress Plugin Remote Code

A critical code injection vulnerability in the FunnelFormsPro WordPress plugin through version 3.8.1 allows remote code inclusion, enabling attackers to...

4 min read
Back to all Security Alerts