CVE-2026-48077
Last modified
CVE-2026-48077 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| open-reception | appointment-booking-software | < 1.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48077?
How severe is CVE-2026-48077?
How do I fix CVE-2026-48077?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48069@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-4807The Appointment Booking Calendar plugin for WordPress is vul…6.5
- CVE-2026-48071OpenReception's appointment booking software provides an end…5.8
- CVE-2026-48074OpenReception's appointment booking software provides an end…2.7
- CVE-2026-48075OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48076OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48078OpenReception's appointment booking software provides an end…5.3
- CVE-2026-48079OpenReception's appointment booking software provides an end…7.4
- CVE-2026-4808The Gerador de Certificados – DevApps plugin for WordPress i…7.2
- CVE-2026-48080OpenReception's appointment booking software provides an end…8
- CVE-2026-48081OpenReception's appointment booking software provides an end…8.1
- CVE-2026-48082OpenReception's appointment booking software provides an end…3.7
Are you affected by CVE-2026-48077?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
