What the vulnerability does
01Description
The Subscriptions for WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `wps_sfw_admin_cancel_susbcription()` function in all versions up to, and including, 1.9.2. This is due to the function being hooked to the `init` action without any authentication or authorization checks, and only performing a non-empty check on the nonce parameter without actually validating it via `wp_verify_nonce()`. This makes it possible for unauthenticated attackers to cancel any active WooCommerce subscription by sending a crafted GET request with an arbitrary nonce value via the `wps_subscription_id` parameter.
Explanation of Vulnerability in Simple Terms
02Summary
The Subscriptions for WooCommerce plugin through version 1.9.2 lacks proper authorization checks, allowing unauthenticated attackers to modify subscription data via network requests. No user interaction is required. The vulnerability affects the integrity of subscription records but does not expose sensitive data or cause service disruption.
What an attacker can do
03Attacker Capabilities
Modify subscription data without authentication or permission.
Potential impact on your site
04Site Impact
Attackers can alter subscription records, potentially disrupting billing or customer service workflows.
Conditions required to exploit
05Prerequisites
Network access to the site; no authentication or user interaction required.
Key dates
06Disclosure timeline
March 18, 2026
CVE published
April 8, 2026
Record updated