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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-48085— open-reception appointment-booking-software 授权问题漏洞

一分钟漏洞结论

影响对象
open-reception appointment-booking-software
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

open-reception appointment-booking-software是open-reception组织的一款预约安排软件。 open-reception appointment-booking-software 1.0.1之前版本存在授权问题漏洞,该漏洞源于/setup/create-admin-account接口未经验证,未检查adminExists(),可能导致未认证攻击者创建额外的GLOBAL_ADMIN账户并获取平台级管理控制权。

CVSS 9.8 · Critical EPSS 0.55% · P44

影响版本矩阵 1

厂商产品 版本范围状态
open-reception appointment-booking-software < 1.0.1 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OpenReception has unauthenticated GLOBAL_ADMIN account creation post-bootstrap
来源: 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.1, a fully provisioned OpenReception instance accepts unauthenticated POST requests to `/setup/create-admin-account` and creates additional GLOBAL_ADMIN accounts without verifying that an admin already exists. Any unauthenticated network attacker who can submit a same-origin form POST gains full platform-level administrative control. The newly created account is `is_active=true` with `confirmation_state=ACCESS_GRANTED` and does not require completing email confirmation; the GLOBAL_ADMIN row is created active and immediately usable. Login and tenant enumeration succeed without any further interaction. This is distinct from the deployment race condition already documented on the `Claiming an instance` page. That documented race covers the window between deployment and first claim. The bug reported here works after the operator has properly claimed and configured the instance: the layout-level guard that protects the setup page only redirects on GET, while the `default` form action handler creates the user without rechecking `adminExists()`. Three GLOBAL_ADMIN accounts were created in succession during testing, with no rate limiting observed. Audit-specific event logging beyond standard application logs was not assessed; the standard `[error]` line that surfaces only when a uniqueness conflict is hit is not the same as a security event for "additional admin created post-claim". The form post is rejected for browser drive-by CSRF by SvelteKit's built-in same-origin check, but any tool that supplies a matching `Origin` header (curl, Burp, automated scanners, server-side proxies) bypasses this trivially. No additional preconditions exist. Users should upgrade to version 1.0.1 to receive a patch.
来源: 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:H
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5
Vulnerability Title
open-reception appointment-booking-software 授权问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
open-reception appointment-booking-software是open-reception组织的一款预约安排软件。 open-reception appointment-booking-software 1.0.1之前版本存在授权问题漏洞,该漏洞源于/setup/create-admin-account接口未经验证,未检查adminExists(),可能导致未认证攻击者创建额外的GLOBAL_ADMIN账户并获取平台级管理控制权。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
open-reception appointment-booking-software < 1.0.1 -

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

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

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

登录查看更多情报信息。

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

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

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

CVE-2026-48086 9.9 CRITICAL open-reception appointment-booking-software 权限许可和访问控制问题漏洞
CVE-2026-48087 9.8 CRITICAL open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48088 9.4 CRITICAL open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48081 8.1 HIGH open-reception appointment-booking-software 跨站脚本漏洞
CVE-2026-48080 8.0 HIGH open-reception appointment-booking-software 信息泄露漏洞
CVE-2026-48084 7.4 HIGH open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48079 7.4 HIGH open-reception appointment-booking-software 会话机制问题漏洞
CVE-2026-48076 6.5 MEDIUM open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48083 6.5 MEDIUM open-reception appointment-booking-software 输出处理不当漏洞
CVE-2026-48075 6.5 MEDIUM open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48071 5.8 MEDIUM open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48078 5.3 MEDIUM open-reception appointment-booking-software 信息泄露漏洞
CVE-2026-48077 5.3 MEDIUM open-reception appointment-booking-software 授权问题漏洞
CVE-2026-48082 3.7 LOW open-reception appointment-booking-software 资源管理错误漏洞
CVE-2026-48074 2.7 LOW open-reception appointment-booking-software 授权问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-48085

暂无评论


发表评论