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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81030— Mage AI 0.9.79 任意文件读取漏洞

一分钟漏洞结论

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

Mage AI 的 browser-items API 未将接受的路径限制在项目目录内。 中的 将调用方提供的路径直接传递给文件系统读写辅助函数,而没有调用同级类 和 都会使用的那个“路径包含(containment)”辅助函数。因此,该资源中完全缺少此类调用,而上述两个同级类中则包含多处这样的调用。 拥有 Viewer(查看者)角色 的用户仅被授予项目目录内的读取权限,无法访问外部文件。但由于该 API 未对路径做限制,攻击者可通过提供绝对路径,读取服务器进程有权限读取的任意文件。 此外,默认配置下,本应区分角色

CVSS 6.5 · Medium

可能的 ATT&CK 技术 1 AI

T1006 · Direct Volume Access

影响版本矩阵 1

厂商产品 版本范围状态
mage-ai mage-ai ≤ 0.9.79 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Mage AI through 0.9.79 Arbitrary File Read via Unvalidated Path in browser_items Endpoint
来源: CVE Program / CVE List V5
Vulnerability Description
Mage AI does not confine the paths accepted by its browser-items API to the project directory. BrowserItemResource in mage_ai/api/resources/BrowserItemResource.py passes a caller-supplied path to the filesystem read and write helpers without calling the containment helper that the sibling FileContentResource and FileResource classes both use, so the resource contains no such call while those two contain several. A user holding the Viewer role, which grants read access within the project and nothing outside it, can therefore read any file the server process can read by supplying an absolute path. The permission model that would otherwise separate roles is not consulted for this route in the default configuration, because the setting that enables it defaults to false. Callers holding the Editor role additionally write through the same unconfined path, though that role is already able to execute code by design, so the boundary crossed by this flaw is the read available to the Viewer role.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
mage-ai mage-ai 0 ~ 0.9.79 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-81030 厂商安全公告 (1)

CVE-2026-81030 安全博客文章 (1)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-81030

暂无评论


发表评论