---
id: CVE-2025-15036
aliases:
  - GHSA-vhcx-3pq2-4fvc
  - BIT-mlflow-2025-15036
  - PYSEC-2026-425
title: MLFlow path traversal vulnerability
summary: MLFlow path traversal vulnerability
severity: critical
cvss: 9.6
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H'
vendor: mlflow
product: mlflow
ecosystem: pip
affected:
  - mlflow < 3.9.0rc0
patched:
  - mlflow 3.9.0rc0
published: '2026-03-30'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:51:00.769056458Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-vhcx-3pq2-4fvc'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-15036'
  - url: >-
      https://github.com/mlflow/mlflow/commit/3bf6d81ac4d38654c8ff012dbd0c3e9f17e7e346
  - url: 'https://github.com/mlflow/mlflow'
  - url: 'https://huntr.com/bounties/36c314cf-fd6e-4fb0-b9b0-1b47bcdf0eb0'
tags:
  - osv
  - pip
epss: 0.00579
epssPercentile: 0.45254
ingestedAt: '2026-09-12T03:13:01.730Z'
---

## Overview

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.

## Affected packages

- `mlflow < 3.9.0rc0`

## Remediation

Upgrade to a patched release:

- `mlflow 3.9.0rc0`
