CVE-2024-3573 CRITICAL

CVE-2024-3573: Local File Inclusion (LFI) via Scheme Confusion in mlflow/mlflow

Vendor Mlflow
Product mlflow/mlflow
Weakness CWE-29
Published April 16, 2024
Last update August 1, 2024

CVSS base score

9.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity Low

CVSS vector

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

April 16, 2024 CVE published
August 1, 2024 Record updated