logo

CVE-2022-0482 alextselegidis/easyappointments

Package

Manager: composer
Name: alextselegidis/easyappointments
Vulnerable Version: >=0 <1.4.3

Severity

Level: Critical

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

EPSS: 0.93021 pctl0.9977

Details

Exposure of Private Personal Information to an Unauthorized Actor in alextselegidis/easyappointments The software is a booking management system that has a public form to place bookings, and a private area for the calendar and management of services, users, settings, etc. There is a backend API that allows data manipulation, including listing the appointments for a specific time range. This happens on this endpoint: /index.php/backend_api/ajax_get_calendar_events Unfortunately, there is no authentication / permissions-check on that endpoint, the only required parameters in a POST request are "startDate", "endDate" and "csrfToken". Because the csrfToken can be obtained by any unauthenticated user just visiting the public form (and is valid for the backend as well), any attacker can query the backend API and obtain all sorts of private information about the appointment, in JSON format.

Metadata

Created: 2022-03-10T00:00:40Z
Modified: 2022-04-17T17:13:16Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/03/GHSA-r6cm-wg48-rh2r/GHSA-r6cm-wg48-rh2r.json
CWE IDs: ["CWE-359", "CWE-863"]
Alternative ID: GHSA-r6cm-wg48-rh2r
Finding: F038
Auto approve: 1