CVE-2026-12224: Dokan Pro <= 5.0.4 - Authenticated (Vendor+) Privilege Escalation via update_capabilities REST Endpoint
The Dokan Pro plugin for WordPress is vulnerable to privilege escalation via updatecapabilities REST Endpoint in all versions up to, and including, 5.0.4. This is due to the updatecapabilities() REST handler accepting arbitrary capability strings from the request body and passing them directly to WPUser::addcap() with no allowlist validation, only verifying that the caller holds the dokandar capability. This makes it possible for authenticated attackers with a self-provisioned Vendor-level access and above, on sites with the Vendor Staff module enabled, to grant arbitrary WordPress capabilities, including administrator, to any vendorstaff account, leading to a full site takeover.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-12224?
The severity of CVE-2026-12224 is high with a score of 8.8.
How do I fix CVE-2026-12224?
To mitigate CVE-2026-12224, upgrade the Dokan Pro plugin to version 5.0.5 or later.
What type of vulnerability is CVE-2026-12224?
CVE-2026-12224 is a privilege escalation vulnerability affecting the Dokan Pro plugin.
What versions of Dokan Pro are affected by CVE-2026-12224?
All versions of Dokan Pro up to and including 5.0.4 are affected by CVE-2026-12224.
How can attackers exploit CVE-2026-12224?
Attackers can exploit CVE-2026-12224 by sending arbitrary capability strings to the update_capabilities REST endpoint.