In mlflow/mlflow, the FastAPI job endpoints under `/ajax...
Critical severity
Unreviewed
Published
Apr 3, 2026
to the GitHub Advisory Database
•
Updated Apr 3, 2026
Description
Published by the National Vulnerability Database
Apr 3, 2026
Published to the GitHub Advisory Database
Apr 3, 2026
Last updated
Apr 3, 2026
In mlflow/mlflow, the FastAPI job endpoints under
/ajax-api/3.0/jobs/*are not protected by authentication or authorization when thebasic-authapp is enabled. This vulnerability affects the latest version of the repository. If job execution is enabled (MLFLOW_SERVER_ENABLE_JOB_EXECUTION=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.References