Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/subscriptions-for-woocommerce/tags/1.
- https://plugins.trac.wordpress.org/browser/subscriptions-for-woocommerce/tags/1.
- https://plugins.trac.wordpress.org/browser/subscriptions-for-woocommerce/trunk/a
- https://plugins.trac.wordpress.org/browser/subscriptions-for-woocommerce/trunk/i
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new
- https://www.wordfence.com/threat-intel/vulnerabilities/id/eabfdf29-eca9-4e4b-b80
FAQ
What is CVE-2026-1926?
CVE-2026-1926 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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...
How severe is CVE-2026-1926?
CVE-2026-1926 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-1926?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.