Vulnerability Description
The Wpify Woo plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 5.4.16. This is due to the SettingsApi::save_option() REST route (POST /wp-json/wpify-woo/v1/option) passing the request-supplied 'option' and 'data' parameters directly to update_option() without any option-name allowlist or value sanitization, while the permission_callback only verifies the manage_woocommerce capability. This makes it possible for authenticated attackers, with Shop Manager-level access and above, to elevate their privileges to Administrator by overwriting arbitrary WordPress options (for example setting default_role to administrator and users_can_register to 1, or disabling security plugins via active_plugins).
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wpify-woo/tags/5.4.10/src/Api/Setting
- https://plugins.trac.wordpress.org/browser/wpify-woo/tags/5.4.10/src/Api/Setting
- https://plugins.trac.wordpress.org/browser/wpify-woo/tags/5.4.10/src/Managers/Ap
- https://plugins.trac.wordpress.org/browser/wpify-woo/tags/5.4.9/src/Api/Settings
- https://plugins.trac.wordpress.org/browser/wpify-woo/tags/5.4.9/src/Api/Settings
- https://plugins.trac.wordpress.org/browser/wpify-woo/tags/5.4.9/src/Managers/Api
- https://plugins.trac.wordpress.org/changeset?reponame=&old=3614762%40wpify-woo&n
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a9b8f2d5-a2c5-4f90-ab1
FAQ
What is CVE-2026-12736?
CVE-2026-12736 is a vulnerability with a CVSS score of 8.0 (HIGH). The Wpify Woo plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 5.4.16. This is due to the SettingsApi::save_option() REST route (POST /wp-json/wpify-woo/v1/...
How severe is CVE-2026-12736?
CVE-2026-12736 has been rated HIGH with a CVSS base score of 8.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-12736?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.