๐Ÿ” CVE Alert

CVE-2026-54460

CRITICAL 9.8

OpenReception: Unauthenticated WebAuthn passkey injection via `POST /api/auth/passkeys` leads to account takeover

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-306
Vendor open-reception
Product appointment-booking-software
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for open-reception appointment-booking-software

Be the first to know when new critical vulnerabilities affecting open-reception appointment-booking-software are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

open-reception / appointment-booking-software
< 1.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/open-reception/appointment-booking-software/security/advisories/GHSA-g233-m625-m3pc github.com: https://github.com/open-reception/appointment-booking-software/commit/5d29d9c1964ef7541a6e96d04d946c22f76eea00 github.com: https://github.com/open-reception/appointment-booking-software/commit/93040884b783573dbf161723e508676327fdf0bf github.com: https://github.com/open-reception/appointment-booking-software/releases/tag/v1.1.1