CVE Catalog

CVE-2025-14287

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.46%

71th percentile - higher than 71% of all known CVEs

Summary

A command injection vulnerability exists in mlflow/mlflow before version 3.7.0 in the `mlflow/sagemaker/__init__.py` file. Attackers can supply malicious container image names via the `--container` parameter, which are directly interpolated into shell commands executed by `os.system()`, allowing arbitrary command execution.

Risk Assessment

The risk includes compromise of MLflow environments such as development setups, CI/CD pipelines, and cloud deployments, potentially leading to data theft, model tampering, or further infrastructure attacks.

Recommendation

Immediately upgrade mlflow to version 3.7.0 or later. If upgrading is not possible, restrict access to the `--container` parameter and implement input validation.

Other vulnerabilities in MLflow

See all
Original NVD description (English source)

A command injection vulnerability exists in mlflow/mlflow versions before v3.7.0, specifically in the `mlflow/sagemaker/__init__.py` file at lines 161-167. The vulnerability arises from the direct interpolation of user-supplied container image names into shell commands without proper sanitization, which are then executed using `os.system()`. This allows attackers to execute arbitrary commands by supplying malicious input through the `--container` parameter of the CLI. The issue affects environments where MLflow is used, including development setups, CI/CD pipelines, and cloud deployments.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS