CVE-2026-15414
Last modified
CVE-2026-15414 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. The Subscriptions for WooCommerce plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 2.0.0. This is due to the `save_meta_boxes()` function persisting the `_wps_plan_user_role` membership plan meta from `$_POST` without an allowlist that excludes privileged roles — the only validations applied, `sanitize_key()` and `wp_roles()->is_role()`, both accept `'administrator'` as a valid value, and the UI's `disabled` attribute on the role dropdown is a client-side-only control trivially bypassed via DevTools or a direct POST request; additionally, because the `wps_membership_plan` custom post type is registered with `capability_type => 'post'`, any user who can edit posts satisfies the `current_user_can('edit_post', $post_id)` guard in `save_meta_boxes()`. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
The Subscriptions for WooCommerce plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 2.0.0. This is due to the `save_meta_boxes()` function persisting the `_wps_plan_user_role` membership plan meta from `$_POST` without an allowlist that excludes privileged roles — the only validations applied, `sanitize_key()` and `wp_roles()->is_role()`, both accept `'administrator'` as a valid value, and the UI's `disabled` attribute on the role dropdown is a client-side-only control trivially bypassed via DevTools or a direct POST request; additionally, because the `wps_membership_plan` custom post type is registered with `capability_type => 'post'`, any user who can edit posts satisfies the `current_user_can('edit_post', $post_id)` guard in `save_meta_boxes()`. This makes it possible for authenticated attackers, with Contributor-level access and above, to escalate their privileges to Administrator by storing `'administrator'` as the role granted on membership acquisition, which the Pro companion plugin then applies via `add_role()` during membership lifecycle events. Successful exploitation requires the Subscriptions for WooCommerce Pro companion plugin to be active, as it is the component that reads the stored `_wps_plan_user_role` meta via `get_post_meta()` and calls `add_role()` to apply the role during membership lifecycle events.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wpswings | Subscriptions for WooCommerce | <= 2.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15414?
How severe is CVE-2026-15414?
How do I fix CVE-2026-15414?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15409A Server-side request forgery (SSRF) vulnerability has been …10
- CVE-2026-1541The Avada (Fusion) Builder plugin for WordPress is vulnerabl…4.3
- CVE-2026-15410Post-authentication improper control of generation of code (…7.2
- CVE-2026-15411The StoreGrowth: Smart Sales Booster for WooCommerce | BOGO,…5.3
- CVE-2026-15412IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…6.5
- CVE-2026-15413The Link Factory WordPress plugin is a backdoor. Distributed…10
- CVE-2026-15415AWS HealthOmics is a HIPAA-eligible service that fully manag…6.8
- CVE-2026-15416A flaw was identified in Argo CD, the GitOps engine used by …8.9
- CVE-2026-15417In the silabser.sys Windows 8 driver for CP210x devices, a l…6.9
- CVE-2026-15418In the silabser.sys driver for CP210x devices v11.5.0 and ea…2.4
- CVE-2026-15419In the silabser.sys driver for CP210x devices v11.5.0 and ea…7
- CVE-2026-1542The Super Stage WP WordPress plugin through 1.0.1 unserializ…6.5
Are you affected by CVE-2026-15414?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
