PatchSiren cyber security CVE debrief
CVE-2026-10023 dokaninc CVE debrief
The Dokan: AI Powered WooCommerce Multivendor Marketplace Solution plugin for WordPress is vulnerable to Insecure Direct Object Reference (IDOR) in versions up to and including 5.0.3. This vulnerability allows authenticated attackers with custom vendor-level access and above to modify arbitrary orders, add notes to any order, delete order notes or WordPress comments, inject fake shipping tracking information, and grant or revoke downloadable-product permissions. The vulnerability exists due to missing ownership validation on user-controlled order ID keys in several AJAX handlers.
- Vendor
- dokaninc
- Product
- Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-18
- Original CVE updated
- 2026-06-18
- Advisory published
- 2026-06-18
- Advisory updated
- 2026-06-18
Who should care
WooCommerce users, especially those using the Dokan Multivendor Marketplace Solution plugin, should be aware of this vulnerability. Site administrators and security teams should prioritize patching to prevent potential attacks.
Technical summary
The Dokan plugin is vulnerable to IDOR due to inadequate validation of order IDs in several AJAX handlers, including change_order_status, add_order_note, delete_order_note, add_shipping_tracking_info, grant_access_to_download, and revoke_access_to_download. An attacker can exploit this by harvesting a valid nonce from their own order page and using it to manipulate other orders, as the nonce only verifies a logged-in session, not order ownership.
Defensive priority
High
Recommended defensive actions
- Update Dokan: AI Powered WooCommerce Multivendor Marketplace Solution to a version beyond 5.0.3
- Restrict access to sensitive AJAX handlers
- Implement additional logging and monitoring for order modifications
- Enforce strong authentication and authorization for vendor-level users
- Regularly review and update WordPress and plugin versions
- Consider using a Web Application Firewall (WAF) to detect and prevent IDOR attacks
Evidence notes
The vulnerability was discovered and reported by [email protected]. Source-code analysis confirmed the vulnerable code path is present and unpatched through version 5.0.1. The CVE record and NVD detail provide additional context.
Official resources
CVE-2026-10023 was published on 2026-06-18T04:16:33.803Z and modified on 2026-06-18T15:23:56.087Z.