9.8
CRITICAL CVSS 3.1
CVE-2026-0545
Missing Authentication for Critical Function in mlflow/mlflow
Description

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.

INFO

Published Date :

April 3, 2026, 6:16 p.m.

Last Modified :

June 30, 2026, 3:17 a.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2026-0545 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Lfprojects mlflow
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 3.0 CRITICAL [email protected]
CVSS 3.0 CRITICAL MITRE-CVE
CVSS 3.1 CRITICAL [email protected]
CVSS 3.1 HIGH 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
Solution
Protect job endpoints with authentication and authorization when job execution is enabled.
  • Ensure authentication and authorization checks are enforced.
  • Review and restrict allowed job functions.
  • Disable job execution if not needed.
  • Update to a patched version.
Public PoC/Exploit Available at Github

CVE-2026-0545 has a 4 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-0545.

URL Resource
https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8 Exploit Third Party Advisory
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
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-0545 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

None

Python

Updated: 2 months, 2 weeks ago
0 stars 0 fork 0 watcher
Born at : April 20, 2026, 10:02 a.m. This repo has been linked 3 different CVEs too.

funny lab, absolute ai security maxxxing

Python Standard ML

Updated: 1 month, 1 week ago
0 stars 0 fork 0 watcher
Born at : April 18, 2026, 6:17 p.m. This repo has been linked 2 different CVEs too.

🤖 Curated AI OSINT resources — Google dorks, Shodan queries, GitHub dorks, and techniques to discover exposed LLM endpoints, leaked AI API keys, misconfigured vector databases, and unprotected AI agents

ai-osint ai-security bug-bounty cybersecurity google-dorks hacking llm-security mcp-security ollama osint owasp pentesting prompt-injection reconnaissance red-team shodan agent-skills clawhavoc mcp-scanner openclaw-security

Updated: 2 weeks, 3 days ago
95 stars 13 fork 13 watcher
Born at : April 8, 2026, 2:08 p.m. This repo has been linked 10 different CVEs too.

Curated knowledge base tracking pickle deserialization vulnerabilities in ML frameworks. For GRC professionals and security teams.

Python

Updated: 2 months, 1 week ago
0 stars 0 fork 0 watcher
Born at : Jan. 18, 2026, 2:45 p.m. This repo has been linked 12 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-0545 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-0545 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 0b0ca135-0b70-47e7-9f44-1890c2a1c46c

    Jun. 30, 2026

    Action Type Old Value New Value
    Added Affected [{'cpes': ['cpe:/a:redhat:openshift_ai'], 'vendor': 'Red Hat', 'product': 'Red Hat OpenShift AI (RHOAI)', 'defaultStatus': 'affected'}]
    Added CVSS V3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
    Added CWE CWE-306
    Added Reference https://access.redhat.com/security/cve/CVE-2026-0545
    Added Reference https://bugzilla.redhat.com/show_bug.cgi?id=2454889
    Added Reference https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-0545.json
  • CVE Modified by [email protected]

    Jun. 17, 2026

    Action Type Old Value New Value
    Added Affected [{'vendor': 'mlflow', 'product': 'mlflow/mlflow', 'versions': [{'status': 'affected', 'version': 'unspecified', 'versionType': 'custom', 'lessThanOrEqual': 'latest'}]}]
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jun. 17, 2026

    Action Type Old Value New Value
    Added SSVC {'id': 'CVE-2026-0545', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'poc'}, {'automatable': 'yes'}, {'technicalImpact': 'partial'}], 'version': '2.0.3', 'timestamp': '2026-04-03T17:48:47.110787Z'}
  • Initial Analysis by [email protected]

    Apr. 21, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    Added CPE Configuration OR *cpe:2.3:a:lfprojects:mlflow:-:*:*:*:*:*:*:*
    Added Reference Type huntr.dev: https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8 Types: Exploit, Third Party Advisory
  • New CVE Received by [email protected]

    Apr. 03, 2026

    Action Type Old Value New Value
    Added Description 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.
    Added CVSS V3 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
    Added CWE CWE-306
    Added Reference https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.