A AegiFlow
HIGHCVSS 7.1EPSS 0.2%

CVE-2026-55651

Easy!Appointments Vulnerable to Appointments Takeover via Excessive Data Exposure

Published
2026-07-29
Modified
2026-07-29
EPSS percentile
8%
Aliases
GHSA-4vmm-5qvc-w5p7
Sources
github-advisory

Summary

### 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.” 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. 3. With this hash, we then go to the endpoint /calendar/reschedule/{hash} with the provider “test test,” where we can check some information about the appointment. 4. By changing the provider to “test test,” it is possible to change the appointment provider. 5. By saving, we can verify that the appointment is now in the “test test” provider, thus disappearing from the “John Doe” provider calendar. Provider "test test" Calendar: Provider "John Doe" Calendar: 5.1. Since we have takeover the appointment, it is possible to cancel/delete it. ### Recommendation When making the POST request to the /customers/search endpoint, only return appointments that belong to the provider sending the request. This way, the provider does not have access to the random hash and cannot perform the takeover.

Affected packages

EcosystemPackageAffected versionsFixed versions
Packagistalextselegidis/easyappointments

Remediation: No patched version is listed by GitHub.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.