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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78038— AshOban 参数注入覆盖主键与租户漏洞

一分钟漏洞结论

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

ash-project 中的 存在一个未正确控制的动态确定对象属性修改漏洞。该漏洞允许那些输入会传递至 的 选项的用户,将更新或销毁触发器重新指向另一条记录,甚至可能跨越租户。 会构建带有原子键( 、 、 )的受信任任务参数,并将调用方的 合并到下方,因此在发生键冲突时,受信任的值会优先保留。然而,由于 Oban 任务参数会通过 JSON 进行往返传输,调用方的键到达时已变为字符串形式,因此 不会检测到冲突,导致两种键都得以保留。当任务被持久化时,JSON 对象会进行去重处理,保留最后一个(字符串形式的)键,最终工

CVSS 5.9 · Medium

可能的 ATT&CK 技术 1 AI

T1078 · Valid Accounts
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Job argument injection via :args overrides primary_key and tenant in AshOban
来源: CVE Program / CVE List V5
Vulnerability Description
Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in ash-project ash_oban allows a user whose input reaches the :args option of AshOban.build_trigger/3 to retarget an update or destroy trigger at another record, including across tenants. build_trigger/3 builds the trusted job arguments with atom keys (:primary_key, :tenant, :action_arguments) and merges the caller's :args underneath so the trusted values win on collision. Because Oban job arguments round-trip through JSON, the caller's keys arrive as strings, so Map.merge sees no collision and both keys survive. When the job is persisted the JSON object is de-duplicated keeping the last (string) key, and the worker reads the caller's value. The documentation describes :args as unable to affect the action, so an application that forwards user input into it for uniqueness scoping is exposed to authorization bypass and tenant isolation breaks. This issue affects ash_oban: from 0.2.5 before 0.8.14.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
CWE-915
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
ash-project ash_oban 0.2.5 ~ 0.8.14 cpe:2.3:a:ash-project:ash_oban:*:*:*:*:*:*:*:*
ash-project ash_oban ce079229ecdf0d323da2b554f30fc569e54660f0 ~ da2d81e1e8e1dcc3e6ec8587cdb4f273575ffca3 cpe:2.3:a:ash-project:ash_oban:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

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

CVE-2026-75847 5.9 MEDIUM AshPaperTrail 敏感属性存储于公开变更映射
CVE-2026-77970 5.9 MEDIUM AshPaperTrail 嵌入式嵌套字段未脱敏漏洞
CVE-2026-78228 5.9 MEDIUM Ash Oban 远程服务拒绝漏洞
CVE-2026-77454 5.9 MEDIUM AshSql 2.49 静默丢弃存在性过滤漏洞
CVE-2026-77831 2.1 LOW AshPaperTrail全量差异列表算法复杂度拒绝服务
CVE-2026-77846 2.1 LOW AshSqlite JSON路径注入漏洞
CVE-2026-81318 2.1 LOW AshSql 不同租户数据泄露漏洞
CVE-2026-78691 2.1 LOW AshSql 字符串搜索 LIKE 通配符注入漏洞
CVE-2026-80227 2.1 LOW Ash SQL 字符串修剪逻辑与内存处理不一致
CVE-2026-81316 2.1 LOW AshSql 同名聚合混淆漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-78038

暂无评论


发表评论