Dokan <= 5.0.2 - Missing Authorization to Authenticated (Vendor+) Privilege Escalation
Strategic Overview
- Status
- Patched in 5.0.3
- Affected Plugin
- Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy
- Affected Version
<=5.0.2- CVSS
- 8.8High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-8761
At a glance
CVE-2026-8761 is a high-severity Missing Authorization vulnerability in the Dokan: AI Powered WooCommerce Multivendor Marketplace Solution WordPress plugin, affecting versions <=5.0.2. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Vendor level or above. The issue is fixed in version 5.0.3; sites on affected versions should update now. Disclosed August 2026, reported by kai63001.
Vulnerability Overview
The Dokan plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 5.0.1. This is due to a missing authorization check in the `CustomersController` REST controller (`includes/REST/CustomersController.php`), which re-registers WooCommerce's customer CRUD routes under the `/dokan/v1/customers/` namespace and replaces WooCommerce's native `manage_woocommerce` capability check with a vendor-only check that inspects the **requesting** user's role and never validates the **target** user. This makes it possible for authenticated attackers with Vendor/Seller-level access and above to read, modify, or delete any WordPress user — including administrators — via `GET`/`PUT`/`DELETE` requests against `/wp-json/dokan/v1/customers/{id}`. Setting the `password` parameter on an administrator's record yields a full site takeover.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-862: Missing Authorization
Reaching this weakness in Dokan: AI Powered WooCommerce Multivendor Marketplace Solution <=5.0.2 takes an account at Vendor level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Dokan: AI Powered WooCommerce Multivendor Marketplace Solution the fix is 5.0.3: builds <=5.0.2 are affected, anything from 5.0.3 onward is not.
Remediation
Update to version 5.0.3, or a newer patched version
How WordSec helps
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Dokan: AI Powered WooCommerce Multivendor Marketplace Solution 5.0.3 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy
- 9.8CVE-2022-3915: Dokan <= 3.7.5 SQL Injection
CVE-2022-3915 - 8.8CVE-2026-49780: Dokan: AI Powered WooCommer… Privilege Escalation
CVE-2026-49780 - 8.8CVE-2022-3194: Dokan <= 3.6.5 Cross-Site Request Forgery
CVE-2022-3194 - 8.1CVE-2025-14977: Dokan: AI Powered WooCommer… IDOR to PayPal Account
CVE-2025-14977 - 7.2CVE-2026-57706: Dokan: AI Powered WooCommerce Multivend… Stored XSS
CVE-2026-57706 - 7.2CVE-2025-53425: Dokan <= 4.1.3 Privilege Escalation
CVE-2025-53425 - 7.2CVE-2023-26525: Dokan <= 3.7.12 SQL Injection
CVE-2023-26525 - 6.6CVE-2023-34382: Dokan <=3.7.19 PHP Object Injection
CVE-2023-34382
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C