A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8732

CVE-2026-8732: WP Maps Pro Privilege Escalation Flaw

CVE-2026-8732 is a privilege escalation vulnerability in WP Maps Pro for WordPress that allows unauthenticated attackers to create administrator accounts and take over sites. This article covers technical details, impact, and mitigation.

Published: June 4, 2026

CVE-2026-8732 Overview

CVE-2026-8732 is a privilege escalation vulnerability in the WP Maps Pro plugin for WordPress affecting all versions up to and including 6.1.0. The flaw resides in the wpgmp_temp_access_ajax AJAX action, which is registered with wp_ajax_nopriv_ and guarded only by a nonce that the plugin publicly embeds into every frontend page. Unauthenticated attackers can invoke the wpgmp_temp_access_support handler with check_temp=false to create a new administrator account and receive a magic login URL. Visiting that URL authenticates the attacker as the new administrator, resulting in complete site takeover [CWE-306].

Critical Impact

Unauthenticated attackers can create administrator accounts and fully take over any WordPress site running WP Maps Pro 6.1.0 or earlier.

Affected Products

  • WP Maps Pro plugin for WordPress, all versions through 6.1.0
  • WordPress sites that distribute the wpgmp_local JavaScript object on frontend pages
  • Advanced Google Maps Plugin for WordPress (Codecanyon distribution)

Discovery Timeline

  • 2026-05-29 - CVE-2026-8732 published to the National Vulnerability Database (NVD)
  • 2026-05-29 - Last updated in NVD database

Technical Details for CVE-2026-8732

Vulnerability Analysis

The vulnerability stems from treating a publicly exposed nonce as an authentication boundary. WP Maps Pro registers the wpgmp_temp_access_ajax action through both wp_ajax_ and wp_ajax_nopriv_ hooks, allowing unauthenticated requests. The handler then verifies the fc-call-nonce nonce before processing the request.

That nonce is injected into every frontend page through wp_localize_script as part of the wpgmp_local JavaScript object. Any anonymous visitor can scrape the nonce from the page source and submit valid requests. WordPress nonces protect against CSRF, not against unauthorized access, so the plugin lacks a real authorization check on a privileged action.

When the handler runs the wpgmp_temp_access_support branch with the parameter check_temp=false, it unconditionally calls wp_insert_user() with a hardcoded administrator role. The function returns a magic login URL that invokes wp_set_auth_cookie(), authenticating the caller as the newly created administrator.

Root Cause

The root cause is missing authentication on a critical function [CWE-306]. The developer used a nonce as the sole gate on a handler that creates privileged accounts. Because the nonce is rendered to every frontend visitor and the AJAX action is registered for unauthenticated users, the control provides no security value.

Attack Vector

The attack is remote, network-based, and requires no authentication or user interaction. An attacker fetches any frontend page that loads WP Maps Pro, extracts the fc-call-nonce value from the wpgmp_local object in the HTML, and sends a POST request to admin-ajax.php invoking wpgmp_temp_access_ajax with check_temp=false. The response contains a magic login URL that the attacker visits to gain administrator-level session cookies.

With administrator access, the attacker can install malicious plugins, modify themes to drop PHP webshells, exfiltrate database contents, and pivot to the underlying host depending on the WordPress configuration. The vulnerability mechanism is documented in the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-8732

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php with action=wpgmp_temp_access_ajax originating from unauthenticated sessions
  • Newly created WordPress users with the administrator role that do not correspond to legitimate provisioning workflows
  • Successful authentication cookies issued shortly after an admin-ajax.php call to the WP Maps Pro handler
  • Unexpected plugin installations, theme file modifications, or PHP files written under wp-content/uploads

Detection Strategies

  • Inspect web server access logs for admin-ajax.php requests carrying the wpgmp_temp_access_support parameter and check_temp=false
  • Alert on creation of any WordPress user assigned the administrator role outside of approved change windows
  • Correlate user creation events in the wp_users table with the IP address of the preceding AJAX call to identify the attacker session

Monitoring Recommendations

  • Forward WordPress audit logs and web server access logs to a centralized SIEM for query and correlation
  • Monitor file integrity on wp-content/plugins/ and wp-content/themes/ to identify post-exploitation persistence
  • Track outbound connections from the web host that follow new administrator account creation, which often indicate webshell callbacks

How to Mitigate CVE-2026-8732

Immediate Actions Required

  • Disable or uninstall the WP Maps Pro plugin on all WordPress instances running version 6.1.0 or earlier until a patched release is verified
  • Audit the wp_users table for unexpected administrator accounts and remove any unauthorized entries
  • Rotate credentials, secret keys in wp-config.php, and active session cookies for all administrator accounts
  • Review installed plugins, themes, and uploaded files for backdoors introduced after the first known exposure

Patch Information

At the time of NVD publication on 2026-05-29, no fixed version has been confirmed in the available references. Monitor the Wordfence Vulnerability Report and the Codecanyon plugin page for vendor updates and apply the patched version as soon as it is released.

Workarounds

  • Block requests to admin-ajax.php containing action=wpgmp_temp_access_ajax at the web application firewall or reverse proxy
  • Restrict access to /wp-admin/admin-ajax.php from unauthenticated clients where business logic allows
  • Deactivate the plugin entirely on production sites until a vendor patch is verified
bash
# Example WAF rule (ModSecurity) to block exploitation attempts
SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
  "chain,deny,status:403,id:1026873200,\
   msg:'Block CVE-2026-8732 WP Maps Pro privilege escalation'"
  SecRule ARGS:action "@streq wpgmp_temp_access_ajax"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Codecanyon WordPress Plugin

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6226: WordPress Plugin Privilege Escalation Flaw

  • CVE-2026-7651: WordPress User Registration IDOR Vulnerability

  • CVE-2026-8787: Firebase Support Plugin Privilege Escalation

  • CVE-2026-6895: WishList Member Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English