Description
The Simply Schedule Appointments WordPress plugin before 1.6.12.17 does not restrict the user records returned by some of its REST endpoints to those the requester is entitled to see, allowing users with a low-privileged staff role to disclose the names and email addresses of arbitrary registered users.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simply Schedule Appointments WordPress plugin versions before 1.6.12.17 fails to enforce proper authorization on its REST endpoints. As a result, a user with a low‑privileged staff role can issue API requests that return the names and email addresses of any registered user in the system. This flaw allows an attacker who has limited access privileges to obtain sensitive personal information belonging to arbitrary users.

Affected Systems

WordPress installations running the Simply Schedule Appointments plugin any version earlier than 1.6.12.17 are affected. The vulnerability manifests in the plugin’s Users and Customers REST endpoints and applies to all sites where the plugin is activated.

Risk and Exploitability

Because the flaw is accessed through standard REST API calls, the likely attack vector involves a low‑privilege account already authenticated to the WordPress site. No CVSS score is provided, and EPSS data is unavailable; the vulnerability is not listed in the CISA KEV catalog. The risk is moderate: an attacker can retrieve personal data without needing elevated privileges, but cannot alter, delete, or exfiltrate data beyond what the API returns. The impact is limited to identity exposure rather than broader system compromise.

Generated by OpenCVE AI on August 15, 2026 at 07:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Simply Schedule Appointments plugin to version 1.6.12.17 or later, which enforces proper role restrictions on REST responses.
  • If an immediate update is not feasible, restrict REST API access to authenticated users only, and further limit the exposed data to read‑only endpoints with appropriate role checks.
  • Consider disabling the vulnerable REST endpoints through configuration or custom code until the plugin is patched by validating the requester's role before returning user lists.

Generated by OpenCVE AI on August 15, 2026 at 07:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 07:45:00 +0000

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

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Simply Schedule Appointments WordPress plugin before 1.6.12.17 does not restrict the user records returned by some of its REST endpoints to those the requester is entitled to see, allowing users with a low-privileged staff role to disclose the names and email addresses of arbitrary registered users.
Title Simply Schedule Appointments < 1.6.12.17 - Team Member+ User Email Disclosure via Users and Customers REST Endpoints
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-15T06:00:14.643Z

Reserved: 2026-07-22T09:40:21.237Z

Link: CVE-2026-16541

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:17:08.280

Modified: 2026-08-15T06:17:08.280

Link: CVE-2026-16541

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T07:30:05Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-285

    Improper Authorization