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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-48077— OpenReception 授权缺失致获取完整预约记录漏洞

CVSS 5.3 · Medium
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OpenReception: GET appointment by ID returns full appointment record without authorization
来源: 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.1.0, the GET handler at `/api/tenants/{id}/appointments/{appointmentId}` performs no authorization check before returning the appointment record. Any party who knows or obtains a valid appointment UUID receives the full row, including channel and agent IDs, time and timezone, status, and the AES-GCM ciphertext components (`encryptedPayload`, `iv`, `authTag`, `dataKey`). The same file's DELETE handler calls `checkPermission(locals, tenantId, true)` before allowing deletion. The intent is clear: appointment records are tenant-scoped and require authentication to access. The GET handler is missing the equivalent call. The middleware chain (`apiAuthHandle`, `authGuard`) does not compensate: API paths bypass `authGuard` entirely, and `apiAuthHandle` does not block requests to non-admin paths when no token is present. Version 1.1.0 patches the issue.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

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

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

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-48077 补丁与修复 (1)

CVE-2026-48077 厂商安全公告 (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-480797.4 HIGHOpenReception 登出页本地token清除导致未撤销token仍有效
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-480823.7 LOWOpenReception 硬编码PoW难度导致滥用率放大漏洞
CVE-2026-480742.7 LOWOpenReception 员工删除误删跨租户待处理邀请

IV. Related Vulnerabilities

V. Comments for CVE-2026-48077

暂无评论


发表评论