CVE-2026-2651 PUBLISHED

Missing Authorization Validation in mlflow/mlflow

Assigner: @huntr_ai
Reserved: 18.02.2026 Published: 25.05.2026 Updated: 25.05.2026

A vulnerability in MLflow versions <=3.10.1.dev0 allows unauthorized access to multipart upload (MPU) endpoints when the --serve-artifacts mode is enabled. The authorization logic does not enforce resource-level permission checks for /mlflow-artifacts/mpu/* endpoints, enabling attackers to overwrite artifacts belonging to other users. This can lead to unauthorized cross-user writes, model supply chain poisoning, and arbitrary code execution when compromised models are loaded. The issue is resolved in version 3.10.0.

Metrics

CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9

Product Status

Vendor mlflow
Product mlflow/mlflow
Versions
  • affected from unspecified to 3.10.0 (excl.)

References

Problem Types

  • CWE-862 Missing Authorization CWE