CVE-2026-48085
Last modified
CVE-2026-48085 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.1, a fully provisioned OpenReception instance accepts unauthenticated POST requests to `/setup/create-admin-account` and creates additional GLOBAL_ADMIN accounts without verifying that an admin already exists. EPSS estimates a 0.55% 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.1, a fully provisioned OpenReception instance accepts unauthenticated POST requests to `/setup/create-admin-account` and creates additional GLOBAL_ADMIN accounts without verifying that an admin already exists. Any unauthenticated network attacker who can submit a same-origin form POST gains full platform-level administrative control. The newly created account is `is_active=true` with `confirmation_state=ACCESS_GRANTED` and does not require completing email confirmation; the GLOBAL_ADMIN row is created active and immediately usable. Login and tenant enumeration succeed without any further interaction. This is distinct from the deployment race condition already documented on the `Claiming an instance` page. That documented race covers the window between deployment and first claim. The bug reported here works after the operator has properly claimed and configured the instance: the layout-level guard that protects the setup page only redirects on GET, while the `default` form action handler creates the user without rechecking `adminExists()`. Three GLOBAL_ADMIN accounts were created in succession during testing, with no rate limiting observed. Audit-specific event logging beyond standard application logs was not assessed; the standard `[error]` line that surfaces only when a uniqueness conflict is hit is not the same as a security event for "additional admin created post-claim". The form post is rejected for browser drive-by CSRF by SvelteKit's built-in same-origin check, but any tool that supplies a matching `Origin` header (curl, Burp, automated scanners, server-side proxies) bypasses this trivially. No additional preconditions exist. Users should upgrade to version 1.0.1 to receive a patch.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| open-reception | appointment-booking-software | < 1.0.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48085?
How severe is CVE-2026-48085?
How do I fix CVE-2026-48085?
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-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
- CVE-2026-48084OpenReception's appointment booking software provides an end…7.4
- CVE-2026-48086OpenReception's appointment booking software provides an end…9.9
- CVE-2026-48087OpenReception's appointment booking software provides an end…9.8
- CVE-2026-48088OpenReception's appointment booking software provides an end…9.4
- CVE-2026-48089DevGuard provides vulnerability management for the full soft…7.1
- CVE-2026-4809plank/laravel-mediable through version 6.4.0 can allow uploa…9.8
- CVE-2026-48090Envoy is an open source edge and service proxy designed for …5.9
Are you affected by CVE-2026-48085?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
