Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/mlflow@1.3.0
purl pkg:pypi/mlflow@1.3.0
Next non-vulnerable version 3.11.0rc0
Latest non-vulnerable version 3.11.0rc0
Risk
Vulnerabilities affecting this package (25)
Vulnerability Summary Fixed by
VCID-2kkx-3hfx-uqcf
Aliases:
CVE-2023-1176
GHSA-wp72-7hj9-5265
PYSEC-2023-28
Absolute Path Traversal in GitHub repository mlflow/mlflow prior to 2.2.2.
2.2.1
Affected by 22 other vulnerabilities.
2.2.2
Affected by 21 other vulnerabilities.
VCID-3uj4-75x9-a7ae
Aliases:
CVE-2023-2356
GHSA-x422-6qhv-p29g
PYSEC-2023-68
Relative Path Traversal in GitHub repository mlflow/mlflow prior to 2.3.1.
2.3.1
Affected by 19 other vulnerabilities.
VCID-58ta-qa92-xfe3
Aliases:
CVE-2022-0736
GHSA-vqj2-4v8m-8vrq
PYSEC-2022-28
Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1.
1.23.1
Affected by 24 other vulnerabilities.
VCID-7m3u-tyeh-rqgz
Aliases:
CVE-2024-4263
PYSEC-2024-51
A broken access control vulnerability exists in mlflow/mlflow versions before 2.10.1, where low privilege users with only EDIT permissions on an experiment can delete any artifacts. This issue arises due to the lack of proper validation for DELETE requests by users with EDIT permissions, allowing them to perform unauthorized deletions of artifacts. The vulnerability specifically affects the handling of artifact deletions within the application, as demonstrated by the ability of a low privilege user to delete a directory inside an artifact using a DELETE request, despite the official documentation stating that users with EDIT permission can only read and update artifacts, not delete them.
2.10.1
Affected by 7 other vulnerabilities.
VCID-93v9-5y4m-t7dz
Aliases:
CVE-2023-6568
GHSA-vwhf-3v6x-wff8
PYSEC-2023-260
A reflected Cross-Site Scripting (XSS) vulnerability exists in the mlflow/mlflow repository, specifically within the handling of the Content-Type header in POST requests. An attacker can inject malicious JavaScript code into the Content-Type header, which is then improperly reflected back to the user without adequate sanitization or escaping, leading to arbitrary JavaScript execution in the context of the victim's browser. The vulnerability is present in the mlflow/server/auth/__init__.py file, where the user-supplied Content-Type header is directly injected into a Python formatted string and returned to the user, facilitating the XSS attack.
2.9.0
Affected by 16 other vulnerabilities.
2.9.1
Affected by 15 other vulnerabilities.
VCID-an1e-3jdw-7yaw
Aliases:
CVE-2023-4033
GHSA-ffw3-6378-cqgp
PYSEC-2023-280
OS Command Injection in GitHub repository mlflow/mlflow prior to 2.6.0.
2.6.0
Affected by 17 other vulnerabilities.
VCID-cu1t-7wnm-y7hk
Aliases:
CVE-2026-33866
PYSEC-2026-94
MLflow is vulnerable to an authorization bypass affecting the AJAX endpoint used to download saved model artifacts. Due to missing access‑control validation, a user without permissions to a given experiment can directly query this endpoint and retrieve model artifacts they are not authorized to access. This issue affects MLflow version through 3.10.1
3.11.0rc0
Affected by 0 other vulnerabilities.
VCID-deyg-v3z9-6fet
Aliases:
CVE-2024-27132
GHSA-6749-m5cp-6cg7
PYSEC-2024-240
Insufficient sanitization in MLflow leads to XSS when running an untrusted recipe. This issue leads to a client-side RCE when running an untrusted recipe in Jupyter Notebook. The vulnerability stems from lack of sanitization over template variables.
2.10.0
Affected by 8 other vulnerabilities.
VCID-ep2z-9m6r-6ubu
Aliases:
CVE-2023-6709
GHSA-cxfr-5q3r-2rc2
PYSEC-2023-281
Improper Neutralization of Special Elements Used in a Template Engine in GitHub repository mlflow/mlflow prior to 2.9.2.
2.9.2
Affected by 16 other vulnerabilities.
VCID-g9p5-4cqv-qfew
Aliases:
CVE-2026-33865
PYSEC-2026-93
MLflow is vulnerable to Stored Cross-Site Scripting (XSS) caused by unsafe parsing of YAML-based MLmodel artifacts in its web interface. An authenticated attacker can upload a malicious MLmodel file containing a payload that executes when another user views the artifact in the UI. This allows actions such as session hijacking or performing operations on behalf of the victim. This issue affects MLflow version through 3.10.1
3.11.0rc0
Affected by 0 other vulnerabilities.
VCID-hz26-bm34-gkfx
Aliases:
CVE-2025-1474
PYSEC-2025-17
In mlflow/mlflow version 2.18, an admin is able to create a new user account without setting a password. This vulnerability could lead to security risks, as accounts without passwords may be susceptible to unauthorized access. Additionally, this issue violates best practices for secure user account management. The issue is fixed in version 2.19.0.
2.19.0
Affected by 3 other vulnerabilities.
VCID-j3ax-7a88-f7ff
Aliases:
CVE-2024-27133
GHSA-3v79-q7ph-j75h
PYSEC-2024-241
Insufficient sanitization in MLflow leads to XSS when running a recipe that uses an untrusted dataset. This issue leads to a client-side RCE when running the recipe in Jupyter Notebook. The vulnerability stems from lack of sanitization over dataset table fields.
2.10.0
Affected by 8 other vulnerabilities.
VCID-jbuf-3rr2-5kcv
Aliases:
CVE-2024-2928
PYSEC-2024-242
A Local File Inclusion (LFI) vulnerability was identified in mlflow/mlflow, specifically in version 2.9.2, which was fixed in version 2.11.3. This vulnerability arises from the application's failure to properly validate URI fragments for directory traversal sequences such as '../'. An attacker can exploit this flaw by manipulating the fragment part of the URI to read arbitrary files on the local file system, including sensitive files like '/etc/passwd'. The vulnerability is a bypass to a previous patch that only addressed similar manipulation within the URI's query string, highlighting the need for comprehensive validation of all parts of a URI to prevent LFI attacks.
2.11.3
Affected by 6 other vulnerabilities.
VCID-jy2j-vzv6-73gh
Aliases:
CVE-2023-1177
GHSA-xg73-94fp-g449
PYSEC-2023-29
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.2.1.
2.2.1
Affected by 22 other vulnerabilities.
VCID-ns8z-pwe6-vbby
Aliases:
CVE-2023-6831
GHSA-554w-xh4j-8w64
PYSEC-2023-253
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.9.2.
2.9.2
Affected by 16 other vulnerabilities.
VCID-p21k-ac5p-9kam
Aliases:
CVE-2023-3765
GHSA-fmxj-6h9g-6vw3
PYSEC-2023-308
Absolute Path Traversal in GitHub repository mlflow/mlflow prior to 2.5.0.
2.5.0
Affected by 19 other vulnerabilities.
VCID-pp8q-xumx-sqax
Aliases:
CVE-2023-30172
GHSA-wc6j-5g83-xfm6
PYSEC-2023-70
A directory traversal vulnerability in the /get-artifact API method of the mlflow platform up to v2.0.1 allows attackers to read arbitrary files on the server via the path parameter.
2.0.0
Affected by 24 other vulnerabilities.
2.0.1
Affected by 23 other vulnerabilities.
VCID-pzmb-xzk9-s7dy
Aliases:
CVE-2024-3848
PYSEC-2024-244
A path traversal vulnerability exists in mlflow/mlflow version 2.11.0, identified as a bypass for the previously addressed CVE-2023-6909. The vulnerability arises from the application's handling of artifact URLs, where a '#' character can be used to insert a path into the fragment, effectively skipping validation. This allows an attacker to construct a URL that, when processed, ignores the protocol scheme and uses the provided path for filesystem access. As a result, an attacker can read arbitrary files, including sensitive information such as SSH and cloud keys, by exploiting the way the application converts the URL into a filesystem path. The issue stems from insufficient validation of the fragment portion of the URL, leading to arbitrary file read through path traversal.
2.12.1
Affected by 5 other vulnerabilities.
VCID-rcqb-2498-77e2
Aliases:
CVE-2025-52967
PYSEC-2025-52
gateway_proxy_handler in MLflow before 3.1.0 lacks gateway_path validation.
3.1.0
Affected by 2 other vulnerabilities.
VCID-s76e-s9ut-2bdq
Aliases:
CVE-2023-6909
GHSA-5r3q-93q3-f978
PYSEC-2023-252
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.9.2.
2.9.2
Affected by 16 other vulnerabilities.
VCID-saca-pg4n-xucu
Aliases:
CVE-2023-6753
GHSA-v945-r3rc-6fjm
PYSEC-2023-309
Path Traversal in GitHub repository mlflow/mlflow prior to 2.9.2.
2.9.2
Affected by 16 other vulnerabilities.
VCID-syg7-c85s-4ufu
Aliases:
CVE-2024-27134
PYSEC-2024-224
Excessive directory permissions in MLflow leads to local privilege escalation when using spark_udf. This behavior can be exploited by a local attacker to gain elevated permissions by using a ToCToU attack. The issue is only relevant when the spark_udf() MLflow API is called.
2.16.0
Affected by 4 other vulnerabilities.
VCID-u94r-pnx1-s7c7
Aliases:
CVE-2023-2780
GHSA-wjq3-7jxx-whj9
PYSEC-2023-69
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.3.1.
2.3.0
Affected by 21 other vulnerabilities.
2.3.1
Affected by 19 other vulnerabilities.
VCID-vd8p-48kf-yyg6
Aliases:
CVE-2024-3573
GHSA-hq88-wg7q-gp4g
PYSEC-2024-243
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.
2.10.0
Affected by 8 other vulnerabilities.
VCID-wwe2-hxs5-t7eq
Aliases:
CVE-2024-0520
PYSEC-2024-239
A vulnerability in mlflow/mlflow version 8.2.1 allows for remote code execution due to improper neutralization of special elements used in an OS command ('Command Injection') within the `mlflow.data.http_dataset_source.py` module. Specifically, when loading a dataset from a source URL with an HTTP scheme, the filename extracted from the `Content-Disposition` header or the URL path is used to generate the final file path without proper sanitization. This flaw enables an attacker to control the file path fully by utilizing path traversal or absolute path techniques, such as '../../tmp/poc.txt' or '/tmp/poc.txt', leading to arbitrary file write. Exploiting this vulnerability could allow a malicious user to execute commands on the vulnerable machine, potentially gaining access to data and model information. The issue is fixed in version 2.9.0.
2.9.0
Affected by 16 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-02T04:24:31.375328+00:00 Pypa Importer Affected by VCID-cu1t-7wnm-y7hk https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2026-94.yaml 38.6.0
2026-06-02T04:24:30.637090+00:00 Pypa Importer Affected by VCID-g9p5-4cqv-qfew https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2026-93.yaml 38.6.0
2026-06-02T04:23:14.128004+00:00 Pypa Importer Affected by VCID-rcqb-2498-77e2 https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2025-52.yaml 38.6.0
2026-06-02T04:22:54.989247+00:00 Pypa Importer Affected by VCID-hz26-bm34-gkfx https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2025-17.yaml 38.6.0
2026-06-02T04:22:35.462451+00:00 Pypa Importer Affected by VCID-syg7-c85s-4ufu https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-224.yaml 38.6.0
2026-06-02T04:21:26.748559+00:00 Pypa Importer Affected by VCID-jbuf-3rr2-5kcv https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-242.yaml 38.6.0
2026-06-02T04:21:24.051097+00:00 Pypa Importer Affected by VCID-wwe2-hxs5-t7eq https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-239.yaml 38.6.0
2026-06-02T04:21:16.698004+00:00 Pypa Importer Affected by VCID-pzmb-xzk9-s7dy https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-244.yaml 38.6.0
2026-06-02T04:21:16.330937+00:00 Pypa Importer Affected by VCID-7m3u-tyeh-rqgz https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-51.yaml 38.6.0
2026-06-02T04:21:09.335894+00:00 Pypa Importer Affected by VCID-vd8p-48kf-yyg6 https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-243.yaml 38.6.0
2026-06-02T04:20:59.058620+00:00 Pypa Importer Affected by VCID-j3ax-7a88-f7ff https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-241.yaml 38.6.0
2026-06-02T04:20:58.683500+00:00 Pypa Importer Affected by VCID-deyg-v3z9-6fet https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2024-240.yaml 38.6.0
2026-06-02T04:20:24.563461+00:00 Pypa Importer Affected by VCID-s76e-s9ut-2bdq https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-252.yaml 38.6.0
2026-06-02T04:20:24.195439+00:00 Pypa Importer Affected by VCID-ns8z-pwe6-vbby https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-253.yaml 38.6.0
2026-06-02T04:20:21.370718+00:00 Pypa Importer Affected by VCID-saca-pg4n-xucu https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-309.yaml 38.6.0
2026-06-02T04:20:20.268340+00:00 Pypa Importer Affected by VCID-ep2z-9m6r-6ubu https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-281.yaml 38.6.0
2026-06-02T04:20:17.599806+00:00 Pypa Importer Affected by VCID-93v9-5y4m-t7dz https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-260.yaml 38.6.0
2026-06-02T04:19:13.679903+00:00 Pypa Importer Affected by VCID-an1e-3jdw-7yaw https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-280.yaml 38.6.0
2026-06-02T04:19:09.648176+00:00 Pypa Importer Affected by VCID-p21k-ac5p-9kam https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-308.yaml 38.6.0
2026-06-02T04:18:44.741042+00:00 Pypa Importer Affected by VCID-u94r-pnx1-s7c7 https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-69.yaml 38.6.0
2026-06-02T04:18:43.648398+00:00 Pypa Importer Affected by VCID-pp8q-xumx-sqax https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-70.yaml 38.6.0
2026-06-02T04:18:40.334143+00:00 Pypa Importer Affected by VCID-3uj4-75x9-a7ae https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-68.yaml 38.6.0
2026-06-02T04:18:30.106998+00:00 Pypa Importer Affected by VCID-2kkx-3hfx-uqcf https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-28.yaml 38.6.0
2026-06-02T04:18:29.801205+00:00 Pypa Importer Affected by VCID-jy2j-vzv6-73gh https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2023-29.yaml 38.6.0
2026-06-02T04:17:02.256977+00:00 Pypa Importer Affected by VCID-58ta-qa92-xfe3 https://github.com/pypa/advisory-database/blob/main/vulns/mlflow/PYSEC-2022-28.yaml 38.6.0