SCA: security update for mlflow (GHSA-65h7-c7c4-mghx)

high Tenable Self-Hosted Container Security Plugin ID 442091

Description

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

- A Server-Side Request Forgery (SSRF) vulnerability exists in MLflow versions prior to 3.9.0. The
`_create_webhook()` function in `mlflow/server/handlers.py` accepts a user-controlled `url` parameter
without validation, and the `_send_webhook_request()` function in `mlflow/webhooks/delivery.py` sends HTTP
POST requests to this attacker-controlled URL. This allows an authenticated attacker to force the MLflow
backend to send HTTP requests to internal services, cloud metadata endpoints, or arbitrary external
servers. The lack of input sanitization, URL scheme filtering, or allowlist validation on the webhook URL
enables exploitation, potentially leading to cloud credential theft, internal network access, and data
exfiltration. (CVE-2026-2393)

Solution

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

See Also

https://github.com/advisories/GHSA-65h7-c7c4-mghx

Plugin Details

Severity: High

ID: 442091

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 5/18/2026

Updated: 6/1/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3.5

Percentile: 52.04

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.9

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

CVSS Score Source: CVE-2026-2393

CVSS v3

Risk Factor: High

Base Score: 7.1

Temporal Score: 6.4

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/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-2393

cwe: CWE-918