<?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>WeDevs - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/wedevs/</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, 05 Aug 2026 08:06:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/wedevs/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-8761: Privilege Escalation in Dokan WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-dokan-privilege-escalation/</link><pubDate>Wed, 05 Aug 2026 08:06:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-dokan-privilege-escalation/</guid><description>An improper authorization flaw in the Dokan plugin for WordPress allows authenticated attackers with vendor-level access to escalate privileges to administrator via manipulation of the REST API.</description><content:encoded><![CDATA[<p>The Dokan plugin for WordPress (versions 5.0.1 and earlier) is vulnerable to a severe privilege escalation vulnerability tracked as CVE-2026-8761. The issue originates in the <code>CustomersController</code> REST controller located at <code>includes/REST/CustomersController.php</code>. The plugin registers custom REST routes under the <code>/dokan/v1/customers/</code> namespace by re-implementing WooCommerce customer CRUD functionality.</p>
<p>Critically, the implementation fails to perform an authorization check on the target user object, instead performing a flawed check on the requesting user's role. Consequently, any user with 'Vendor' or 'Seller' capabilities can interact with the API to read, update, or delete any arbitrary user within the WordPress database. An attacker can specifically target an administrator's record and modify the <code>password</code> parameter, resulting in a complete site takeover. This vulnerability poses an extreme risk for multi-vendor WordPress environments utilizing the Dokan plugin.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full administrative control over the affected WordPress installation. Given the prevalence of Dokan in e-commerce deployments, this vulnerability facilitates unauthorized access to sensitive customer data, order history, and platform settings. If exploited, an attacker can modify administrative account credentials, inject malicious code, or exfiltrate databases associated with the site.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Dokan plugin to a version patched against CVE-2026-8761.</li>
<li>Audit WordPress user logs for unexpected modifications to administrative accounts.</li>
<li>Monitor REST API traffic for unauthorized <code>PUT</code> or <code>DELETE</code> requests targeting the <code>/wp-json/dokan/v1/customers/</code> endpoint.</li>
<li>Restrict access to administrative dashboard functions and API endpoints to trusted IP ranges where feasible.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>