SCA: security update for mlflow (GHSA-j62r-wxqq-f3gf)

high Tenable Cloud Security Plugin ID 421421

Description

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

- A path traversal vulnerability exists in the `_create_model_version()` function within
`server/handlers.py` of the mlflow/mlflow repository, due to improper validation of the `source`
parameter. Attackers can exploit this vulnerability by crafting a `source` parameter that bypasses the
`_validate_non_local_source_contains_relative_paths(source)` function's checks, allowing for arbitrary
file read access on the server. The issue arises from the handling of unquoted URL characters and the
subsequent misuse of the original `source` value for model version creation, leading to the exposure of
sensitive files when interacting with the `/model-versions/get-artifact` handler. (CVE-2024-1558)

See Also

https://github.com/advisories/GHSA-j62r-wxqq-f3gf

Plugin Details

Severity: High

ID: 421421

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 3/28/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.93

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-2024-1558

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: 4/16/2024

Vulnerability Publication Date: 4/16/2024

Reference Information

CVE: CVE-2024-1558

cwe: CWE-22