目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-48079— OpenReception 登出页本地token清除导致未撤销token仍有效

CVSS 7.4 · High

可能的 ATT&CK 技术 1AI

T1078.001 · Default Accounts
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-48079 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
OpenReception's logout page clears local access_token before server-side revocation, leaving duplicated tokens valid until expiry
来源: CVE Program / CVE List V5
Vulnerability Description
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 Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
不充分的会话过期机制
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
open-receptionappointment-booking-software < 1.0.2 -

二、漏洞 CVE-2026-48079 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级
Qwen3.6-35B-A3B · 8314 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2026-48079 的情报信息

登录查看更多情报信息。

CVE-2026-48079 厂商安全公告 (1)

同批安全公告 · open-reception · 2026-08-06 · 共 16 条

CVE-2026-480869.9 CRITICALOpenReception 租户管理员越权升级为全局管理员
CVE-2026-480879.8 CRITICALOpenReception WebAuthn主密钥注入致账户接管漏洞
CVE-2026-480859.8 CRITICALOpenReception 未授权管理员账户创建漏洞
CVE-2026-480889.4 CRITICALOpenReception 未授权员工加密投毒破坏E2E收件人目录漏洞
CVE-2026-480818.1 HIGHOpenReception 存储型点击触发 XSS 漏洞
CVE-2026-480808.0 HIGHOpenReception租户详情接口泄露PostgreSQL连接字符串
CVE-2026-480847.4 HIGHOpenReception 口令登录尝试未限制速率
CVE-2026-480766.5 MEDIUMOpenReception 预订流程未授权访问漏洞
CVE-2026-480836.5 MEDIUMOpenReception日志接口CRLF注入漏洞
CVE-2026-480756.5 MEDIUMOpenReception 未授权 appointments 注入漏洞
CVE-2026-480715.8 MEDIUMOpenReception 客户端 PIN 挑战基于 emailHash,导致跨租户锁定漏洞
CVE-2026-480785.3 MEDIUMOpenReception 未授权访问导致频道信息泄露漏洞
CVE-2026-480775.3 MEDIUMOpenReception 授权缺失致获取完整预约记录漏洞
CVE-2026-480823.7 LOWOpenReception 硬编码PoW难度导致滥用率放大漏洞
CVE-2026-480742.7 LOWOpenReception 员工删除误删跨租户待处理邀请

IV. Related Vulnerabilities

V. Comments for CVE-2026-48079

暂无评论


发表评论