---
id: CVE-2024-1594
aliases:
  - GHSA-m49c-5c52-6696
  - BIT-mlflow-2024-1594
  - PYSEC-2026-1655
title: mlflow vulnerable to Path Traversal
summary: mlflow vulnerable to Path Traversal
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
vendor: mlflow
product: mlflow
ecosystem: pip
affected:
  - mlflow <= 2.9.2
published: '2024-04-16'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-m49c-5c52-6696'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-1594'
  - url: 'https://github.com/mlflow/mlflow'
  - url: >-
      https://github.com/mlflow/mlflow/blob/b929a3e727dc48a1eb19b7e954b7897ac09ad3ec/mlflow/utils/uri.py#L246
  - url: 'https://huntr.com/bounties/424b6f6b-e778-4a2b-b860-39730d396f3e'
tags:
  - osv
  - pip
epss: 0.00712
epssPercentile: 0.51542
ingestedAt: '2026-07-08T18:25:51.126Z'
---

## Overview

A path traversal vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the `artifact_location` parameter when creating an experiment. Attackers can exploit this vulnerability by using a fragment component `#` in the artifact location URI to read arbitrary files on the server in the context of the server's process. This issue is similar to CVE-2023-6909 but utilizes a different component of the URI to achieve the same effect. 

## Affected packages

- `mlflow <= 2.9.2`

## Remediation

Refer to the advisory for the patched release.
