PatchSiren cyber security CVE debrief
CVE-2026-48079 open-reception CVE debrief
CVE-2026-48079 is a high-severity vulnerability in OpenReception's appointment booking software. A simple ordering mistake in the `/logout` page's server-side load handler allows an attacker to continue making authenticated API calls even after a user logs out, until the session naturally expires. The vulnerability affects OpenReception's appointment booking software prior to version 1.0.2. Defenders should prioritize verifying and applying the patch to prevent potential unauthorized API access. The root cause of the vulnerability is a simple ordering mistake in the `/logout` page's server-side load handler, which deletes the `access_token` cookie before calling `/api/auth/logout`.
- Vendor
- open-reception
- Product
- appointment-booking-software
- CVSS
- HIGH 7.4
- 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
Defenders responsible for OpenReception's appointment booking software, security teams, and developers should be aware of this vulnerability and take necessary actions to prevent potential unauthorized API access.
Why it matters
CVE-2026-48079 is a high-severity vulnerability in OpenReception's appointment booking software that allows an attacker to continue making authenticated API calls even after a user logs out, until the session naturally expires. Defenders should prioritize verifying and applying the patch to prevent potential unauthorized API access.
- Potential unauthorized API access after logout
- Possible continued use of deleted access tokens until session expiration
- Need for verification and patch application to prevent exploitation
Technical summary
The vulnerability is caused by a simple ordering mistake in the `/logout` page's server-side load handler, which deletes the `access_token` cookie before calling `/api/auth/logout`. This allows an attacker to continue making authenticated API calls even after a user logs out, until the session naturally expires. The root cause is a simple ordering mistake. The same auth subsystem implements the correct order in `/api/auth/logout`: revoke the current DB session first, then delete the cookie. The page-level wrapper does the opposite. Version 1.0.2 initiates server-side logout before removing authentication cookies.
Defensive priority
Defenders should prioritize verifying and applying the patch to prevent potential unauthorized API access.
Recommended defensive actions
- Verify and apply the patch to prevent potential unauthorized API access
- Review and update logout handlers to ensure correct ordering of cookie deletion and API calls
- Monitor API calls for suspicious activity
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The vulnerability is caused by a simple ordering mistake in the `/logout` page's server-side load handler, which deletes the `access_token` cookie before calling `/api/auth/logout`. This allows an attacker to continue making authenticated API calls even after a user logs out, until the session naturally expires. The DB session row remains valid until its natural expiry (one week by default). The user sees a successful logout (cookie gone, UI returns to login), but any party still holding a copy of the now-deleted access token can make
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48079 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48079
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48079 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48079
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/2419f9e87a8abad72f31b1fedeb80c758b30322e
-
Source reference
Unverified legacy reference
URL: https://github.com/open-reception/appointment-booking-software/commit/f833dbf50059ff7d4ea42ce7bbb3a5cdcf7a6929
-
Source reference
Unverified legacy reference
URL: https://github.com/open-reception/appointment-booking-software/security/advisories/GHSA-hrhm-m2hm-7cjh
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.