CyberRota Analysis
AI-GeneratedEasy!Appointments versions up to 1.5.2 expose sensitive customer data through the booking reschedule view, where the entire customer record is embedded as inline JavaScript without proper authentication or field whitelisting. This vulnerability allows anyone with the 12-character appointment hash to access all columns of a customer's data in the `ea_users` table. Organizations using affected versions should prioritize upgrading to version 1.6.0 to mitigate the risk of unauthorized data exposure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.