Description
The Appointment Bookings for Zoom GoogleMeet and more – Wappointment plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to and including 2.7.6 via the `appointmentkey` parameter due to the appointment `edit_key` — the sole authorization token consumed by `tryCancel()` — being generated as a predictable, unsalted MD5 hash of only `client_id` (a sequential integer), `start_at` (a publicly observable appointment timestamp), and `staff_id` (a small enumerable integer), with no secret salt or random component, and the unauthenticated cancellation and rescheduling REST endpoints performing no ownership or identity verification beyond matching this reconstructible key. This makes it possible for unauthenticated attackers to compute valid `edit_key` values for appointments belonging to other users and cancel or reschedule those appointments arbitrarily. Exploitation requires the `allow_cancellation` or `allow_rescheduling` setting to be enabled on the site, both of which are common configurations for active booking deployments; an attacker can obtain the inputs needed to reconstruct a victim's key by booking their own appointment to observe their sequential `client_id` and correlating publicly visible appointment times and enumerable staff identifiers.
Published: 2026-07-02
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Wappointment WordPress plugin is vulnerable to an Insecure Direct Object Reference weakness (CWE‑639). The plugin generates an appointment edit key by hashing together a client identifier, the appointment start time, and a staff identifier using MD5 without a secret salt. Because each value is publicly visible or sequential, an attacker can reconstruct a valid key for any booking. Once a key is known, the unauthenticated REST endpoints that cancel or reschedule appointments can be called, causing arbitrary manipulation of other users’ bookings. This flaw allows an attacker to cancel or reschedule any appointment belonging to anyone on the site without requiring authentication.

Affected Systems

The vulnerability applies to every WordPress installation that uses any version of Wappointment up through 2.7.6 and has the allow_cancellation or allow_rescheduling settings enabled. These configuration options are commonly turned on for active booking deployments, extending the potential impact to a wide range of sites that have not applied a patch or changed the configuration.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, while the EPSS score of less than 1 % suggests that active exploitation of this flaw is currently uncommon. The vulnerability is not listed in the CISA KEV catalog. The attacker does not need to be authenticated; by simply booking an appointment they can learn the sequential client_id, observe the publicly visible start time, and correlate a staff identifier. With these three pieces they can compute the edit key and invoke the REST endpoints. The absence of any ownership or identity checks makes the flaw highly exploitable for any site running the vulnerable configuration.

Generated by OpenCVE AI on July 15, 2026 at 20:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Wappointment to the latest release, which removes the predictable key derivation
  • Temporarily disable the allow_cancellation and allow_rescheduling options until the patch is applied or an alternative control is implemented
  • Implement additional access controls on the cancellation and rescheduling REST endpoints so that only authenticated users or users owning the appointment can invoke them

Generated by OpenCVE AI on July 15, 2026 at 20:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Wappointment
Wappointment appointment Bookings For Zoom Googlemeet And More – Wappointment
Wordpress
Wordpress wordpress
Vendors & Products Wappointment
Wappointment appointment Bookings For Zoom Googlemeet And More – Wappointment
Wordpress
Wordpress wordpress

Thu, 02 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Description The Appointment Bookings for Zoom GoogleMeet and more – Wappointment plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to and including 2.7.6 via the `appointmentkey` parameter due to the appointment `edit_key` — the sole authorization token consumed by `tryCancel()` — being generated as a predictable, unsalted MD5 hash of only `client_id` (a sequential integer), `start_at` (a publicly observable appointment timestamp), and `staff_id` (a small enumerable integer), with no secret salt or random component, and the unauthenticated cancellation and rescheduling REST endpoints performing no ownership or identity verification beyond matching this reconstructible key. This makes it possible for unauthenticated attackers to compute valid `edit_key` values for appointments belonging to other users and cancel or reschedule those appointments arbitrarily. Exploitation requires the `allow_cancellation` or `allow_rescheduling` setting to be enabled on the site, both of which are common configurations for active booking deployments; an attacker can obtain the inputs needed to reconstruct a victim's key by booking their own appointment to observe their sequential `client_id` and correlating publicly visible appointment times and enumerable staff identifiers.
Title Appointment Bookings for Zoom GoogleMeet and more – Wappointment <= 2.7.6 - Unauthenticated Insecure Direct Object Reference via Predictable 'edit_key' / 'appointmentkey' Parameter
Weaknesses CWE-639
References
Metrics cvssV3_1

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


Subscriptions

Wappointment Appointment Bookings For Zoom Googlemeet And More – Wappointment
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-02T19:41:53.548Z

Reserved: 2026-05-21T15:04:38.302Z

Link: CVE-2026-9188

cve-icon Vulnrichment

Updated: 2026-07-02T19:41:49.103Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-15T20:45:15Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key