CVE-2026-48074: OpenReception: Staff deletion removes pending invites cross-tenant by email match
OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.6, when a TENANTADMIN deletes an existing staff user, the underlying StaffService.deleteStaffMember() runs an additional invite cleanup that deletes from the central userinvite table by email. The email clause has no tenantId predicate. Any pending invite in any tenant that shares the deleted staff's email is removed. A TENANTADMIN of tenant A who deletes a staff record with email victim[@]example[.]com also deletes the pending invite for victim[@]example[.]com in tenant B, even though they have no relationship to tenant B. The user-side delete is correctly scoped (eq(user.id, staffId), eq(user.tenantId, tenantId)), and the pending-invite-only delete path (when staffId is itself an invite ID) is also tenant-scoped. The bug is specifically in the invite cleanup that runs as a side effect of deleting an existing staff user. Version 1.0.6 patches the issue.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
OpenReceptionto a version that resolves this vulnerability.Fixed in 1.0.6
Event History
Frequently Asked Questions
What is the severity of CVE-2026-48074?
The severity of CVE-2026-48074 is classified as low, with a score of 2.7.
How do I fix CVE-2026-48074?
To address CVE-2026-48074, upgrade the OpenReception appointment booking software to version 1.0.6 or later.
What does CVE-2026-48074 impact?
CVE-2026-48074 impacts the OpenReception appointment booking software's user management functionality.
What is the risk associated with CVE-2026-48074?
CVE-2026-48074 poses a risk of cross-tenant data issues due to staff deletion processes.
Who is affected by CVE-2026-48074?
TENANT_ADMIN users of OpenReception prior to version 1.0.6 are affected by CVE-2026-48074.