---
id: CVE-2026-2734
aliases:
  - GHSA-w5xq-c4pf-ghq7
  - BIT-mlflow-2026-2734
  - PYSEC-2026-2660
title: >-
  MLflow authenticated users can enumerate any registered model versions due to
  lack of per-model permissions checks
summary: >-
  MLflow authenticated users can enumerate any registered model versions due to
  lack of per-model permissions checks
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
vendor: mlflow
product: mlflow
ecosystem: pip
affected:
  - mlflow < 3.10.0
patched:
  - mlflow 3.10.0
published: '2026-05-21'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-w5xq-c4pf-ghq7'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-2734'
  - url: >-
      https://github.com/mlflow/mlflow/commit/6989066af33fdcb03588fd71a1a67f8fc5ef12c9
  - url: 'https://github.com/mlflow/mlflow'
  - url: 'https://huntr.com/bounties/d632f783-b2c7-4a3b-af5e-1d693e841c08'
tags:
  - osv
  - pip
epss: 0.00502
epssPercentile: 0.40327
ingestedAt: '2026-07-13T18:58:04.098Z'
---

## Overview

In mlflow/mlflow versions up to 3.9.0, the `SearchModelVersions` REST API endpoint and the `mlflowSearchModelVersions` GraphQL 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 of `SearchModelVersions` in the `BEFORE_REQUEST_VALIDATORS` and `AFTER_REQUEST_HANDLERS` for the REST API, and its omission from `GraphQLAuthorizationMiddleware.PROTECTED_FIELDS` for 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.

## Affected packages

- `mlflow < 3.10.0`

## Remediation

Upgrade to a patched release:

- `mlflow 3.10.0`
