Cyber Resilience

CVE-2024-45189

MediumPublic PoC

Published: 23 August 2024

Published
23 August 2024
Modified
25 November 2024
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0015 35.0th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-45189 is a medium-severity Path Traversal (CWE-22) vulnerability in Mage Mage-Ai. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique /etc/passwd and /etc/shadow (T1003.008); ranked at the 35.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as Other Platforms; in the Privacy and Disclosure risk domain; MITRE ATLAS techniques in scope: AML.T0023, AML.T0026, AML.T0027.

EU & UK References

Vulnerability details

Mage AI allows remote users with the "Viewer" role to leak arbitrary files from the Mage server due to a path traversal in the "Git Content" request

CWE(s)

AI Security AnalysisAI

AI Category
Other Platforms
Risk Domain
Privacy and Disclosure
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Mage AI is a data pipeline platform with integrated AI features for building and managing AI/ML workflows, fitting under Other Platforms as it does not match more specific categories like frameworks or libraries.

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1003.008 /etc/passwd and /etc/shadow Credential Access
Adversaries may attempt to dump the contents of <code>/etc/passwd</code> and <code>/etc/shadow</code> to enable offline password cracking.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1083 File and Directory Discovery Discovery
Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Path traversal in Mage AI's Git Content endpoint (T1190: Exploit Public-Facing Application) enables arbitrary file reads, facilitating file and directory discovery (T1083), data collection from local system (T1005), and OS credential dumping from /etc/passwd and /etc/shadow (T1003.008).

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0023AML.T0026AML.T0027AML.T0037: Data from Local SystemAML.T0038AML.T0039AML.T0043: Craft Adversarial DataAML.T0044: Full AI Model AccessAML.T0045AML.T0046: Spamming AI System with Chaff DataAML.T0047: AI-Enabled Product or Service

Affected Assets

mage
mage-ai
all versions

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References