OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.2, when a user navigates to the /logout page, the page's server-side load handler deletes the access_token cookie before calling /api/auth/logout via an internal event.fetch(). The internal fetch consequently runs without the auth cookie, so apiAuthHandle rejects it, the logout handler never executes, and SessionService.revokeSession() is never called for the current session. 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 continue making authenticated API calls 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 and first appears in version 1.0.2. Version 2.0.0 later replaces this with a race-free client-side logout flow.
CVE-2026-48079
This high-severity CVE scores 7.4 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 69% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.4
- EG Score
- 7.4(medium)
- EG Risk
- 33(Track)EG Risk 33/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity74% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 31%
- KEV
- Not listed
Published
August 6, 2026
Last Modified
August 7, 2026
Advisory Details (3)
Auto-updated Aug 6, 2026logout page clears local access_token before server-side revocation, leaving duplicated tokens valid until expiry · Advisory · open-reception/appointment-booking-software · GitHub
https://github.com/open-reception/appointment-booking-software/security/advisories/GHSA-hrhm-m2hm-7cjhcommit f833dbf50059 (open-reception/appointment-booking-software)
Patch available: open-reception/appointment-booking-software v1.0.2 (contains commit f833dbf50059)
https://github.com/open-reception/appointment-booking-software/commit/f833dbf50059ff7d4ea42ce7bbb3a5cdcf7a6929commit 2419f9e87a8a (open-reception/appointment-booking-software)
Patch available: open-reception/appointment-booking-software v2.0.0 (contains commit 2419f9e87a8a)
https://github.com/open-reception/appointment-booking-software/commit/2419f9e87a8abad72f31b1fedeb80c758b30322eWeakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 13× in last 7d / 41× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-27 19:49 UTCEG score recompute
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-26 19:08 UTCEG score recompute
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 19:45 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 20:19 UTCEG score recompute
- 2026-08-23 08:59 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 09:28 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 10:04 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 22:59 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 23:36 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-18 00:12 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 00:41 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 12:59 UTCEG score recompute
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 01:53 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
Show 16 moreShow fewer
- 2026-08-14 02:30 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 15:25 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 15:59 UTCEG score recompute
- 2026-08-11 04:17 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 17:13 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-08 17:50 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 18:27 UTCEG score recompute
- 2026-08-07 17:27 UTCEG score recompute
- 2026-08-06 22:21 UTCEG score recompute
- 2026-08-06 22:16 UTCEG score recompute
- 2026-08-06 22:15 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-613
Frequently asked(5)
What is CVE-2026-48079?
When was CVE-2026-48079 disclosed?
Is CVE-2026-48079 actively exploited?
What is the CVSS score of CVE-2026-48079?
How do I remediate CVE-2026-48079?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-48079
Is Your Infrastructure Affected by CVE-2026-48079?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.