SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-69148

HIGH · CVSS 7.1 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-17 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

Authenticated users of MLflow versions prior to 3.15.0 can exploit a flaw in the CreateModelVersion function to access another user's artifact directory, potentially exposing sensitive files without proper permissions. This vulnerability poses a significant risk to data confidentiality and integrity within AI and machine learning projects. Organizations using MLflow should prioritize upgrading to version 3.15.0 or later to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69148
Severity
HIGH
CVSS
7.1
EPSS
0.22%

Original NVD 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.