Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
The WP Maps Pro plugin for WordPress is vulnerable to Privilege Escalation via Administrator Account Creation in all versions up to, and including, 6.1.0. This is due to the wpgmp_temp_access_ajax AJAX action being registered with wp_ajax_nopriv_ and protected only by a nonce check using the fc-call-nonce nonce, which is publicly embedded into every frontend page via wp_localize_script as the nonce field of the wpgmp_local JavaScript object, rendering the check ineffective as an access control mechanism. This makes it possible for unauthenticated attackers to invoke the wpgmp_temp_access_support handler with check_temp=false, which unconditionally creates a new WordPress user with the hardcoded role of administrator via wp_insert_user() and returns a magic login URL that, when visited, calls wp_set_auth_cookie() to fully authenticate the attacker as the newly created administrator, resulting in complete site takeover.
AnalysisAI
Remote unauthenticated privilege escalation in the WP Maps Pro WordPress plugin (all versions through 6.1.0) allows attackers to create a new administrator account and authenticate as that user, resulting in complete site takeover. The flaw stems from an AJAX handler exposed to unauthenticated users and protected only by a publicly-embedded nonce, making the access check ineffective. No public exploit identified at time of analysis, but the trivial nature of the bug (default-enabled handler, no authentication, magic login URL returned to the caller) makes weaponization straightforward once details circulate.
Technical ContextAI
WP Maps Pro (vendor FlipperCode, CPE cpe:2.3:a:flippercode:wp_maps_pro) is a commercial Google Maps plugin for WordPress sold through CodeCanyon. The vulnerability is a textbook CWE-306 (Missing Authentication for Critical Function): the wpgmp_temp_access_ajax action is registered through wp_ajax_nopriv_, exposing it to unauthenticated visitors, while its only gate is a WordPress nonce (fc-call-nonce) that the plugin itself injects into every front-end page via wp_localize_script as the nonce property of the wpgmp_local JavaScript object. Because the nonce is publicly retrievable, it provides CSRF protection but no authentication or authorization. The wpgmp_temp_access_support handler then calls wp_insert_user() with a hardcoded administrator role when check_temp=false, and returns a 'magic' login URL that invokes wp_set_auth_cookie() on visit, completing the takeover end-to-end.
RemediationAI
No vendor-released patch identified at time of analysis based on the provided data, so site operators should treat the plugin as actively dangerous and either deactivate and remove WP Maps Pro entirely until FlipperCode publishes a version above 6.1.0, or apply specific compensating controls. Effective short-term mitigations include blocking POST requests to /wp-admin/admin-ajax.php where the action parameter equals wpgmp_temp_access_ajax (via WAF rule, mod_security, or nginx location block) - this breaks only the vulnerable handler without affecting map rendering. As an additional layer, audit wp_users for any administrator accounts created since the plugin was installed and not recognized by the site owner, since silent account creation is the exploitation footprint; rotate secrets and force password resets if any are found. Monitor https://www.wordfence.com/threat-intel/vulnerabilities/id/65988550-d39d-40be-8d25-647e7237062d?source=cve and the CodeCanyon listing for an official fix version and apply the exact released version once published.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33251
GHSA-v837-vph9-gcrq