Vulnerability Report

CVE-2026-8732

Title: Privilege Escalation in WP Maps Pro plugin via Admin Account Creation

Auth Bypass

Proof Of Concept

PoC Available for CVE-2026-8732

CWE Category CWE-306
Published Date May 29, 2026
Modified Date May 29, 2026
Exploit Status Available
Score 9.8 CVSS v3.1
Exploit Probability (EPSS)
0.36%

Vulnerability Summary

CVE-2026-8732: 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.

CVSS v3.1
Source Entity [email protected]
Severity CRITICAL
9.8
Attack Vector
NETWORK
Complexity
LOW
Privileges
N/A
Interaction
NONE
Confidentiality
N/A
Integrity
N/A
Availability
N/A
Scope
UNCHANGED
RAW VECTOR CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Associated Attack Patterns (CAPEC)

Total: Patterns

CVE-2026-8732 Exploits & PoCs (Proof Of Concept)

GitHub https://github.com/xShadow-Here/CVE-2026-8732
View Code
GitHub https://github.com/Jenderal92/CVE-2026-8732
View Code
GitHub https://github.com/HORKimhab/CVE-2026-8732
View Code
GitHub https://github.com/p3Nt3st3r-sTAr/CVE-2026-8732-POC
View Code
MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

Attack Vector Matrix

Access Vector NETWORK
Complexity LOW
Privileges N/A
Interaction NONE
CVSS Vector String CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Affected Stack

No specific products linked.