---
id: CVE-2025-11201
aliases:
  - GHSA-5cvj-7rg6-jggj
  - BIT-mlflow-2025-11201
  - PYSEC-2026-1640
title: >-
  MLflow Tracking Server Model Creation Directory Traversal Remote Code
  Execution Vulnerability
summary: >-
  MLflow Tracking Server Model Creation Directory Traversal Remote Code
  Execution Vulnerability
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: mlflow
product: mlflow
ecosystem: pip
affected:
  - 'mlflow >= 3.0.0rc0, < 3.0.0'
  - mlflow < 2.22.4
patched:
  - mlflow 3.0.0
  - mlflow 2.22.4
published: '2025-10-29'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-5cvj-7rg6-jggj'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-11201'
  - url: >-
      https://github.com/B-Step62/mlflow/commit/2e02bc7bb70df243e6eb792689d9b8eba0013161
  - url: >-
      https://github.com/mlflow/mlflow/commit/5f98ff98659dddb188591ecf6b10a4e276a0dba7
  - url: >-
      https://github.com/mlflow/mlflow/commit/e7dc0574fa3459e0003cfeb68d4e4a625491f03d
  - url: 'https://github.com/mlflow/mlflow'
  - url: 'https://www.zerodayinitiative.com/advisories/ZDI-25-931'
tags:
  - osv
  - pip
epss: 0.27032
epssPercentile: 0.97955
zeroDay: true
ingestedAt: '2026-07-08T18:25:45.978Z'
---

## Overview

MLflow Tracking Server Model Creation Directory Traversal Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of MLflow Tracking Server. Authentication is not required to exploit this vulnerability.

The specific flaw exists within the handling of model file paths. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this vulnerability to execute code in the context of the service account. Was ZDI-CAN-26921.

## Affected packages

- `mlflow >= 3.0.0rc0, < 3.0.0`
- `mlflow < 2.22.4`

## Remediation

Upgrade to a patched release:

- `mlflow 3.0.0`
- `mlflow 2.22.4`
