CVE-2026-8761 Details
Description
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.
A privilege escalation vulnerability has been identified in the Dokan plugin for WordPress, affecting all versions through 5.0.1. The issue arises from a missing authorization check in the 'CustomersController' REST controller. This controller re-registers WooCommerce's customer CRUD routes under the '/dokan/v1/customers/' namespace, replacing the native 'manage_woocommerce' capability check with one that only inspects the requesting user's role. As a result, authenticated attackers with Vendor/Seller-level access can read, modify, or delete any WordPress user, including administrators, by sending 'GET', 'PUT', or 'DELETE' requests to '/wp-json/dokan/v1/customers/{id}'. Notably, changing the 'password' parameter for an administrator's account could lead to a complete takeover of the site.
Users are advised to update the Dokan plugin to version 5.0.3 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Dokan | <= 5.0.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | New CVE Received | [email protected] |
Volerion