CVE-2026-48078
Last modified
CVE-2026-48078 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.0.5, the unauthenticated `/api/tenants/{id}/schedule` endpoint returns every non-archived channel for a tenant regardless of the channel's `isPublic` flag. EPSS estimates a 0.25% 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.0.5, the unauthenticated `/api/tenants/{id}/schedule` endpoint returns every non-archived channel for a tenant regardless of the channel's `isPublic` flag. Channels marked `isPublic = false` are intended to be invisible to public callers; the dashboard creates them deliberately to hide internal-only services from the patient booking UI. The schedule endpoint ignores the flag entirely and discloses channel names, descriptions, IDs, agent associations, pause status, confirmation requirements, and computed slot availability for the requested date range. The asymmetry between `addAppointmentToTunnel` (which enforces `eq(channel.isPublic, true)`) and the schedule endpoint (which does not) confirms the design intent: private channels exist as a real access boundary in the booking flow, just not in the schedule disclosure. Version 1.0.5 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.0.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48078?
How severe is CVE-2026-48078?
How do I fix CVE-2026-48078?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-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-48077OpenReception'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
- CVE-2026-48083OpenReception's appointment booking software provides an end…6.5
Are you affected by CVE-2026-48078?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
