Dokan: AI Powered WooCommerce Multivendor Marketplace Solution <= 5.0.3 - Insecure Direct Object Reference to Authenticated (Custom+) Arbitrary Order Modification via Multiple AJAX Handlers
Strategic Overview
- Status
- Patched in 5.0.4
- Affected Plugin
- Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy
- Affected Version
<= 5.0.3- CVSS
- 4.3Medium
- Weakness type
- CWE-639 · Authorization Bypass Through User-Controlled Key
- CVE
CVE-2026-10023
At a glance
CVE-2026-10023 is a medium-severity Authorization Bypass Through User-Controlled Key vulnerability in the Dokan: AI Powered WooCommerce Multivendor Marketplace Solution WordPress plugin, affecting versions <= 5.0.3. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Custom level or above. The issue is fixed in version 5.0.4; sites on affected versions should update now. Disclosed June 2026, reported by alex_henry20.
Vulnerability Overview
The Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.0.3 via the change_order_status, add_order_note, delete_order_note, add_shipping_tracking_info, grant_access_to_download, and revoke_access_to_download AJAX handlers due to missing ownership validation on a user-controlled order ID key. This makes it possible for authenticated attackers, with custom vendor-level access and above, to modify the status of arbitrary orders, add attacker-controlled notes to any order (including customer-facing notes that trigger WooCommerce notification emails to buyers), delete any order note or WordPress comment by ID regardless of ownership, inject fake shipping tracking information on any order, and grant or revoke downloadable-product permissions on any order in the marketplace. Critically, nonce validity is not a barrier to exploitation: each of these AJAX handlers generates and embeds its nonce on the authenticated vendor's own dashboard order pages (e.g., /dashboard/orders/?order_id=OWN_ORDER_ID), which the attacker legitimately controls. The attacker harvests a valid nonce from their own order detail page and replays it against a victim order ID — the nonce only proves the request originates from a logged-in session, not that the order belongs to that vendor. This directly rebuts the prior rejection reasoning that 'users cannot generate valid nonces on command': vendor users can and do generate valid nonces on demand simply by loading their own dashboard pages. Source-code analysis confirmed the vulnerable code path is present and unpatched through version 5.0.1.
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.
CWE-639: Authorization Bypass Through User-Controlled Key
Reaching this weakness in Dokan: AI Powered WooCommerce Multivendor Marketplace Solution <= 5.0.3 takes an account at Custom level or above. Authorization bypass through a user-controlled key, often called insecure direct object reference, means the application looks up a record by an identifier from the request without checking that the caller owns it.
Changing a number in the request is enough to read or modify other users' records, which on commerce and membership sites means customer data. For Dokan: AI Powered WooCommerce Multivendor Marketplace Solution the fix is 5.0.4: builds <= 5.0.3 are affected, anything from 5.0.4 onward is not.
Remediation
Update to version 5.0.4, or a newer patched version
How does WordSec protect against this?
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.4 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-8761: Dokan Authenticated (Vendor+) Privilege Escalation
CVE-2026-8761 - 8.8CVE-2026-49780: Dokan: AI Powered WooCommerce… 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 WooCommerce… IDOR
CVE-2025-14977 - 7.2CVE-2026-57706: Dokan: AI Powered WooCommerce… 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
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C