---
id: CVE-2026-54460
title: >-
  OpenReception's appointment booking software provides an end-to-end encrypted
  appointment booking platform
summary: >-
  OpenReception's appointment booking software provides an end-to-end encrypted
  appointment booking platform. Prior to 1.1.1, POST /api/auth/passkeys accepts
  a request-body userId and attacker-supplied passkey without an authenticated
  sess…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-306
vendor: open-reception
product: appointment-booking-software
affected:
  - appointment-booking-software < 1.1.1
published: '2026-09-17'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:17:16.087'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54460'
references:
  - url: >-
      https://github.com/open-reception/appointment-booking-software/commit/5d29d9c1964ef7541a6e96d04d946c22f76eea00
    label: security-advisories@github.com
  - url: >-
      https://github.com/open-reception/appointment-booking-software/commit/93040884b783573dbf161723e508676327fdf0bf
    label: security-advisories@github.com
  - url: >-
      https://github.com/open-reception/appointment-booking-software/releases/tag/v1.1.1
    label: security-advisories@github.com
  - url: >-
      https://github.com/open-reception/appointment-booking-software/security/advisories/GHSA-g233-m625-m3pc
    label: security-advisories@github.com
  - url: >-
      https://github.com/user-attachments/files/28600800/MS-OPENRECEPTION-cc76da-poc.zip
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: total
  timestamp: '2026-09-24T20:44:51.377213Z'
epss: 0.00697
epssPercentile: 0.51017
ingestedAt: '2026-09-17T20:28:02.783Z'
---

## Overview

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to 1.1.1, POST /api/auth/passkeys accepts a request-body userId and attacker-supplied passkey without an authenticated session, does not call WebAuthnService.verifyRegistration, and does not bind enrollment to locals.user.id. An unauthenticated attacker who knows the public tenant ID and the target staff email can use the public booking bootstrap and GET /api/tenants/[id]/appointments/staff-public-keys to obtain candidate userId values. The attacker first causes UserService.addAdditionalPasskey to store a controlled public key for a candidate userId, then attempts login with the target email; the login check compares verificationResult.userId with the email-resolved account and reveals whether the injected credential belongs to that target. Repeating this injection-before-login sequence identifies the matching userId, and the normal login endpoint accepts the attacker's assertion for the stored key and creates a STAFF session. The session can expose tenant data and reveal TENANT_ADMIN identifiers for further takeover; GLOBAL_ADMIN accounts are not reachable through this tenant-scoped path. A hijacked TENANT_ADMIN can modify or delete tenant resources and key shares, potentially making appointment data permanently undecryptable and taking booking services offline. This issue is fixed in version 1.1.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
