REDHAT-BUG-2454889: High severity MLflow MLflow vulnerability

Published Apr 3, 2026
·
Updated

In mlflow/mlflow, the FastAPI job endpoints under /ajax-api/3.0/jobs/ are not protected by authentication or authorization when the basic-auth app is enabled. This vulnerability affects the latest version of the repository. If job execution is enabled (MLFLOWSERVERENABLEJOBEXECUTION=true) and any job function is allowlisted, any network client can submit, read, search, and cancel jobs without credentials, bypassing basic-auth entirely. This can lead to unauthenticated remote code execution if allowed jobs perform privileged actions such as shell execution or filesystem changes. Even if jobs are deemed safe, this still constitutes an authentication bypass, potentially resulting in job spam, denial of service (DoS), or data exposure in job results.

Affected Software

1 affected component
MLflow MLflow=

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Set MLFLOW_SERVER_ENABLE_JOB_EXECUTION=false to disable job execution, preventing unauthenticated clients from submitting/reading/searching/canceling allowlisted jobs without credentials.

    MLflow server MLFLOW_SERVER_ENABLE_JOB_EXECUTION = false
  2. Configuration

    Ensure authentication/authorization protects the FastAPI job endpoints under `/ajax-api/3.0/jobs/*` so that job submission/read/search/cancel cannot occur without credentials even when the basic-auth app is enabled.

    MLflow server (FastAPI basic-auth app) basic-auth protection for FastAPI job endpoints = enabled

Event History

Apr 3, 2026
Data Sourced
via Red Hat·06:01 PM
DescriptionSeverityAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of REDHAT-BUG-2454889?

The severity of REDHAT-BUG-2454889 is high, rated at 7.

2

How do I fix REDHAT-BUG-2454889?

To fix REDHAT-BUG-2454889, ensure that authentication and authorization are properly configured for FastAPI job endpoints under `/ajax-api/3.0/jobs/*` when using the `basic-auth` app.

3

What impact does REDHAT-BUG-2454889 have on users?

REDHAT-BUG-2454889 allows unauthenticated access to job execution endpoints, potentially leading to unauthorized job submission.

4

Is REDHAT-BUG-2454889 present in all versions of MLflow?

REDHAT-BUG-2454889 affects the latest version of the MLflow repository.

5

What should I do if job execution is enabled in MLflow due to REDHAT-BUG-2454889?

If job execution is enabled, immediately implement authentication and authorization measures to protect the affected FastAPI endpoints.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
REDHAT-BUG-2454889 - High severity MLflow MLflow vulnerability - SecAlerts