CVE-2026-48074

Source
https://cve.org/CVERecord?id=CVE-2026-48074
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-48074.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-48074
Aliases
  • GHSA-6f8g-wfxp-mqxw
Published
2026-08-06T20:27:21.240Z
Modified
2026-08-12T03:51:48.598447569Z
Severity
  • 2.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
OpenReception: Staff deletion removes pending invites cross-tenant by email match
Details

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 user_invite 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.

Database specific
{
    "cwe_ids": [
        "CWE-863"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/48xxx/CVE-2026-48074.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/open-reception/appointment-booking-software

Affected ranges

Type
GIT
Repo
https://github.com/open-reception/appointment-booking-software
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.0.6"
        }
    ]
}

Affected versions

v1.*
v1.0.0
v1.0.0-rc
v1.0.0-rc2
v1.0.1
v1.0.2
v1.0.4
v1.0.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-48074.json"