Description
The Appointment Booking Calendar plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.6.10.6. This is due to a flawed authorization logic in the nonce_permissions_check() method combined with the public exposure of a site-wide reusable nonce. The plugin exposes a public_nonce value through the /wp-json/ssa/v1/embed-inner endpoint, which is accessible to unauthenticated users. The appointment deletion endpoint at /wp-json/ssa/v1/appointments/{id}/delete and /wp-json/ssa/v1/appointments/bulk use a permission check that accepts requests containing both an X-WP-Nonce header (with any arbitrary value) and an X-PUBLIC-Nonce header (with the valid public nonce). When the X-WP-Nonce validation fails, the function falls back to validating the X-PUBLIC-Nonce without properly rejecting the request. Since the public_nonce is exposed to all unauthenticated visitors and is site-wide (not user-specific or appointment-specific), attackers can obtain it and use it to view details of arbitrary appointments, including the public_edit_url, or delete arbitrary appointments by ID. This makes it possible for unauthenticated attackers to view, delete or modify any appointment in the system, disclosing sensitive appointment data, causing service disruption, and loss of booking records.
Published: 2026-05-07
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Appointment Booking Calendar plugin for WordPress suffers from a missing authorization flaw, a CWE-862 vulnerability, rooted in its nonce validation logic. The plugin exposes a site‑wide public_nonce through the /wp-json/ssa/v1/embed-inner endpoint, which is accessible to anyone. The appointment deletion endpoint accepts an X‑WP‑Nonce and an X‑PUBLIC‑Nonce; if the first fails, the request is incorrectly allowed to succeed by validating the second without proper rejection. This defect lets unauthenticated users retrieve appointment details, including sensitive URLs, and delete or modify any appointment by ID, thereby exposing confidential data and disrupting booking services.

Affected Systems

The vulnerability impacts the croixhaug Appointment Booking Calendar (Simply Schedule Appointments Booking Plugin) for WordPress in all releases up to and including 1.6.10.6. Any site running these plugin versions with publicly accessible REST API endpoints is susceptible.

Risk and Exploitability

With a CVSS score of 6.5 the risk is moderate; the EPSS score is not available, yet the public nonce exposure makes exploitation trivial for an unauthenticated attacker. The flaw is not listed in the CISA KEV catalog. An attacker can craft HTTP requests to the /wp-json/ssa/v1/appointments/* endpoints, supply any X‑WP‑Nonce value together with the valid public nonce from /wp-json/ssa/v1/embed-inner, and immediately view, alter, or delete arbitrary appointments without any authentication or firewall bypass.

Generated by OpenCVE AI on May 7, 2026 at 04:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Appointment Booking Calendar plugin to the latest version that corrects the nonce validation flaw
  • If an immediate upgrade is not possible, configure WordPress or the web server to block unauthenticated access to the /wp-json/ssa/v1/appointments/ endpoints or enforce authentication for any request using X‑WP‑Nonce and X‑PUBLIC‑Nonce headers
  • Disable or restrict the /wp-json/ssa/v1/embed‑inner endpoint so that the public nonce is no longer exposed to unauthenticated users

Generated by OpenCVE AI on May 7, 2026 at 04:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 07 May 2026 04:45:00 +0000

Type Values Removed Values Added
First Time appeared Croixhaug
Croixhaug appointment Booking Calendar — Simply Schedule Appointments Booking Plugin
Wordpress
Wordpress wordpress
Vendors & Products Croixhaug
Croixhaug appointment Booking Calendar — Simply Schedule Appointments Booking Plugin
Wordpress
Wordpress wordpress

Thu, 07 May 2026 03:00:00 +0000

Type Values Removed Values Added
Description The Appointment Booking Calendar plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.6.10.6. This is due to a flawed authorization logic in the nonce_permissions_check() method combined with the public exposure of a site-wide reusable nonce. The plugin exposes a public_nonce value through the /wp-json/ssa/v1/embed-inner endpoint, which is accessible to unauthenticated users. The appointment deletion endpoint at /wp-json/ssa/v1/appointments/{id}/delete and /wp-json/ssa/v1/appointments/bulk use a permission check that accepts requests containing both an X-WP-Nonce header (with any arbitrary value) and an X-PUBLIC-Nonce header (with the valid public nonce). When the X-WP-Nonce validation fails, the function falls back to validating the X-PUBLIC-Nonce without properly rejecting the request. Since the public_nonce is exposed to all unauthenticated visitors and is site-wide (not user-specific or appointment-specific), attackers can obtain it and use it to view details of arbitrary appointments, including the public_edit_url, or delete arbitrary appointments by ID. This makes it possible for unauthenticated attackers to view, delete or modify any appointment in the system, disclosing sensitive appointment data, causing service disruption, and loss of booking records.
Title Appointment Booking Calendar <= 1.6.10.6 - Unauthenticated Arbitrary Appointment View, Modification and Deletion
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Croixhaug Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-05-07T02:27:12.208Z

Reserved: 2026-03-25T12:28:32.101Z

Link: CVE-2026-4807

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-05-07T03:16:08.673

Modified: 2026-05-07T14:00:05.650

Link: CVE-2026-4807

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-07T05:00:12Z

Weaknesses