SCA: security update for mlflow (GHSA-xch3-2f9x-wh9f)

high Tenable Self-Hosted Container Security Plugin ID 438916

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2025-14287)

Solution

Update the mlflow library and its related packages to version 3.8.0rc0 or later.

See Also

https://github.com/advisories/GHSA-xch3-2f9x-wh9f

Plugin Details

Severity: High

ID: 438916

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/18/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.03

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2025-14287

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.9

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/16/2026

Vulnerability Publication Date: 3/15/2026

Reference Information

CVE: CVE-2025-14287

cwe: CWE-94