SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-15369

CRITICAL · CVSS 9.8 EPSS 0.40% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-29 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Custom User Registration Fields for WooCommerce plugin for WordPress is vulnerable to privilege escalation, allowing unauthenticated attackers to gain Administrator access by manipulating the role assigned during account creation via the WooCommerce Store API. This critical flaw exists in versions up to 2.2.3 and arises from the plugin's failure to validate user roles against its allowed list before applying them. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15369
Severity
CRITICAL
CVSS
9.8
EPSS
0.40%
WordPress

Original NVD Description

The Custom User Registration Fields for WooCommerce plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 2.2.3. This is due to the plugin accepting an attacker-controlled afreg_select_user_role value from the unauthenticated WooCommerce Store API /wc/store/v1/checkout request in the af_reg_checkout_data_to_order_meta_data_block() function, persisting it in order meta, and then passing it directly to WP_User::add_role() in the af_reg_custom_order_processing_function() function (hooked to woocommerce_thankyou) without validating against the plugin's admin-configured allowed role list. This makes it possible for unauthenticated attackers to elevate their privileges to Administrator by creating an account during checkout with a modified JSON body specifying administrator (or any other role slug) as the desired role. Note: The exploit requires the "User Role Selection" setting to be enabled.