PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-48086 open-reception CVE debrief

CVE-2026-48086 is a critical vulnerability in OpenReception's appointment booking software that allows a tenant administrator to escalate their privileges to platform-wide administrative control. This issue was fixed in version 1.0.2. The vulnerability is caused by a lack of policy check in the role-update handler, allowing a tenant administrator to promote themselves to platform-wide GLOBAL_ADMIN. The role-update handler accepts the GLOBAL_ADMIN enum value from any tenant admin updating their own tenant's staff. No policy check enforces that only an existing GLOBAL_ADMIN may grant GLOBAL_ADMIN, so the schema validation IS the authorization decision.

Vendor
open-reception
Product
appointment-booking-software
CVSS
CRITICAL 9.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-06
Original CVE updated
2026-09-08
Advisory published
2026-08-06
Advisory updated
2026-09-08

Who should care

Tenant administrators, platform administrators, and security teams should be aware of this vulnerability and take necessary actions to prevent exploitation. They should verify and apply the patch to prevent privilege escalation, review and update access controls for tenant administrators, and monitor for suspicious activity related to role updates.

Why it matters

CVE-2026-48086 is a critical vulnerability that allows a tenant administrator to escalate their privileges to platform-wide administrative control, potentially leading to unauthorized access and lateral movement.

  • Privilege escalation from tenant administrator to platform-wide administrative control
  • Potential for lateral movement and unauthorized access to sensitive data
  • Impact on multi-tenant environments, where a single tenant administrator can gain control over all other tenants

Technical summary

The vulnerability is caused by a lack of policy check in the role-update handler, allowing a tenant administrator to promote themselves to platform-wide GLOBAL_ADMIN. The role-update handler accepts the GLOBAL_ADMIN enum value from any tenant admin updating their own tenant's staff. No policy check enforces that only an existing GLOBAL_ADMIN may grant GLOBAL_ADMIN, so the schema validation IS the authorization decision. This issue was fixed in version 1.0.2. Tenant administrators, platform administrators, and security teams should be aware of this vulnerability and take necessary actions to prevent exploitation.

Defensive priority

Defenders should prioritize verifying and applying the patch to prevent privilege escalation.

Recommended defensive actions

  • Verify and apply the patch to prevent privilege escalation
  • Review and update access controls for tenant administrators
  • Monitor for suspicious activity related to role updates
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability allows a tenant administrator to promote themselves to platform-wide GLOBAL_ADMIN through a single PUT request, as the role-update handler lacks a policy check to enforce that only an existing GLOBAL_ADMIN may grant GLOBAL_ADMIN. The issue was fixed in version 1.0.2. Tenant administrators, platform administrators, and security teams should verify and apply the patch to prevent privilege escalation.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-48086 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-48086

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-48086 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48086

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/open-reception/appointment-booking-software/commit/8525d35a41c31078d9f01c62e9687e653cf1a494

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/open-reception/appointment-booking-software/security/advisories/GHSA-5qfr-7q4g-3469

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.