Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-52839
Published:July 14, 2026
Updated:August 04, 2026
Easy!Appointments is a self hosted appointment scheduler. Versions prior to 1.6.0 correctly filter provider-scoped appointments in the "appointments/search" response, proving that provider isolation is an intended security boundary. However, the direct mutation endpoints "appointments/store" and "appointments/update" only check generic appointment privileges and never verify that the submitted "id_users_provider" belongs to the current session. A normal authenticated provider can inject new appointments into another provider's schedule via "store", or reassign existing appointments into a foreign provider's calendar via "update". The "store" path contains an additional write-before-crash bug: the unauthorized row is committed to the database before the controller crashes on a type error, so the attacker receives an error response while the foreign appointment is already persisted. Version 1.6.0 patches the issue.
Affected Packages
https://github.com/alextselegidis/easyappointments.git (GITHUB):
Affected version(s) >=1.5.0 <1.6.0
Fix Suggestion:
Update to version 1.6.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
2.1
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
3.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Authorization Bypass Through User-Controlled Key
Missing Authorization
EPSS
Base Score:
0.15