๐Ÿ” CVE Alert

CVE-2026-81030

MEDIUM 6.5

Mage AI through 0.9.79 Arbitrary File Read via Unvalidated Path in browser_items Endpoint

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor mage-ai
Product mage-ai
Published Aug 26, 2026
Last Updated Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for mage-ai mage-ai

Be the first to know when new medium vulnerabilities affecting mage-ai mage-ai are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

mage-ai / mage-ai
0 โ‰ค 0.9.79

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mage-ai/mage-ai github.com: https://github.com/mage-ai/mage-ai/issues/6134 github.com: https://github.com/mage-ai/mage-ai/blob/0.9.79/mage_ai/api/resources/BrowserItemResource.py vulncheck.com: https://www.vulncheck.com/advisories/mage-ai-through-0.9.79-arbitrary-file-read-via-unvalidated-path-in-browser-items-endpoint

Credits

George Chen