CVE-2026-48074
Last modified
CVE-2026-48074 is a low-severity vulnerability rated 2.7/10 on the CVSS scale. OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.6, when a TENANT_ADMIN deletes an existing staff user, the underlying `StaffService.deleteStaffMember()` runs an additional invite cleanup that deletes from the central `user_invite` table by email. EPSS estimates a 0.28% 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.6, when a TENANT_ADMIN 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 TENANT_ADMIN 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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| open-reception | appointment-booking-software | < 1.0.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48074?
How severe is CVE-2026-48074?
How do I fix CVE-2026-48074?
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-48066pam_usb provides hardware authentication for Linux using ord…5.7
- CVE-2026-48067Filament is a collection of full-stack components for accele…6.5
- CVE-2026-48068@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-48069@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-4807The Appointment Booking Calendar plugin for WordPress is vul…6.5
- CVE-2026-48071OpenReception's appointment booking software provides an end…5.8
- CVE-2026-48075OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48076OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48077OpenReception's appointment booking software provides an end…5.3
- CVE-2026-48078OpenReception's appointment booking software provides an end…5.3
- CVE-2026-48079OpenReception's appointment booking software provides an end…7.4
- CVE-2026-4808The Gerador de Certificados – DevApps plugin for WordPress i…7.2
Are you affected by CVE-2026-48074?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
