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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78693— AshGraphql 敏感信息泄露漏洞

一分钟漏洞结论

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

以下是该漏洞描述的中文翻译: 在 ash-project 的 ash_graphql 中,存在一个“生成包含敏感信息的错误消息”漏洞。 远程客户端能够读取应用程序配置 本应屏蔽(redact)的内部字段名。 具体机制: 在 模块中,每个错误都会传递到已配置的 ,而返回的映射(map)会通过 与处理前的路径合并。 由于 仅在 handler 自身设置了 时才允许覆盖,若某个用于净化(sanitizing)的 handler 返回了一个全新的映射或删除了 键,这一决定会被撤销——因为合并操作会重新注入 。 该被重新注入

CVSS 6.9 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Incomplete redaction re-attaches the original error path in AshGraphql, leaking internal field names
来源: CVE Program / CVE List V5
Vulnerability Description
Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_graphql allows a remote client to read internal field names that an application configured its error_handler to redact. In AshGraphql.Errors, each error is passed to the configured error_handler and the returned map is merged with the pre-handler path via Map.put_new(handled, :path, path). Because put_new defers to the handler only when the handler itself set :path, a sanitizing handler that returns a fresh map or deletes :path has that decision reverted. The re-injected path comes from build_error_path/5, which falls back to raw internal Ash attribute and argument names when no field_names mapping is configured. A validation failure on a non-exposed or nested field therefore returns internal names in the GraphQL error path, defeating the application's redaction. This issue affects ash_graphql: from 1.9.0 before 1.11.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
通过错误消息导致的信息暴露
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
ash-project ash_graphql 1.9.0 ~ 1.11.0 cpe:2.3:a:ash-project:ash_graphql:*:*:*:*:*:*:*:*
ash-project ash_graphql 6d2d8d995906d68cc245d209a9b3f9853405eb61 ~ 78e90d369f09f44c534816de541e60841066a467 cpe:2.3:a:ash-project:ash_graphql:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · ash-project · 2026-08-30 · 共 20 条

CVE-2026-81636 8.7 HIGH AshGraphql 分页参数复杂度过高导致拒绝服务漏洞
CVE-2026-78699 7.2 HIGH AshPostgres rename_tenant 租户访问漏洞
CVE-2026-80223 7.1 HIGH AshGraphql 跨租户订阅信息泄露漏洞
CVE-2026-81633 6.9 MEDIUM AshGraphql 未知类型段导致 KeyError
CVE-2026-77454 5.9 MEDIUM AshSql 2.49 静默丢弃存在性过滤漏洞
CVE-2026-81319 5.9 MEDIUM AshCloak 不安全反序列化导致节点拒绝服务漏洞
CVE-2026-75847 5.9 MEDIUM AshPaperTrail 敏感属性存储于公开变更映射
CVE-2026-78228 5.9 MEDIUM Ash Oban 远程服务拒绝漏洞
CVE-2026-78038 5.9 MEDIUM AshOban 参数注入覆盖主键与租户漏洞
CVE-2026-77970 5.9 MEDIUM AshPaperTrail 嵌入式嵌套字段未脱敏漏洞
CVE-2026-82367 2.3 LOW AshGraphql 订阅分发器重入同步发布漏洞
CVE-2026-81643 2.3 LOW AshGraphql 批量订阅访问控制失效漏洞
CVE-2026-80227 2.1 LOW Ash SQL 字符串修剪逻辑与内存处理不一致
CVE-2026-78691 2.1 LOW AshSql 字符串搜索 LIKE 通配符注入漏洞
CVE-2026-81316 2.1 LOW AshSql 同名聚合混淆漏洞
CVE-2026-81318 2.1 LOW AshSql 不同租户数据泄露漏洞
CVE-2026-81322 2.1 LOW AshCloak 明文信息泄露漏洞
CVE-2026-77846 2.1 LOW AshSqlite JSON路径注入漏洞
CVE-2026-77831 2.1 LOW AshPaperTrail全量差异列表算法复杂度拒绝服务

IV. Related Vulnerabilities

V. Comments for CVE-2026-78693

暂无评论


发表评论