Description
The Subscriptions for WooCommerce WordPress plugin before 2.0.3 does not correctly validate the shared secret protecting one of its REST endpoints, allowing unauthenticated users to retrieve the store's full list of subscriptions, including customer usernames, product names, recurring amounts and payment dates.
Published: 2026-09-16
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated Subscription Data Disclosure
Action: Immediate Patch
AI Analysis

Impact

The Subscriptions for WooCommerce WordPress plugin before version 2.0.3 fails to validate the shared secret protecting a REST API endpoint, allowing any unauthenticated user to retrieve the store’s full list of subscriptions. An attacker can obtain customer usernames, product names, recurring amounts and payment dates, resulting in a confidential data breach. This vulnerability represents an improper authorization failure (CWE‑285) and a sensitive data exposure (CWE‑200).

Affected Systems

Any WordPress site running the Subscriptions for WooCommerce plugin with a version older than 2.0.3 is affected. No other vendor or product details are listed, so the risk applies solely to installations of this plugin that have not yet been updated.

Risk and Exploitability

The EPSS score is below 1 %, indicating a very low probability of exploitation as reported at the time of analysis. The vulnerability is not cataloged in CISA’s KEV list and its CVSS metrics are not provided, but the fact that the endpoint is exposed to anyone on the network means a remote attacker could deploy a simple HTTP request to harvest subscription data. As the threat does not require elevated privileges or advanced capabilities, the potential impact is serious only if the exploit is discovered.

Generated by OpenCVE AI on September 16, 2026 at 16:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official update to Subscriptions for WooCommerce version 2.0.3 or later to restore proper secret key validation.
  • Disable or restrict access to the vulnerable REST API endpoint if an immediate upgrade is not possible.
  • Ensure that WordPress REST API authentication is properly enforced and consider implementing additional IP filtering for the endpoint.

Generated by OpenCVE AI on September 16, 2026 at 16:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 17 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-285

Wed, 16 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Subscriptions for WooCommerce WordPress plugin before 2.0.3 does not correctly validate the shared secret protecting one of its REST endpoints, allowing unauthenticated users to retrieve the store's full list of subscriptions, including customer usernames, product names, recurring amounts and payment dates.
Title Subscriptions for WooCommerce < 2.0.3 - Unauthenticated Subscription Data Disclosure via REST API Secret Key Bypass
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-17T12:33:12.863Z

Reserved: 2026-09-09T13:01:53.640Z

Link: CVE-2026-87854

cve-icon Vulnrichment

Updated: 2026-09-17T12:15:42.807Z

cve-icon NVD

Status : Deferred

Published: 2026-09-16T06:16:35.240

Modified: 2026-09-17T13:16:56.583

Link: CVE-2026-87854

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T16:45:18Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-285

    Improper Authorization