Authorization Flaw in MLflow Versions Allowing Unauthorized Model Version Enumeration
CVE-2026-2734
What is CVE-2026-2734?
In certain versions of MLflow, an authorization flaw exists within the SearchModelVersions REST API endpoint and the mlflowSearchModelVersions GraphQL query. These components do not enforce the necessary per-model authorization checks when basic authentication is enabled. As a result, any authenticated user may access and enumerate all model versions across all registered models, bypassing permission restrictions. This lack of validation can lead to the exposure of sensitive information, such as model names, version descriptions, source URIs, tags, and other metadata. Consequently, this issue poses significant risks in multi-tenant environments where confidentiality and data integrity are paramount. The vulnerability has been addressed in version 3.10.0.
Affected Version(s)
mlflow/mlflow < 3.10.0
