CRITICAL🇵🇱 Wersja polska

CVE-2024-3573

CVSS 9.3v3.1pub. 2024-04-16upd. 2025-02-03

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.

🤖 AI Analysis
How it works

The vulnerability lies in the 'is_local_uri' function, which improperly handles URIs with empty schema or 'file' schema, incorrectly classifying them as non-local addresses. An attacker can craft a malicious model version with a specially constructed 'source' parameter containing appropriately crafted URIs. This allows the verification mechanism to be bypassed (path traversal), and the server reads and returns files outside the allowed directory — at least two directory levels from the server's root directory.

Impact

An unauthenticated attacker can read arbitrary sensitive files on the server, such as configurations, API keys, credentials, or other confidential system information. The attack can lead to serious data confidentiality breach with limited impact on system integrity.

Mitigation & patch

The patch available in the MLflow repository should be applied — commit 438a450714a3ca06285eeea34bdc6cf79d7f6cbc. It is recommended to update to a version containing the above fix according to vendor references and restrict network access to MLflow instances only to trusted users.

Who is affected

MLflow (lfprojects/mlflow) — versions indicated in vendor references

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Lfprojects Mlflow

    APP
    Lfprojects
    < 2.10.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Path Traversal
CWE
References

Related vulnerabilities

CVE-2026-64849CRITICAL9.3⚠ KEVsame product

MLflow is an open source AI engineering platform for agents, large language models, and machine learning model...

CVE-2026-2651CRITICAL9.0PL ✓same product

MLflow: nieautoryzowany dostęp do endpointów multipart upload (RCE)

CVE-2026-2611CRITICAL9.6PL ✓same product

MLflow: nieprawidłowa walidacja origin umożliwia RCE przez cross-origin request

CVE-2026-0545CRITICAL9.8PL ✓same product

Brak uwierzytelnienia w endpointach FastAPI jobs w MLflow (Auth Bypass / RCE)

CVE-2025-15379CRITICAL9.8PL ✓same product

Command injection w MLflow podczas inicjalizacji kontenera modelu