REDHAT-BUG-2447690: Command Injection
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
mlflow/mlflowto a version that resolves this vulnerability.Fixed in v3.7.0 - Configuration
Restrict the value passed to the MLflow CLI --container parameter to trusted/sanitized container image names so it cannot inject shell metacharacters into the underlying command execution.
MLflow CLI --container parameter input handling = Use only trusted, sanitized container image names (no shell metacharacters)
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2447690?
The severity of REDHAT-BUG-2447690 is classified as high with a score of 7.
How do I fix REDHAT-BUG-2447690?
To fix REDHAT-BUG-2447690, upgrade to MLflow version 3.7.0 or later where the vulnerability is addressed.
What type of vulnerability is REDHAT-BUG-2447690?
REDHAT-BUG-2447690 is a command injection vulnerability due to improper handling of user-supplied input.
In which software is REDHAT-BUG-2447690 found?
REDHAT-BUG-2447690 is found in MLflow, specifically in versions prior to 3.7.0.
What file is affected by REDHAT-BUG-2447690?
REDHAT-BUG-2447690 affects the mlflow/sagemaker/__init__.py file, specifically lines 161-167.