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 run_id or model_id after _validate_source_run() or _validate_source_model() in mlflow/server/handlers.py verifies only path containment, allowing authenticated users to create a model version that references another user's artifact directory and read files through GET /model-versions/get-artifact without the required READ permission. This issue is fixed in version 3.15.0.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-gqch-g4w5-7qcw | MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Mon, 17 Aug 2026 23:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Mlflow
Mlflow mlflow |
|
| Vendors & Products |
Mlflow
Mlflow mlflow |
Mon, 17 Aug 2026 21:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | 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 run_id or model_id after _validate_source_run() or _validate_source_model() in mlflow/server/handlers.py verifies only path containment, allowing authenticated users to create a model version that references another user's artifact directory and read files through GET /model-versions/get-artifact without the required READ permission. This issue is fixed in version 3.15.0. | |
| Title | MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id | |
| Weaknesses | CWE-862 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-18T13:15:58.164Z
Reserved: 2026-08-03T15:47:09.654Z
Link: CVE-2026-69148
No data.
Status : Received
Published: 2026-08-17T22:17:26.380
Modified: 2026-08-17T22:17:26.380
Link: CVE-2026-69148
No data.
OpenCVE Enrichment
Updated: 2026-08-18T00:00:05Z
Weaknesses
Github GHSA