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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82731— AshTypescript 客户端请求重定向漏洞

一分钟漏洞结论

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

ash-project 的 中存在 URL 重定向至不可信站点("开放重定向")漏洞。攻击者若能控制路径参数值,即可将生成的客户端请求(连同其附带的凭证)重定向到非预期的路由或外部源。 在 中的 URL 构建器会用简单的模板插值替换每个 占位符,且从未调用 ,导致参数值以原始形式传入 。包含 的值会被 fetch 的 URL 解析器规范化掉,从而到达不同的路由;而包含 或 的值会截断路径,并可能偷偷携带或覆盖查询参数。对于路径以参数开头的路由,类似 的值会生成协议相对 URL ,从而将请求及 中的凭证发送至攻击者控

CVSS 2.3 · Low

可能的 ATT&CK 技术 1 AI

T1557 · Adversary-in-the-Middle
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
来源: CVE Program / CVE List V5
Vulnerability Description
URL Redirection to Untrusted Site ('Open Redirect') vulnerability in ash-project ash_typescript allows an attacker who controls a path-parameter value to redirect a generated client's request, and the credentials attached to it, to an unintended route or an external origin. The URL builders in lib/ash_typescript/typed_controller/codegen/route_renderer.ex replace each :param placeholder with a bare template interpolation and never call encodeURIComponent, so the value reaches executeTypedControllerRequest raw. A value containing ../ is normalised away by the fetch URL resolver and reaches a different route, while ? or # truncates the path and can smuggle or override query parameters. For a route whose path begins with a parameter, a value such as /evil.example.com/x yields the protocol-relative URL //evil.example.com/x, sending the request and the credentials from TypedControllerConfig to an attacker-controlled host. Nothing constrains the value at runtime: get_path_param_type/2 emits only a TypeScript type, which is erased. The query-string path is unaffected, since URLSearchParams.set encodes its own values. This issue affects ash_typescript: from 0.15.0 before 0.18.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
指向未可信站点的URL重定向(开放重定向)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
ash-project ash_typescript 0.15.0 ~ 0.18.0 cpe:2.3:a:ash-project:ash_typescript:*:*:*:*:*:*:*:*
ash-project ash_typescript 6669e22ece34b4534e706a46d1842f01b68ee23a ~ 5165f752f5f92b755d946f2d1ce750ff69083ffc cpe:2.3:a:ash-project:ash_typescript:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-82731 厂商安全公告 (2)

CVE-2026-82731 其他参考 (1)

同批安全公告 · ash-project · 2026-09-01 · 共 17 条

CVE-2026-74837 8.7 HIGH AshTypescript RPC 字段创建无限原子漏洞
CVE-2026-82730 8.2 HIGH Ash Typescript 授权字段通过结果规范化泄露漏洞
CVE-2026-77856 8.2 HIGH AshTypescript 无界原子创建漏洞
CVE-2026-82733 6.3 MEDIUM AshTypescript 路由处理程序 返回值错误回显
CVE-2026-82732 6.3 MEDIUM Ash TypeScript 控制器路由参数约束未强制
CVE-2026-77950 6.3 MEDIUM AshTypescript RPC 错误处理程序未脱敏错误
CVE-2026-82742 5.9 MEDIUM Ash.Filter.Runtime 内存耗尽漏洞
CVE-2026-82738 5.9 MEDIUM Ash.Type.UUIDv7 拒绝服务漏洞
CVE-2026-82737 5.9 MEDIUM Ash.Vector 向量头部处理缺陷
CVE-2026-82735 5.9 MEDIUM Ash.Type.String 正则输入过长拒绝服务漏洞
CVE-2026-82743 2.1 LOW Ash.Actions.Read.AsyncLimiter 调度器忙等漏洞
CVE-2026-82741 2.1 LOW Ash.Type.Union 序列化标签混淆漏洞
CVE-2026-82740 2.1 LOW Ash.Type 嵌套数组输入约束失效漏洞
CVE-2026-82739 2.1 LOW Ash.Resource.Validation.Confirm 字段值泄露漏洞
CVE-2026-82736 2.1 LOW Ash Type CiString 字符串约束绕过漏洞
CVE-2026-82734 2.1 LOW Ash 框架 Ash.Type.Decimal 无限值绕过边界约束漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-82731

暂无评论


发表评论