CVE-2024-45189
Published: 23 August 2024
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
- 🇪🇺 ENISA EUVD: EUVD-2024-2560
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
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
Affected Assets
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.
Validates pathnames and filenames to prevent traversal outside intended directories.