Skip to main content

Wpify Woo EUVDEUVD-2026-48465

| CVE-2026-12736 HIGH
Improper Privilege Management (CWE-269)
2026-07-24 Wordfence GHSA-jp43-qmg3-xrhw
8.0
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
8.0 HIGH
AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
vuln.today AI
9.1 CRITICAL

Reachable via a single REST call so AC:L; requires Shop Manager/manage_woocommerce so PR:H; escalation to Administrator crosses the authorization scope so S:C with full C/I/A loss.

3.1 AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 24, 2026 - 04:02 vuln.today
CVE Published
Jul 24, 2026 - 02:32 cve.org
HIGH 8.0

DescriptionCVE.org

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

AnalysisAI

Privilege escalation in the Wpify Woo WordPress plugin (versions ≤ 5.4.16) lets authenticated Shop Manager users overwrite arbitrary WordPress options and promote themselves to Administrator. The vulnerable SettingsApi::save_option() REST route (POST /wp-json/wpify-woo/v1/option) forwards attacker-controlled 'option' and 'data' values straight into update_option() with no allowlist or sanitization, gated only by the manage_woocommerce capability. Reported by Wordfence with a CVSS of 8.0; no public exploit identified at time of analysis and not listed in CISA KEV.

Technical ContextAI

Wpify Woo is a WooCommerce extension bundling EU/Czech-market features (withdrawal, CRN/VAT validation, QR payments, Heureka integration). The flaw is a CWE-269 Improper Privilege Management issue in its REST API: ApiManager registers routes whose permission_callback only checks current_user_can('manage_woocommerce'), a capability held by Shop Managers and Administrators. The save_option() handler treats the client-supplied 'option' name and 'data' value as trusted and calls WordPress core update_option($option, $data) with neither an option-name allowlist nor value sanitization. Because update_option() can write ANY row in wp_options, a caller can mutate security-critical globals such as default_role, users_can_register, and active_plugins. The affected code is visible in trac tags 5.4.9/5.4.10 at src/Api/SettingsApi.php and src/Managers/ApiManager.php.

RemediationAI

Update the Wpify Woo plugin to the first release above 5.4.16 that contains the fix; the repository changeset at https://plugins.trac.wordpress.org/changeset?reponame=&old=3614762%40wpify-woo&new=3614762%40wpify-woo shows the upstream correction, but an exact tagged patched version is not independently confirmed from the provided data, so verify the installed version against the Wordfence advisory before deploying. Until patched, restrict who holds Shop Manager and manage_woocommerce - audit and remove unnecessary staff accounts, since the flaw is only reachable by those roles. As a compensating control, block or require additional authentication on POST /wp-json/wpify-woo/v1/option at a WAF or reverse proxy (side effect: legitimate plugin settings saves through this REST route will break, so scope the rule to untrusted sources), and monitor wp_options for unexpected changes to default_role, users_can_register, and active_plugins. Confirm details via https://www.wordfence.com/threat-intel/vulnerabilities/id/a9b8f2d5-a2c5-4f90-ab1d-4e17f7a7996e?source=cve

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

EUVD-2026-48465 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy