MLflow authenticated users can enumerate any registered model versions due to lack of per-model permissions checks
Moderate severity
GitHub Reviewed
Published
May 21, 2026
to the GitHub Advisory Database
•
Updated Jun 12, 2026
Description
Published by the National Vulnerability Database
May 21, 2026
Published to the GitHub Advisory Database
May 21, 2026
Reviewed
Jun 12, 2026
Last updated
Jun 12, 2026
In mlflow/mlflow versions up to 3.9.0, the
SearchModelVersionsREST API endpoint and themlflowSearchModelVersionsGraphQL query lack proper per-model authorization checks when basic authentication is enabled. This allows any authenticated user to enumerate all model versions across all registered models, regardless of their permission level. The issue arises due to the absence ofSearchModelVersionsin theBEFORE_REQUEST_VALIDATORSandAFTER_REQUEST_HANDLERSfor the REST API, and its omission fromGraphQLAuthorizationMiddleware.PROTECTED_FIELDSfor GraphQL. This vulnerability can expose sensitive information such as model names, version descriptions, source URIs, tags, and other metadata, potentially revealing proprietary or confidential details in multi-tenant environments. The issue is resolved in version 3.10.0.References