<?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>Rymera Web Co - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/rymera-web-co/</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>Wed, 29 Jul 2026 02:18:38 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/rymera-web-co/feed.xml" rel="self" type="application/rss+xml"/><item><title>WordPress Wholesale for WooCommerce Plugin Privilege Escalation (CVE-2026-12144)</title><link>https://feed.craftedsignal.io/briefs/2026-07-wordpress-wholesale-privesc/</link><pubDate>Wed, 29 Jul 2026 02:18:38 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-wordpress-wholesale-privesc/</guid><description>The Wholesale for WooCommerce plugin for WordPress is vulnerable to privilege escalation due to insufficient validation and capability checks in `save_requests_meta()` function, allowing authenticated attackers with author-level access or higher to escalate their privileges to administrator by supplying 'administrator' as the `user_role_set` value in a crafted request.</description><content:encoded><![CDATA[<p>The Wholesale for WooCommerce plugin for WordPress, in all versions up to and including 2.0.5, contains a critical privilege escalation vulnerability, tracked as CVE-2026-12144. This flaw arises from inadequate validation within the <code>save_requests_meta()</code> function, which only applies <code>sanitize_text_field()</code> to the <code>user_role_set</code> POST parameter before directly passing it to <code>WP_User::add_role()</code>. Crucially, the function lacks both an allowlist to restrict permissible roles and a proper capability check, such as <code>current_user_can('promote_users')</code>. This oversight enables authenticated attackers with at least author-level privileges to escalate their access to administrator by submitting a crafted request where the <code>user_role_set</code> parameter is set to &quot;administrator&quot;. The function is protected by a <code>request_user_role_nonce</code>, but any author-level user who has published a <code>wwp_requests</code> post (e.g., via the wholesale registration form) can easily obtain this nonce from the post edit screen, making exploitation straightforward for an attacker who has gained a low-level authenticated session.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An authenticated attacker obtains author-level access or higher on a WordPress site running the vulnerable Wholesale for WooCommerce plugin.</li>
<li>The attacker identifies or creates a <code>wwp_requests</code> custom post type entry, which is typically created via the plugin's wholesale registration form.</li>
<li>The attacker accesses the WordPress admin interface to view the edit screen for a <code>wwp_requests</code> post.</li>
<li>From the post edit screen, the attacker extracts the valid <code>request_user_role_nonce</code> value, which is rendered within the meta box.</li>
<li>The attacker crafts an HTTP POST request targeting the <code>save_requests_meta()</code> function, typically invoked during the saving of the <code>wwp_requests</code> post.</li>
<li>The crafted request includes the obtained <code>request_user_role_nonce</code> for validation and sets the <code>user_role_set</code> POST parameter to &quot;administrator&quot;.</li>
<li>The vulnerable <code>save_requests_meta()</code> function processes the request, passes the &quot;administrator&quot; role value to <code>WP_User::add_role()</code> without sufficient validation or capability checks.</li>
<li>The <code>WP_User::add_role()</code> function successfully assigns the administrator role to the attacker's user account, completing the privilege escalation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-12144 allows an authenticated attacker, even with low-level privileges such as author, to gain full administrator control over the affected WordPress site. This leads to complete compromise of the website, including the ability to manipulate all content, install malicious plugins, alter themes, modify site settings, steal sensitive data, and potentially pivot to other systems within the hosting environment. The widespread use of WordPress and the WooCommerce ecosystem implies a broad potential victim base for this type of vulnerability, particularly e-commerce sites relying on the Wholesale for WooCommerce plugin.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Wholesale for WooCommerce plugin to a version patched against CVE-2026-12144.</li>
<li>Regularly review WordPress user accounts and their assigned roles for any unauthorized changes.</li>
<li>Monitor WordPress application logs and security plugin logs for suspicious POST requests to administrative endpoints, especially those involving user role modifications.</li>
<li>Ensure robust web application firewall (WAF) rules are in place to help detect and block anomalous requests that might indicate exploitation attempts, particularly those targeting <code>wp-admin/post.php</code> or similar endpoints with unusual parameters.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>plugin</category><category>privilege-escalation</category><category>web-vulnerability</category></item></channel></rss>