CVE-2026-48077
Published:August 06, 2026
Updated:September 01, 2026
OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.1.0, the GET handler at "/api/tenants/{id}/appointments/{appointmentId}" performs no authorization check before returning the appointment record. Any party who knows or obtains a valid appointment UUID receives the full row, including channel and agent IDs, time and timezone, status, and the AES-GCM ciphertext components ("encryptedPayload", "iv", "authTag", "dataKey"). The same file's DELETE handler calls "checkPermission(locals, tenantId, true)" before allowing deletion. The intent is clear: appointment records are tenant-scoped and require authentication to access. The GET handler is missing the equivalent call. The middleware chain ("apiAuthHandle", "authGuard") does not compensate: API paths bypass "authGuard" entirely, and "apiAuthHandle" does not block requests to non-admin paths when no token is present. Version 1.1.0 patches the issue.
Affected Packages
https://github.com/open-reception/appointment-booking-software.git (GITHUB):
Affected version(s) >=v1.0.0 <v1.1.0Fix Suggestion:
Update to version v1.1.0Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Missing Authorization
EPSS
Base Score:
0.31