<?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 Password Policy - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/wp-password-policy/</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>Tue, 28 Jul 2026 19:21:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/wp-password-policy/feed.xml" rel="self" type="application/rss+xml"/><item><title>WP Password Policy Plugin Privilege Escalation via Crafted POST Request (CVE-2026-15992)</title><link>https://feed.craftedsignal.io/briefs/2026-07-wp-password-policy-privilege-escalation/</link><pubDate>Tue, 28 Jul 2026 19:21:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-wp-password-policy-privilege-escalation/</guid><description>The WP Password Policy plugin for WordPress, in versions up to and including 3.7.1, is vulnerable to privilege escalation, allowing authenticated attackers with subscriber-level access to escalate their privileges to Administrator by sending a crafted POST request to the password-reset form endpoint, leveraging missing authorization checks and nonce verification.</description><content:encoded><![CDATA[<p>A critical privilege escalation vulnerability, tracked as CVE-2026-15992, affects all versions up to and including 3.7.1 of the WP Password Policy plugin for WordPress. This flaw stems from a lack of authorization checks and nonce verification within the <code>get_user()</code> function of the <code>Module_Password_Hint</code> class. This allows authenticated attackers, possessing at least subscriber-level access, to exploit the vulnerability by submitting a specially crafted HTTP POST request to the password-reset form endpoint. The plugin's vulnerable code unconditionally calls <code>WP_User::set_role()</code> with attacker-controlled <code>role</code> parameters, enabling an attacker to elevate their own privileges to that of an Administrator. To exploit this, an attacker must have a valid password-reset cookie, which can be easily obtained by initiating a password reset for their own account. This vulnerability poses a significant risk as it grants full administrative control over the compromised WordPress site.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains or possesses authenticated access to a WordPress site at a subscriber level or higher.</li>
<li>The attacker initiates a password reset for their own account on the target WordPress site to obtain a valid password-reset cookie.</li>
<li>The attacker crafts a malicious HTTP POST request designed to target the WordPress password-reset form endpoint (typically <code>wp-login.php</code>).</li>
<li>The crafted POST request includes the <code>action</code> parameter set to <code>createuser</code> and the <code>role</code> parameter set to <code>administrator</code>.</li>
<li>The vulnerable <code>get_user()</code> function within the <code>Module_Password_Hint</code> class processes these parameters due to missing authorization checks and nonce verification.</li>
<li>The plugin's code unconditionally invokes <code>WP_User::set_role()</code> using the attacker-supplied <code>role</code> parameter.</li>
<li>The attacker's current subscriber-level account is successfully elevated to an Administrator role, granting full control over the WordPress site.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-15992 allows an authenticated attacker to gain full Administrator privileges on the affected WordPress site. This complete compromise enables the attacker to modify site content, install plugins and themes, delete users, access sensitive data, or inject malicious code, leading to defacement, data theft, or further compromise of the web server. The broad impact extends to any organization or individual using the vulnerable WP Password Policy plugin, regardless of sector.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-15992 immediately by updating the WP Password Policy plugin to version 3.7.2 or higher.</li>
<li>Deploy the Sigma rule &quot;Detects CVE-2026-15992 Exploitation - WP Password Policy Privilege Escalation&quot; to your SIEM to identify attempts at privilege escalation.</li>
<li>Monitor web server access logs for suspicious POST requests to <code>/wp-login.php</code> containing <code>action=createuser</code> and <code>role=administrator</code> in the query string or request body.</li>
<li>Regularly review user roles and permissions within your WordPress installations for any unauthorized changes.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>privilege-escalation</category><category>web-vulnerability</category><category>php</category></item></channel></rss>