CVE-2026-8147
Authorization Bypass in mlflow/mlflow
Record summary
CVE-2026-8147 has a selected CVSS score of 8.1 (high).
Description
In MLflow versions prior to 3.14.0, when running with authentication enabled, the trace API endpoints lack proper authorization validators. This allows any authenticated user to bypass experiment-level authorization controls on all trace operations, including reading, deleting, and modifying traces on experiments they do not have permission to access. The issue arises from the `_before_request` handler, which does not register authorization validators for trace endpoints, resulting in requests proceeding without validation. This vulnerability can expose sensitive data, destroy audit logs, and allow unauthorized modifications.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jul 2, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
mlflow/mlflowBrowse mlflow / mlflow/mlflow | CVE List | Before 3.14.0 | affected |
mlflowBrowse PyPI / mlflow | GitHub Advisory | 2.14.0rc0 to < 3.13.0rc0 · Fixed in 3.13.0rc0 | affected |