SCA: security update for mlflow (GHSA-r23q-823p-vmf7)

critical Tenable Cloud Security Plugin ID 439578

Description

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

- A command injection vulnerability exists in MLflow's model serving container initialization code,
specifically in the `_install_model_dependencies_to_env()` function. When deploying a model with
`env_manager=LOCAL`, MLflow reads dependency specifications from the model artifact's `python_env.yaml`
file and directly interpolates them into a shell command without sanitization. This allows an attacker to
supply a malicious model artifact and achieve arbitrary command execution on systems that deploy the
model. The vulnerability affects versions 3.8.0 and is fixed in version 3.8.2. (CVE-2025-15379)

Solution

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

See Also

https://github.com/advisories/GHSA-r23q-823p-vmf7

Plugin Details

Severity: Critical

ID: 439578

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 4/1/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: Critical

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-15379

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/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/30/2026

Vulnerability Publication Date: 3/30/2026

Reference Information

CVE: CVE-2025-15379

cwe: CWE-77