Lucene search
+L
LfprojectsMlflow

77 matches found

CVE
CVE
added 2023/12/19 1:41 a.m.72 views

CVE-2023-6940

CVE-2023-6940 is a command-injection vulnerability affecting mlflow where a single user interaction (e.g., loading a malicious config) can lead to full command execution on the host. The publicly documented root cause in at least one source is unsafe YAML/config rendering due to not sandboxing th...

9CVSS8.9AI score0.01219EPSS
Save
CVE
CVE
added 2023/12/20 5:25 a.m.72 views

CVE-2023-6974

CVE-2023-6974 is a server-side request forgery (SSRF) affecting MLflow. The connected documents describe an issue where a malicious user can abuse redirects during artifact fetching to access internal HTTP(S) servers and, in the worst case, achieve remote code execution on the victim machine. The...

9.8CVSS9.4AI score0.01507EPSS
Save
CVE
CVE
added 2024/06/06 6:08 p.m.72 views

CVE-2024-3099

CVE-2024-3099 affects mlflow/mlflow 2.11.1 and is caused by inadequate validation of model names, allowing URL-encoded names to be treated as distinct from their decoded counterparts. This enables an attacker to create multiple models with the same name, leading to DoS (an authenticated user may ...

5.4CVSS5.1AI score0.00438EPSS
Save
CVE
CVE
added 2026/05/11 7:02 p.m.71 views

CVE-2026-2614

Summary: CVE-2026-2614 affects mlflow/mlflow

7.5CVSS7.3AI score0.02355EPSS
Save
CVE
CVE
added 2025/03/20 10:09 a.m.69 views

CVE-2024-6838

CVE-2024-6838 affects mlflow/mlflow v2.13.2, allowing creation or renaming of an experiment with an unbounded number of integers in the name and no limit on the artifact_location, leading to potential denial of service due to UI unresponsiveness (uncontrolled resource consumption). The vulnerabil...

5.3CVSS5.3AI score0.00641EPSS
Save
CVE
CVE
added 2023/12/13 12:00 a.m.68 views

CVE-2023-6753

CVE-2023-6753 is a path traversal vulnerability in mlflow/mlflow prior to 2.9.2. Affected software: mlflow/mlflow. Root cause: path traversal allowing access to files beyond the intended directory. Impact per CVE metrics: Confidentiality, Integrity, and Availability high. Exploitation details and...

9.6CVSS8.7AI score0.01081EPSS
Save
CVE
CVE
added 2026/03/27 4:17 p.m.68 views

CVE-2025-15381

Affected software: mlflow/mlflow (deployments using mlflow server --app-name=basic-auth). Vulnerability: When the basic-auth app is enabled, tracing and assessment endpoints are not protected by permission validators, allowing any authenticated user (including those with NO_PERMISSIONS on the exp...

8.1CVSS7.1AI score0.00331EPSS
Save
CVE
CVE
added 2026/05/18 8:26 p.m.68 views

CVE-2026-4137

CVE-2026-4137 : In mlflow/mlflow before 3.11.0, two temp-dir creation paths expose world/group-writable permissions: get_or_create_nfs_tmp_dir() creates 0o777 and _create_model_downloading_tmp_dir() creates 0o770. This enables local attackers with access to shared NFS mounts (e.g., Databricks) to...

7.8CVSS7.6AI score0.00193EPSS
Save
CVE
CVE
added 2026/01/12 8:15 a.m.67 views

CVE-2025-14279

The CVE details a DNS rebinding vulnerability in MLflow up to version 3.4.0 caused by lack of Origin header validation in the MLflow REST server. The issue allows an attacker to bypass Same-Origin Policy and issue unauthorized requests to REST endpoints, enabling querying, updating, and deleting ...

8.1CVSS7.8AI score0.00184EPSS
Save
CVE
CVE
added 2023/08/01 12:00 a.m.66 views

CVE-2023-4033

CVE-2023-4033 : The connected documents confirm an OS Command Injection vulnerability affecting the project mlflow/mlflow prior to version 2.6.0 . The sources (OSV, GHSA, NVD, and related advisories) consistently describe it as an OS command injection issue in that repository/version range. The d...

8.8CVSS8AI score0.01253EPSS
Save
CVE
CVE
added 2026/03/18 10:06 p.m.66 views

CVE-2025-15031

MLflow is affected by a path-traversal in its pyfunc extraction: tarfile.extractall is used without validating archive paths, allowing crafted tar.gz files to escape the extraction directory via .. or absolute paths. Documents consistently describe potential arbitrary file writes and the risk of ...

9.1CVSS7.7AI score0.00852EPSS
Save
CVE
CVE
added 2023/12/20 5:26 a.m.63 views

CVE-2023-6975

CVE-2023-6975 is described in the connected data as a path traversal vulnerability related to MLflow (BIT-MLFLOW-2023-6975 / GHSA ...), potentially allowing command execution and access to data and models. The supplied documents do not provide explicit affected versions or remediation details; no...

9.8CVSS9.6AI score0.02013EPSS
Save
CVE
CVE
added 2023/12/12 4:05 a.m.61 views

CVE-2023-6709

CVE-2023-6709 affects mlflow/mlflow up to version 2.9.1 (prior to 2.9.2). The issue is improper neutralization of special elements used in a template engine (Jinja2), enabling template injection with potential arbitrary code execution. Affected component: mlflow/mlflow templates; root cause: inse...

10CVSS8.7AI score0.00937EPSS
Save
CVE
CVE
added 2023/12/20 5:30 a.m.57 views

CVE-2023-6976

CVE-2023-6976 is an Arbitrary File Write issue described across multiple sources (NVD, Red Hat, OSV, Veracode, GitHub advisories) affecting the server process’s ability to write files to arbitrary locations on the remote filesystem. Public descriptions consistently state the vulnerability enables...

8.8CVSS8.7AI score0.01008EPSS
Save
CVE
CVE
added 2024/06/04 12:01 p.m.56 views

CVE-2024-37056

CVE-2024-37056 affects the MLflow platform (versions 1.23.0 and newer) and involves unsafe deserialization of untrusted data. According to the sources, uploading a LightGBM scikit-learn model can be deserialized when run or loaded, enabling arbitrary code execution on the end user’s system. The p...

8.8CVSS7.6AI score0.00618EPSS
Save
CVE
CVE
added 2024/06/04 12:01 p.m.56 views

CVE-2024-37058

CVE-2024-37058 describes a deserialization of untrusted data in MLflow platforms running version 2.5.0 or newer, allowing a maliciously uploaded Langchain AgentExecutor model to execute arbitrary code on an end user’s system during interaction. The connected documents corroborate this issue acros...

8.8CVSS7.6AI score0.00618EPSS
Save
CVE
CVE
added 2026/06/28 8:30 a.m.48 views

CVE-2026-13484

CVE-2026-13484 affects MLflow, specifically the Experiment-scoped Label Schema CRUD API. The vulnerability arises from missing authorization in a function within this API, enabling remote exploitation with high impact to confidentiality, integrity, and availability. Exploitation is described as h...

8.8CVSS5.2AI score0.00306EPSS
Save
CVE
CVE
added 2024/06/04 12:00 p.m.47 views

CVE-2024-37053

CVE-2024-37053 applies to MLflow platforms 1.1.0 and newer, where deserialization of untrusted data (a maliciously uploaded scikit-learn model) can cause arbitrary code execution when interacted with. Affected component is the MLflow model loading path (e.g., _load_model_from_local_file). Root ca...

8.8CVSS7.6AI score0.00618EPSS
Save
CVE
CVE
added 2026/04/07 12:57 p.m.47 views

CVE-2026-33865

MLflow

5.4CVSS5.9AI score0.00218EPSS
Save
CVE
CVE
added 2024/06/04 12:01 p.m.46 views

CVE-2024-37057

MLflow vulnerability CVE-2024-37057 affects MLflow platform versions 2.0.0rc0 and later, where deserialization of untrusted data can occur during interaction with a maliciously uploaded TensorFlow model, allowing arbitrary code execution on an end user’s system. The issue is tied to how MLflow lo...

8.8CVSS7.6AI score0.00618EPSS
Save
CVE
CVE
added 2025/10/29 7:42 p.m.43 views

CVE-2025-11200

CVE-2025-11200 corresponds to a MLflow weakness where weak password requirements allow remote authentication bypass. The connected IBM bulletin and OSV/NVD listings confirm the vulnerability in MLflow with a “Weak Password Requirements” description, citing ZDI-CAN-26916 as the related disclosure ...

9.8CVSS8.3AI score0.01474EPSS
Save
CVE
CVE
added 2026/07/02 7:32 a.m.43 views

CVE-2026-8147

CVE-2026-8147 – MLflow trace API authorization bypass : In MLflow versions prior to 3.14.0 running with authentication enabled, the trace API endpoints lack proper authorization validators because the _before_request handler does not register validators for trace endpoints. This allows any authen...

8.1CVSS7.3AI score0.00376EPSS
Save
CVE
CVE
added 2024/06/04 12:02 p.m.42 views

CVE-2024-37060

The CVE-2024-37060 entry corresponds to a deserialization of untrusted data in MLflow 1.27.0 and newer, allowing a maliciously crafted Recipe to execute arbitrary code on an end user’s system when run. The root cause is described as unsafe pickle deserialization in the Recipe handling path (recip...

8.8CVSS8.1AI score0.00769EPSS
Save
CVE
CVE
added 2026/05/11 4:30 p.m.41 views

CVE-2026-2393

CVE-2026-2393: MLflow prior to 3.9.0 is vulnerable to SSRF via a user-controlled webhook URL. The _create_webhook() handler stores the URL without validation, and _send_webhook_request() POSTs to that URL, enabling an authenticated attacker to cause the MLflow backend to reach internal services, ...

7.1CVSS7.3AI score0.00288EPSS
Save
CVE
CVE
added 2024/06/04 12:00 p.m.39 views

CVE-2024-37055

CVE-2024-37055 involves the MLflow platform (v1.24.0+). The issue is a deserialization of untrusted data in the pmdarima model handling, specifically in the _load_model path of mlflow's pmdarima/init .py, which can allow code execution on an end user’s system when a malicious PyFunc model is inte...

8.8CVSS7.6AI score0.00618EPSS
Save
CVE
CVE
added 2026/04/07 12:57 p.m.35 views

CVE-2026-33866

CVE-2026-33866 affects MLflow up to version 3.10.1 and describes an authorization bypass in the AJAX endpoint for downloading saved model artifacts. Due to missing access-control validation, a user without permissions to a given experiment can directly query the endpoint and retrieve artifacts th...

5.3CVSS5.9AI score0.00362EPSS
Save
CVE
CVE
added 2026/02/02 10:36 a.m.31 views

CVE-2025-10279

CVE-2025-10279 affects mlflow 2.20.3 where the temporary directory used to create Python virtual environments is created with world-writable permissions (0o777). This insecure permission setup enables a local attacker with write access to /tmp to race and overwrite .py files inside the venv, enab...

7CVSS5.9AI score0.00215EPSS
Save
Total number of security vulnerabilities77