CRITICAL🇵🇱 Wersja polska

CVE-2025-15036

CVSS 10.0v3.1pub. 2026-03-30upd. 2026-06-30

A path traversal vulnerability exists in the `extract_archive_to_dir` function within the `mlflow/pyfunc/dbconnect_artifact_cache.py` file of the mlflow/mlflow repository. This vulnerability, present in versions before v3.7.0, arises due to the lack of validation of tar member paths during extraction. An attacker with control over the tar.gz file can exploit this issue to overwrite arbitrary files or gain elevated privileges, potentially escaping the sandbox directory in multi-tenant or shared cluster environments.

🤖 AI Analysis
How it works

The vulnerability results from lack of validation of tar archive member paths during extraction in the file `mlflow/pyfunc/dbconnect_artifact_cache.py`. An attacker controlling the contents of a tar.gz file can place entries with specially crafted paths (e.g., containing `../` sequences) in the archive, which after extraction will write files outside the target directory. This makes it possible to escape the sandbox directory and write to any location in the file system accessible to the MLflow process.

Impact

An attacker can overwrite arbitrary files on the server or obtain elevated privileges, which in multi-tenant environments or shared clusters can lead to complete system takeover or compromise of other tenants.

Mitigation & patch

MLflow should be updated to version v3.7.0 or newer, which introduces validation of tar archive member paths. Details of the fix are available in commit 3bf6d81ac4d38654c8ff012dbd0c3e9f17e7e346 in the mlflow/mlflow GitHub repository.

Who is affected

MLflow (mlflow/mlflow) in versions before v3.7.0.

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:H/A:H
  • Lfprojects Mlflow

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

Related vulnerabilities

CVE-2026-2651CRITICAL9.0PL ✓ten sam produkt

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

CVE-2026-2611CRITICAL9.6PL ✓ten sam produkt

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

CVE-2026-0545CRITICAL9.8PL ✓ten sam produkt

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

CVE-2025-15379CRITICAL9.8PL ✓ten sam produkt

Command injection w MLflow podczas inicjalizacji kontenera modelu

CVE-2025-15031CRITICAL9.1PL ✓ten sam produkt

MLflow: path traversal w ekstrakcji archiwów tar umożliwia RCE