SCA: security update for mlflow (GHSA-42h5-h8qh-vv9v)

high Tenable Self-Hosted Container Security Plugin ID 442078

Description

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

- A vulnerability in the `_create_model_version()` handler of `mlflow/server/handlers.py` in mlflow/mlflow
versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the
server's filesystem. The issue arises when a `CreateModelVersion` request includes the tag
`mlflow.prompt.is_prompt`, which bypasses source path validation. This enables an attacker to store an
arbitrary local filesystem path as the model version source. The `get_model_version_artifact_handler()`
function later uses this source to serve files without verifying the model version's prompt status,
leading to a complete confidentiality compromise. This issue is fixed in version 3.10.0. (CVE-2026-2614)

Solution

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

See Also

https://github.com/advisories/GHSA-42h5-h8qh-vv9v

Plugin Details

Severity: High

ID: 442078

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 5/18/2026

Updated: 5/29/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.72

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-2614

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/11/2026

Vulnerability Publication Date: 5/11/2026

Reference Information

CVE: CVE-2026-2614

cwe: CWE-22