CVE-2026-52837

Easy!Appointments is a self hosted appointment scheduler. In versions up to and including 1.5.2, the booking reschedule view at `/index.php/booking/reschedule/{appointment_hash}` (handled by `Booking::index()`) embeds the entire customer record as inline JavaScript (`const vars = {... "customer_data": {...}, ...}`) without authentication and without field whitelisting. Anyone in possession of the 12-character `appointment_hash` — which appears in plain text in reschedule emails, confirmation page URLs, and operator-side calendar links — can read every column of that customer's row in the `ea_users` table. Version 1.6.0 contains a patch.
CVSS

No CVSS.

Configurations

No configuration.

History

21 Jul 2026, 19:17

Type Values Removed Values Added
References () https://github.com/alextselegidis/easyappointments/security/advisories/GHSA-xgr6-pqjv-3pf8 - () https://github.com/alextselegidis/easyappointments/security/advisories/GHSA-xgr6-pqjv-3pf8 -

14 Jul 2026, 16:17

Type Values Removed Values Added
References
  • {'url': 'https://github.com/alextselegidis/easyappointments/commit/629a0415f54f75556c17f4f5d9c77fda1fdbdeae', 'source': 'security-advisories@github.com'}
  • () https://github.com/alextselegidis/easyappointments/commit/725eafa647308846ce887657db12771a829e42ef -

14 Jul 2026, 15:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-14 15:17

Updated : 2026-07-21 19:17


NVD link : CVE-2026-52837

Mitre link : CVE-2026-52837

CVE.ORG link : CVE-2026-52837


JSON object : View

Products Affected

No product.

CWE
CWE-200

Exposure of Sensitive Information to an Unauthorized Actor

CWE-639

Authorization Bypass Through User-Controlled Key