CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

GHSA-4vmm-5qvc-w5p7: Easy!Appointments Vulnerable to Appointments Takeover via Excessive Data Exposure

highCVSS 7.1CVE-2026-55651
Summary An Excessive Data Exposure vulnerability in the customers search endpoint allows an authenticated user to obtain appointment hashes belonging to other users. Using these hashes, an attacker can modify or delete appointments of other providers, resulting in an Appointments Takeover. Details The customers search endpoint exposes excessive information, including appointment hashes, to any authenticated user without proper authorization checks. These hashes uniquely identify appointments that do not belong to the searching user. By reusing the obtained hashes, an attacker can interact with appointment management endpoints, allowing the modification or deletion of third-party appointments. The lack of object-level authorization controls leads to an Appointments Takeover, impacting data confidentiality and integrity. Impact This vulnerability allows an authenticated user to take control of appointments belonging to other users. By obtaining and reusing the exposed hashes, an attacker can view, modify, or delete appointments of other providers, compromising data integrity and confidentiality. This may result in unauthorized appointment cancellations or modifications, operational disruption of the service. PoC 1. Let's start by viewing an appointment with the provider “Jane Doe.” <img width="1912" height="880" alt="image" src="https://github.com/user-attachments/assets/57bc0094-6e7f-4ccc-bde4-5604acd1debd" /> 2. Now, with the provider “test test” (another provider), let's send the request to /customers/search, where we can verify that the customer “Joe Shmoe” is on the list. This makes it possible to extract the hash of the appointment associated with the user Jane Doe, because the response is returning excessive data. <img width="579" height="647" alt="image" src="https://github.com/user-attachments/assets/67897f21-d5a6-4edc-bed7-75c23465290b" /> 3. With this hash, we then go to the endpoint /calendar/reschedule/{hash} with the provider “test test,” where

Details

Source
GitHub Security Advisories (INTL · database · site)
Severity
high — CVSS 7.1
Published
2026-07-29
Last updated
2026-07-29
Exploitation
Not in CISA KEV at last sync

Original advisory: https://github.com/advisories/GHSA-4vmm-5qvc-w5p7

Exploitation outlook

EPSS (FIRST.org) estimates each CVE’s probability of exploitation in the next 30 days — here is the CSIRTS.com read on those numbers.

Referenced CVEs

CVECSIRTS overviewExternal
CVE-2026-55651coverage & exploitation statusNVD · CVE.org

Same CVEs, other sources

How other CERTs, PSIRTs and databases cover the vulnerabilities in this advisory.

More from GitHub Security Advisories