<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>WP Maps Pro Plugin &lt;= 6.1.0 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/wp-maps-pro-plugin--6.1.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 29 May 2026 07:18:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/wp-maps-pro-plugin--6.1.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-8732 WP Maps Pro Plugin Privilege Escalation via Administrator Account Creation</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-8732-wp-maps-pro-privesc/</link><pubDate>Fri, 29 May 2026 07:18:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-8732-wp-maps-pro-privesc/</guid><description>The WP Maps Pro plugin for WordPress is vulnerable to privilege escalation (CVE-2026-8732), allowing unauthenticated attackers to create administrator accounts and take over vulnerable sites.</description><content:encoded><![CDATA[<p>The WP Maps Pro plugin, in versions up to and including 6.1.0, contains a privilege escalation vulnerability (CVE-2026-8732) exploitable by unauthenticated attackers. The vulnerability stems from the <code>wpgmp_temp_access_ajax</code> AJAX action, intended for temporary access support, which is inadequately protected.  The nonce check, meant to restrict access, relies on the <code>fc-call-nonce</code> which is publicly exposed on every frontend page. This renders the nonce check ineffective, enabling unauthorized users to invoke the <code>wpgmp_temp_access_support</code> handler. The <code>check_temp=false</code> parameter bypasses intended checks, leading to the unconditional creation of a new WordPress administrator account via the <code>wp_insert_user()</code> function. The plugin then returns a magic login URL that, when visited, calls <code>wp_set_auth_cookie()</code> to authenticate the attacker as the newly-created admin, granting complete site control.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker accesses a WordPress site running a vulnerable version of the WP Maps Pro plugin (&lt;= 6.1.0).</li>
<li>The attacker identifies the publicly exposed <code>fc-call-nonce</code> value within the HTML source code.</li>
<li>The attacker crafts a malicious AJAX request to the <code>wpgmp_temp_access_ajax</code> endpoint, setting <code>action</code> to <code>wpgmp_temp_access_support</code> and <code>check_temp</code> to <code>false</code>, and includes the <code>fc-call-nonce</code> value.</li>
<li>The vulnerable plugin&rsquo;s code executes the <code>wpgmp_temp_access_support</code> handler.</li>
<li>The handler bypasses checks due to the ineffective nonce validation and <code>check_temp=false</code>.</li>
<li>The <code>wp_insert_user()</code> function creates a new WordPress user with the role of administrator.</li>
<li>The plugin generates and returns a &ldquo;magic login URL&rdquo; specific to the newly created user.</li>
<li>The attacker visits the magic login URL, triggering the <code>wp_set_auth_cookie()</code> function which logs them in as the administrator, granting complete control of the WordPress site.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-8732 grants an unauthenticated attacker complete administrative control over the affected WordPress site. This can lead to defacement, data theft, malware deployment, or use of the compromised website for further malicious activities. The vulnerability affects all sites using the WP Maps Pro plugin up to and including version 6.1.0, potentially impacting a large number of websites.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the WP Maps Pro plugin to a version greater than 6.1.0 to patch CVE-2026-8732.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2026-8732 Exploitation Attempt via wpgmp_temp_access_ajax&rdquo; to detect attempts to exploit this vulnerability.</li>
<li>Monitor web server logs for POST requests to <code>/wp-admin/admin-ajax.php</code> with the <code>action=wpgmp_temp_access_ajax</code> and <code>check_temp=false</code> parameters in the request body, as this indicates a potential exploit attempt.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>privilege-escalation</category><category>wordpress</category><category>plugin</category><category>CVE-2026-8732</category></item></channel></rss>