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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82724— AshPhoenix SubdomainHook 访问控制缺陷

一分钟漏洞结论

影响对象
ash-project ash_phoenix
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

以下是该漏洞描述的中文翻译: ash_phoenix 中存在“授权不当”(Incorrect Authorization)漏洞,其 SubdomainHook 授权回调在租户(tenant)为 nil 的情况下被调用,导致基于租户范围的访问控制检查无法看到本应强制执行的租户信息。 详细技术说明: 在 中挂载了一个 钩子来分配租户(assign tenant),并在同一个 中立即调用了 。然而,租户的赋值操作只有在 LiveView 稍后执行 时才会真正写入,而这发生在 返回之后。因此, 读取到一个未设置的 assi

CVSS 7.6 · High
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Broken access control in AshPhoenix SubdomainHook via a nil tenant in handle_subdomain
来源: CVE Program / CVE List V5
Vulnerability Description
Incorrect Authorization vulnerability in ash-project ash_phoenix invokes the SubdomainHook authorization callback with a nil tenant, so tenant-scoped access checks never see the tenant they are meant to enforce. AshPhoenix.LiveView.SubdomainHook.on_mount/4 attached a handle_params hook to assign the tenant and then immediately called handle_subdomain in the same on_mount. The tenant assign is only written when LiveView later runs handle_params, strictly after on_mount returns, so handle_subdomain read an unset assign and ran as apply(m, f, [socket, nil | a]). A consumer gate that halts when the user does not belong to the tenant instead evaluated nil, either crashing or taking a permissive branch, and it was never re-run once the real subdomain was assigned or on later navigations. The fix runs handle_subdomain inside the handle_params hook with the real tenant on every navigation. This issue affects ash_phoenix: from 2.1.26 before 2.3.25.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制不正确
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
ash-project ash_phoenix 2.1.26 ~ 2.3.25 cpe:2.3:a:ash-project:ash_phoenix:*:*:*:*:*:*:*:*
ash-project ash_phoenix 9a5ea4d377bc263de321d79574872a3dfc4fb541 ~ b396e1aa5c6bdec39255f19cf938b539e6d28b71 cpe:2.3:a:ash-project:ash_phoenix:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-82724 其他参考 (4)

同批安全公告 · ash-project · 2026-08-31 · 共 17 条

CVE-2026-77956 10.0 CRITICAL AshAi 提示词模板远程代码执行
CVE-2026-77850 8.4 HIGH AshAdmin 2.x 存储型跨站脚本漏洞
CVE-2026-82673 8.3 HIGH AshAdmin 文件上传路径遍历漏洞
CVE-2026-82722 8.3 HIGH AshAdmin 事件原子表耗尽拒绝服务漏洞
CVE-2026-75757 8.3 HIGH AshAdmin 子域名会话劫持漏洞
CVE-2026-81315 7.4 HIGH AshAi 跨域检查被X-Forwarded-Proto头绕过
CVE-2026-75760 7.1 HIGH AshAi 向量转换凭据泄露漏洞
CVE-2026-82564 7.1 HIGH AshAi 身份工具过滤器未识别记录更新或销毁漏洞
CVE-2026-82726 6.3 MEDIUM AshPhoenix 主机头混淆导致的租户映射错误
CVE-2026-82579 6.0 MEDIUM AshAi 工具循环不终止导致拒绝服务漏洞
CVE-2026-82580 5.3 MEDIUM AshAi 信息泄露:工具异常详情暴露
CVE-2026-82725 2.3 LOW AshPhoenix 关系过滤致私有数据泄露漏洞
CVE-2026-82727 2.3 LOW AshPhoenix Form 自动参数泄露漏洞
CVE-2026-81853 2.3 LOW AshAdmin 联合主键解码信息泄露漏洞
CVE-2026-81852 2.1 LOW AshAdmin 硬编码CSP Nonce 绕过漏洞
CVE-2026-82681 2.0 LOW AshAdmin 行操作链接查询参数注入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-82724

暂无评论


发表评论