Bug 2447690 (CVE-2025-14287) - CVE-2025-14287 mlflow: MLflow: Arbitrary command execution via unsanitized container image names
Summary: CVE-2025-14287 mlflow: MLflow: Arbitrary command execution via unsanitized co...
Keywords:
Status: NEW
Alias: CVE-2025-14287
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-15 10:01 UTC by OSIDB Bzimport
Modified: 2026-03-16 19:19 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-15 10:01:47 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.