CVE-2026-12736 HIGH

CVE-2026-12736: WPify Woo <= 5.4.16 - Authenticated (Shop Manager+) Privilege Escalation via Arbitrary Option Update via save_option REST Endpoint

Vendor Wpify
Product WPify Woo – Withdrawal, CRN/VAT, QR payments, Heureka and more for WooCommerce
Weakness CWE-269
Published July 24, 2026
Last update July 24, 2026

CVSS base score

8.0/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

What the vulnerability does

01Description

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).

Explanation of Vulnerability in Simple Terms

02Summary

WPify Woo contains a privilege management flaw affecting versions up to 5.4.16. An authenticated administrator with high privileges can exploit improper privilege controls to gain unauthorized access to sensitive functions or data. The vulnerability has network-wide scope, potentially compromising confidentiality, integrity, and availability of the WooCommerce installation.

What an attacker can do

03Attacker Capabilities

An authenticated high-privilege user can bypass privilege controls to access or modify restricted functions.

Potential impact on your site

04Site Impact

A compromised admin account could be used to escalate privileges or access sensitive WooCommerce data beyond normal permissions.

Conditions required to exploit

05Prerequisites

Attacker must have high-level administrator credentials and network access to the WordPress site.

Key dates

06Disclosure timeline

July 24, 2026 CVE published

Related vulnerabilities

08Related CVE