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
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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
- Received
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-15404The Lpagery plugin for WordPress is vulnerable to Stored Cro…6.4
- CVE-2026-15407The Themify Builder plugin for WordPress is vulnerable to au…4.3
- 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-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-1542The Super Stage WP WordPress plugin through 1.0.1 unserializ…6.5
- CVE-2026-15420The Nexter Blocks – Gutenberg Blocks, Page Builder & AI Webs…4.3
- CVE-2026-15422The illumos SCTP inbound path performs association lookup fo…9.1
- CVE-2026-15425The Yoast SEO – Advanced SEO with real-time guidance and bui…6.4
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
