<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:memberpress:memberpress_corporate_accounts:*:*:*:*:*:wordpress:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3amemberpressmemberpress_corporate_accountswordpress/</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>Sat, 12 Sep 2026 13:19:53 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3amemberpressmemberpress_corporate_accountswordpress/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Privilege Escalation in MemberPress Corporate Accounts WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-memberpress-privilege-escalation/</link><pubDate>Sat, 12 Sep 2026 13:19:53 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-memberpress-privilege-escalation/</guid><description>The MemberPress Corporate Accounts plugin for WordPress contains a mass assignment vulnerability that allows authenticated users with corporate sub-account privileges to escalate to administrator by injecting unauthorized fields during user creation.</description><content:encoded><![CDATA[<p>The MemberPress Corporate Accounts plugin for WordPress (versions 1.5.39 and earlier) contains a critical security flaw involving improper input validation within the 'add_sub_account_user' function. The plugin performs a mass assignment operation by passing a raw 'userdata' array directly into the 'wp_insert_user' WordPress function without sanitizing sensitive keys. This oversight allows an attacker who already possesses an authenticated account with subscriber-level access and corporate sub-account privileges to supply malicious parameters. By manipulating these parameters, an attacker can modify existing administrative accounts, such as changing their associated email addresses to gain account recovery access, or programmatically create new administrative-level accounts. This vulnerability represents a significant risk to site integrity, as it grants full control over the WordPress environment to unauthorized users.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the target WordPress site with a valid subscriber account associated with a corporate sub-account.</li>
<li>Attacker navigates to the endpoint responsible for the 'add_sub_account_user' functionality within the MemberPress Corporate Accounts plugin.</li>
<li>Attacker intercepts the HTTP request and identifies the 'userdata' parameter structure.</li>
<li>Attacker injects unauthorized key-value pairs into the 'userdata' payload, specifically targeting role assignment fields (e.g., 'administrator').</li>
<li>The plugin function passes the malicious payload to 'wp_insert_user' without verifying input keys against an allowlist.</li>
<li>The WordPress database updates or inserts the user object with the elevated permissions requested by the attacker.</li>
<li>Attacker logs in or initiates a password reset for the newly created or hijacked administrative account to complete the full takeover of the WordPress instance.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full administrative control over the affected WordPress installation. This allows attackers to install malicious plugins, modify site content, exfiltrate sensitive user data, and execute arbitrary code on the server if the WordPress instance has further administrative capabilities enabled. All WordPress installations running the MemberPress Corporate Accounts plugin version 1.5.39 or earlier are vulnerable.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade the MemberPress Corporate Accounts plugin to the latest version immediately to remediate the mass assignment flaw in 'add_sub_account_user'.</li>
<li>Audit all existing user accounts for suspicious additions or modifications to the 'administrator' role that occurred around the time of discovery.</li>
<li>Review WordPress administrative logs for unusual user registration activity originating from the plugin's corporate sub-account interface.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>privilege-escalation</category><category>vulnerability</category></item></channel></rss>