Description
The ShinyStat Analytics WordPress plugin before 1.0.17 does not perform any authorization check on one of its REST API endpoints, allowing unauthenticated users to retrieve information about non-published (e.g. draft, pending or private) WooCommerce products.
Published: 2026-07-29
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ShinyStat Analytics WordPress plugin, versions prior to 1.0.17, contains a REST API endpoint that performs no authorization checks, allowing anyone to retrieve details of WooCommerce products that are in draft, pending, or private states. This represents an information disclosure vulnerability (CWE-200), whereby confidential product data can be exposed to unauthenticated users.

Affected Systems

Any WordPress site running the ShinyStat Analytics plugin before version 1.0.17 is affected. Sites that use WooCommerce for product management are particularly vulnerable because the exposed data pertains to non-public products configured within WooCommerce. No specific plugin version list is provided beyond the cutoff of 1.0.17.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, and the EPSS score of < 1% suggests a low likelihood of real‑world exploitation at present. Because the vulnerable endpoint is publicly accessible without credentials, an attacker could simply issue a HTTP request to recover non‑published product information, but the impact remains limited to disclosure of internal data rather than full system compromise. The vulnerability is not listed in the CISA KEV catalog, further indicating that no widespread active exploits have been reported.

Generated by OpenCVE AI on August 3, 2026 at 13:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the ShinyStat Analytics plugin to version 1.0.17 or later, which removes the unauthenticated REST endpoint.
  • If an immediate upgrade is impossible, restrict or disable the vulnerable API route using a web‑application firewall or by editing the .htaccess file to deny access to the specific endpoint path (e.g., /wp-json/shinystat/v1/…).
  • After applying the mitigation, conduct a test from an anonymous user session to confirm that non‑published WooCommerce product data is no longer returned via the API.

Generated by OpenCVE AI on August 3, 2026 at 13:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
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, 29 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description The ShinyStat Analytics WordPress plugin before 1.0.17 does not perform any authorization check on one of its REST API endpoints, allowing unauthenticated users to retrieve information about non-published (e.g. draft, pending or private) WooCommerce products.
Title ShinyStat Analytics < 1.0.17 - Unauthenticated Non-Published Product Information Disclosure
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-29T12:54:59.808Z

Reserved: 2026-06-05T11:12:04.961Z

Link: CVE-2026-11351

cve-icon Vulnrichment

Updated: 2026-07-29T12:53:44.820Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T07:16:40.130

Modified: 2026-07-30T14:16:31.463

Link: CVE-2026-11351

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:00:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor