CVE-2026-0545

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 (`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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:lfprojects:mlflow:-:*:*:*:*:*:*:*

History

21 Jul 2026, 19:10

Type Values Removed Values Added
Summary
  • (es) En mlflow/mlflow, los endpoints de trabajo de FastAPI bajo /ajax-api/3.0/jobs/* no están protegidos por autenticación ni autorización cuando la aplicación basic-auth está habilitada. Esta vulnerabilidad afecta a la última versión del repositorio. Si la ejecución de trabajos está habilitada (MLFLOW_SERVER_ENABLE_JOB_EXECUTION=true) y cualquier función de trabajo está en la lista de permitidos, cualquier cliente de red puede enviar, leer, buscar y cancelar trabajos sin credenciales, omitiendo basic-auth por completo. Esto puede llevar a ejecución remota de código no autenticada si los trabajos permitidos realizan acciones privilegiadas como la ejecución de shell o cambios en el sistema de archivos. Incluso si los trabajos se consideran seguros, esto sigue constituyendo una omisión de autenticación, lo que podría resultar en correo no deseado de trabajos, denegación de servicio (DoS) o exposición de datos en los resultados de los trabajos.

30 Jun 2026, 03:17

Type Values Removed Values Added
References
  • () https://access.redhat.com/security/cve/CVE-2026-0545 -
  • () https://bugzilla.redhat.com/show_bug.cgi?id=2454889 -
  • () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-0545.json -

17 Jun 2026, 10:10

Type Values Removed Values Added
References () https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8 - Third Party Advisory, Exploit () https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8 - Exploit, Third Party Advisory

21 Apr 2026, 01:45

Type Values Removed Values Added
First Time Lfprojects mlflow
Lfprojects
CPE cpe:2.3:a:lfprojects:mlflow:-:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : 9.1
v2 : unknown
v3 : 9.8
References () https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8 - () https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8 - Third Party Advisory, Exploit

03 Apr 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-03 18:16

Updated : 2026-07-21 19:10


NVD link : CVE-2026-0545

Mitre link : CVE-2026-0545

CVE.ORG link : CVE-2026-0545


JSON object : View

Products Affected

lfprojects

  • mlflow
CWE
CWE-306

Missing Authentication for Critical Function