CVE-2026-56061
Deferred Deferred - Pending Action

Unauthenticated Broken Access Control in Subscriptions for WooCommerce

Vulnerability report for CVE-2026-56061, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-26

Last updated on: 2026-06-29

Assigner: Patchstack

Description

Unauthenticated Broken Access Control in Subscriptions for WooCommerce <= 1.9.5 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-26
Last Modified
2026-06-29
Generated
2026-07-16
AI Q&A
2026-06-26
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
woocommerce subscriptions_for_woocommerce to 1.9.6 (exc)
woocommerce subscriptions to 1.9.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56061 is a Broken Access Control vulnerability in the WordPress Subscriptions for WooCommerce Plugin versions 1.9.5 and below.

This vulnerability allows unauthenticated users to perform actions that normally require higher privileges because the plugin lacks proper authorization, authentication, or nonce token checks.

Detection Guidance

The vulnerability affects Subscriptions for WooCommerce Plugin versions 1.9.5 and below, allowing unauthenticated users to perform higher-privileged actions due to broken access control.

Detection involves verifying the plugin version installed on your WordPress site and checking for unauthorized access attempts or suspicious activity related to subscription management.

You can detect the vulnerable plugin version by running commands to check the installed plugin version, for example:

  • Using WP-CLI to check plugin version: wp plugin list | grep subscriptions-for-woocommerce
  • Manually inspecting the plugin version in the WordPress admin dashboard under Plugins.

To detect exploitation attempts on your network, monitor web server logs for unusual or unauthorized requests targeting subscription-related endpoints, especially from unauthenticated sources.

Example command to search Apache or Nginx logs for suspicious access patterns:

  • grep -i 'subscriptions-for-woocommerce' /var/log/apache2/access.log
  • grep -i 'subscriptions-for-woocommerce' /var/log/nginx/access.log

Additionally, look for HTTP requests that attempt to perform privileged actions without authentication.

Impact Analysis

The vulnerability can lead to unauthorized users performing privileged actions on affected websites without authentication.

This poses a risk of mass exploitation campaigns targeting thousands of websites using the vulnerable plugin.

Users of the plugin are advised to update to version 1.9.6 immediately or seek assistance from their hosting provider or developer to mitigate this risk.

Compliance Impact

The provided information does not specify how the Broken Access Control vulnerability in Subscriptions for WooCommerce affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

The vulnerability affects Subscriptions for WooCommerce Plugin versions 1.9.5 and below.

To mitigate this vulnerability, you should immediately update the plugin to version 1.9.6 or later.

Alternatively, seek assistance from your hosting provider or developer to apply the necessary patches.

If you use Patchstack, enable auto-updates for vulnerable plugins to ensure timely patching.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56061. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart