Skip to main content

MLflow CVE-2026-2652

| EUVD-2026-30499 HIGH
Authentication Bypass by Primary Weakness (CWE-305)
2026-05-15 @huntr_ai GHSA-75cm-x2w3-8mgf
8.6
CVSS 3.0
Share

CVSS VectorNVD

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
High
Availability
Low

Lifecycle Timeline

4
Patch available
May 15, 2026 - 04:16 EUVD
Source Code Evidence Fetched
May 15, 2026 - 03:31 vuln.today
Analysis Generated
May 15, 2026 - 03:31 vuln.today
CVE Published
May 15, 2026 - 02:13 nvd
HIGH 8.6

DescriptionNVD

A vulnerability in mlflow/mlflow versions 3.9.0 and earlier allows unauthenticated access to certain FastAPI routes when the server is started with authentication enabled (--app-name basic-auth) and served via uvicorn (ASGI). The FastAPI permission middleware only enforces authentication on /gateway/ routes, leaving other routes such as the Job API (/ajax-api/3.0/jobs/*) and the OpenTelemetry trace ingestion API (/v1/traces) unprotected. This allows unauthenticated remote attackers to submit jobs, read job results, cancel running jobs, and inject arbitrary trace data into experiments. The issue arises from an architectural mismatch between Flask and FastAPI authentication mechanisms, where the _find_fastapi_validator() function fails to handle non-/gateway/ paths, resulting in a complete authentication bypass. This vulnerability is fixed in version 3.10.0.

AnalysisAI

Authentication bypass in MLflow 3.9.0 and earlier allows unauthenticated remote attackers to access protected Job API and OpenTelemetry trace ingestion endpoints when the server runs with basic-auth enabled via uvicorn/ASGI. Attackers can submit jobs, read results, cancel operations, and inject trace data without credentials. …

Sign in for full analysis, threat intelligence, and remediation guidance.

RemediationAI

Within 24 hours: inventory all MLflow deployments and confirm versions affected (3.9.0 and earlier); document which instances have basic-auth enabled via uvicorn/ASGI. Within 7 days: apply vendor-released patch to MLflow version 3.10.0 or later (GitHub commit bb62e77 or later). …

Sign in for detailed remediation steps.

Share

CVE-2026-2652 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy