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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-48088— OpenReception 未授权员工加密投毒破坏E2E收件人目录漏洞

CVSS 9.4 · Critical
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OpenReception vulnerable to unauthenticated staff crypto poisoning that breaks E2E recipient directory
来源: 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.4, the route `POST /api/tenants/{tenantId}/staff/{staffId}/crypto` accepts and stores attacker-controlled ML-KEM-768 public keys against any tenant on the platform without authentication. The handler logs an "Unauthorized crypto key storage attempt" warning when neither a session nor a registration cookie is present, then proceeds to insert the row regardless. The platform's E2E claim that "even administrators cannot view sensitive information" is broken: any unauthenticated network attacker can register themselves as an additional encryption recipient for any tenant's future patient appointments. A second variant of the bug suppresses the unauthorized-warning log entry. The Zod schema makes the `email` field optional. When the request body omits `email` and the request carries no registration cookie, the comparison `registrationEmail === email` becomes `undefined === undefined`, which evaluates to `true`. The handler treats the request as a legitimate registration flow, skips the warning entirely, and stores the row. Successful storage is still recorded as an `[info]` log line, but the security-relevant warning that operators are most likely to monitor or alert on is gone. The `staff_crypto` table has no unique constraint on `user_id`, so an arbitrary number of attacker rows can coexist for the same staff identifier and all return as `is_active=true`. The supplied `staffId` does not need to match any existing user or pending invite. Schema validation on `passkeyId`, `publicKey`, and `privateKeyShare` is also weak: the literal string `<placeholder-base64>` was accepted, indicating no length, format, or cryptographic-validity check beyond field presence. This weakness is independent of the auth bypass but compounds it: a poisoned directory can also be filled with malformed entries that break legitimate booking flows. The injected key is consumed by the public booking flow. After completing the unauthenticated `bootstrap-challenge` and `bootstrap-verify` ceremony as a "patient", the resulting `bookingAccessToken` is accepted by `GET /api/tenants/{id}/appointments/staff-public-keys`, which returns the attacker-controlled keys alongside any legitimate ones. A new appointment encrypts its tunnel key with ML-KEM to all listed recipients, so the attacker becomes a co-recipient of the encryption and can decapsulate the tunnel key with the matching secret. From there, all appointment payloads for that booking are decryptable. Version 1.0.4 patches the issue.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

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

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

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

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

登录查看更多情报信息。

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

CVE-2026-48088 厂商安全公告 (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-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-480775.3 MEDIUMOpenReception 授权缺失致获取完整预约记录漏洞
CVE-2026-480823.7 LOWOpenReception 硬编码PoW难度导致滥用率放大漏洞
CVE-2026-480742.7 LOWOpenReception 员工删除误删跨租户待处理邀请

IV. Related Vulnerabilities

V. Comments for CVE-2026-48088

暂无评论


发表评论