Lucene search
+L

29 matches found

NVD
NVD
added 2026/08/17 10:17 p.m.11 views

CVE-2026-69148

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, CreateModelVersion accepts a runid or modelid after validatesourcerun or validatesourcemodel in mlflow/server/handlers.py verifies only path containment, allowing...

7.1CVSS0.00217EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/08/17 9:59 p.m.10 views

NPM: MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

NPM: MLflow: CreateModelVersion source validation does not check READ permission on referenced runid vulnerability discovered by ? in WordPress Npm mlflow versions 3.15.0...

7.1CVSS5.2AI score0.00217EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/17 9:59 p.m.5 views

GHSA-GQCH-G4W5-7QCW MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

Summary The validatesourcerun and validatesourcemodel functions in mlflow/server/handlers.py verify that a model version source path is within the artifact directory of a specified run or logged model, but do not check whether the caller has READ permission on that run or model. An authenticated...

7.1CVSS5.7AI score0.00217EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/17 9:21 p.m.15 views

CVE-2026-69148

In MLflow versions prior to 3.15.0, the CreateModelVersion handler in mlflow/server/handlers.py validates only path containment via _validate_source_run() or _validate_source_model(), omitting READ permission checks. An authenticated user can reference another user's artifact directory and read f...

7.1CVSS5.3AI score0.00217EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 9:21 p.m.9 views

CVE-2026-69148 MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, CreateModelVersion accepts a runid or modelid after validatesourcerun or validatesourcemodel in mlflow/server/handlers.py verifies only path containment, allowing...

7.1CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/17 9:21 p.m.30 views

CVE-2026-69148 MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, CreateModelVersion accepts a runid or modelid after validatesourcerun or validatesourcemodel in mlflow/server/handlers.py verifies only path containment, allowing...

7.1CVSS0.00217EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/13 3:15 p.m.11 views

PYSEC-2026-2654 MLflow allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.1AI score0.02355EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 11:45 a.m.13 views

PYSEC-2026-1653 mlflow vulnerable to Path Traversal

A path traversal vulnerability exists in the createmodelversion function within server/handlers.py of the mlflow/mlflow repository, due to improper validation of the source parameter. Attackers can exploit this vulnerability by crafting a source parameter that bypasses the...

7.5CVSS6.1AI score0.00859EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/06/02 10:52 p.m.19 views

CVE-2026-2614

A flaw was found in mlflow. An unauthenticated remote attacker can exploit a vulnerability in the createmodelversion handler by including a specific tag, mlflow.prompt.isprompt, in a CreateModelVersion request. This bypasses source path validation, allowing the attacker to specify an arbitrary...

7.5CVSS7.1AI score0.02355EPSS
SaveExploits1References5
OSV
OSV
added 2026/05/28 8:50 a.m.46 views

BIT-MLFLOW-2026-2614 Arbitrary File Read via Prompt Tag Source Validation Bypass in mlflow/mlflow

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.02355EPSS
SaveExploits1References8
Snyk
Snyk
added 2026/05/12 3:23 p.m.10 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the createmodelversion function. An attacker can access arbitrary files on the server's filesystem by including the mlflow.prompt.isprompt tag in a CreateModelVersion request, which bypasses source path validatio...

8.7CVSS7.5AI score0.02355EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/05/12 3:23 p.m.34 views

Directory Traversal

Overview mlflow is a platform to streamline machine learning development, including tracking experiments, packaging code into reproducible runs, and sharing and deploying models. Affected versions of this package are vulnerable to Directory Traversal via the createmodelversion function. An attack...

8.7CVSS7.5AI score0.02355EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.32 views

MLflow allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.02355EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/05/11 9:31 p.m.28 views

EUVD-2026-29180

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.02355EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/11 9:31 p.m.10 views

GHSA-42H5-H8QH-VV9V MLflow allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.02355EPSS
SaveExploits1References4
NVD
NVD
added 2026/05/11 8:25 p.m.19 views

CVE-2026-2614

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS0.02355EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2026/05/11 7:02 p.m.54 views

CVE-2026-2614 Arbitrary File Read via Prompt Tag Source Validation Bypass in mlflow/mlflow

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS0.02355EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/05/11 7:02 p.m.11 views

CVE-2026-2614 Arbitrary File Read via Prompt Tag Source Validation Bypass in mlflow/mlflow

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.02355EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/11 7:02 p.m.14 views

CVE-2026-2614 Arbitrary File Read via Prompt Tag Source Validation Bypass in mlflow/mlflow

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.2AI score
SaveExploits0References9
CNNVD
CNNVD
added 2026/05/11 12:00 a.m.19 views

MLflow 路径遍历漏洞

MLFlow is an open-source platform that simplifies machine learning development. It includes features for tracking experiments, packaging code for reproducible runs, and sharing and deploying models. Versions of MLFlow prior to 3.9.0 contained a path traversal vulnerability. This vulnerability...

7.5CVSS7.3AI score0.02355EPSS
SaveExploits1References1
Rows per page
Query Builder