PatchSiren cyber security CVE debrief
CVE-2026-15103 getwpfunnels CVE debrief
The WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin for WordPress is vulnerable to Privilege Escalation via arbitrary option update in all versions up to, and including, 3.12.8. This vulnerability allows authenticated attackers with the `wpf_manage_funnels` capability and above to elevate their privileges to administrator by writing a crafted role definition containing arbitrary capabilities into the `wp_user_roles` option, thereby granting any WordPress role full site administrator access.
- Vendor
- getwpfunnels
- Product
- WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-16
- Original CVE updated
- 2026-07-16
- Advisory published
- 2026-07-16
- Advisory updated
- 2026-07-16
Who should care
Authenticated attackers with the `wpf_manage_funnels` capability and above can exploit this vulnerability to elevate their privileges to administrator. This role is typically assigned to the Funnel Manager custom role created by the plugin, meaning this role is the minimum required to exploit the vulnerability.
Technical summary
The `update_settings()` REST callback fails to validate the `group_id` path parameter against an allowlist of permitted option names before passing it directly to `get_option()` and `update_option()`, allowing the built-in `wp_user_roles` option to be targeted. This makes it possible for authenticated attackers with the `wpf_manage_funnels` capability and above to elevate their privileges to administrator.
Defensive priority
High
Recommended defensive actions
- Inventory and verify the presence of WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin version 3.12.8 or earlier.
- Restrict access to the `wpf_manage_funnels` capability to trusted roles.
- Monitor for suspicious role definition changes.
- Implement compensating controls to limit the impact of potential privilege escalation.
- Apply vendor remediation as soon as it becomes available.
- Review relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record was published on 2026-07-16T09:16:17.677Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the vendor. The `wpf_manage_funnels` capability is typically assigned to the Funnel Manager custom role created by the plugin.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-16T09:16:17.677Z and has not been modified since then.