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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82726— AshPhoenix 主机头混淆导致的租户映射错误

一分钟漏洞结论

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

漏洞描述翻译: Ash Phoenix 中的宽松正则表达式(Permissive Regular Expression)漏洞允许远程客户端通过发送精心构造的 请求头,来指定 Ash 应用所使用的租户(tenant),或导致请求性能下降。 使用 来剥离根域名。由于 被直接插值到正则表达式中,其中的每个 字符都会变成通配符,任何正则元字符(如 、 、 、 、 等)都会被解释为模式字符。此外,该替换操作是全局的且未加锚点(unanchored),因此匹配内容可能从字符串的任意位置被移除。 当 为 时,若客户端发送 ,系统

CVSS 6.3 · Medium

可能的 ATT&CK 技术 1 AI

T1010 · Application Window Discovery
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
AshPhoenix get_subdomain maps a crafted or differently-cased Host header to an arbitrary tenant
来源: CVE Program / CVE List V5
Vulnerability Description
Permissive Regular Expression vulnerability in ash-project ash_phoenix lets a remote client select the tenant an Ash application uses, or degrade the request, by sending a crafted Host header. AshPhoenix.Helpers.get_subdomain/2 stripped the root domain with String.replace(host, ~r/.?#{root_host}/, ""). The root host was interpolated raw, so each . became a wildcard and any metacharacter a pattern, and the replace was global and unanchored, so a match was removed from anywhere in the string. With root_host example.com, Host: foo.exampleXcom.attacker.net returned the tenant foo.attacker.net. A metacharacter-bearing or nil root host degraded the pattern or raised on every request. The comparison was also case-sensitive, so TENANT.EXAMPLE.COM and EXAMPLE.COM slipped past the root-host allowlist. conn.host comes from the client Host header. The fix matches the root host case-insensitively and only as an exact trailing suffix. 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:N/UI:N/VC:L/VI:L/VA:L/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 ~ 8306f29e77526840c89f3cd244996ce7c0fa2cda cpe:2.3:a:ash-project:ash_phoenix:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-82726 其他参考 (3)

同批安全公告 · 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-82724 7.6 HIGH AshPhoenix SubdomainHook 访问控制缺陷
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-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-82726

暂无评论


发表评论