Path Traversal in Lfprojects Mlflow
CVE-2024-1558
A path traversal vulnerability exists in the `_create_model_version()` function within `server/handlers.py` of the mlflow/mlflow repository, due to improper validation of the `source` parameter. Attackers can exploit this vulnerability by crafting a `source` parameter that bypasses the `_validate_non_local_source_contains_relative_paths(source)` function's checks, allowing for arbitrary file read access on the server. The issue arises from the handling of unquoted URL characters and the subsequent misuse of the original `source` value for model version creation, leading to the exposure of sensitive files when interacting with the `/model-versions/get-artifact` handler.
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.009 (54.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Lfprojects Mlflow
- Mlflow Mlflow/mlflow — versions unspecified
Weakness classification (CWE)
References
- security@huntr.dev (Exploit, Third Party Advisory, Issue Tracking)
Frequently asked questions
- What is CVE-2024-1558?
- CVE-2024-1558 is a high-severity vulnerability in Lfprojects Mlflow, classified under Path Traversal. CVSS score: 7.5/10. Published 2024-04-16.
- How severe is CVE-2024-1558?
- High severity. CVSS v3 base score is 7.5 out of 10.