Vulnerability Description
mlflow/mlflow is vulnerable to Local File Inclusion (LFI) due to improper parsing of URIs, allowing attackers to bypass checks and read arbitrary files on the system. The issue arises from the 'is_local_uri' function's failure to properly handle URIs with empty or 'file' schemes, leading to the misclassification of URIs as non-local. Attackers can exploit this by crafting malicious model versions with specially crafted 'source' parameters, enabling the reading of sensitive files within at least two directory levels from the server's root.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Mlflow | < 2.10.0 |
Related Weaknesses (CWE)
References
- https://github.com/mlflow/mlflow/commit/438a450714a3ca06285eeea34bdc6cf79d7f6cbcPatch
- https://huntr.com/bounties/8ea058a7-4ef8-4baf-9198-bc0147fc543cExploitIssue TrackingThird Party Advisory
- https://github.com/mlflow/mlflow/commit/438a450714a3ca06285eeea34bdc6cf79d7f6cbcPatch
- https://huntr.com/bounties/8ea058a7-4ef8-4baf-9198-bc0147fc543cExploitIssue TrackingThird Party Advisory
FAQ
What is CVE-2024-3573?
CVE-2024-3573 is a vulnerability with a CVSS score of 9.3 (CRITICAL). mlflow/mlflow is vulnerable to Local File Inclusion (LFI) due to improper parsing of URIs, allowing attackers to bypass checks and read arbitrary files on the system. The issue arises from the 'is_loc...
How severe is CVE-2024-3573?
CVE-2024-3573 has been rated CRITICAL with a CVSS base score of 9.3/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2024-3573?
Check the references section above for vendor advisories and patch information. Affected products include: Lfprojects Mlflow.