SCA: security update for mlflow (GHSA-2cm6-r77w-6g96)

high Tenable Self-Hosted Container Security Plugin ID 445945

Description

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

- In MLflow versions prior to 3.14.0, when running with authentication enabled, the trace API endpoints lack
proper authorization validators. This allows any authenticated user to bypass experiment-level
authorization controls on all trace operations, including reading, deleting, and modifying traces on
experiments they do not have permission to access. The issue arises from the `_before_request` handler,
which does not register authorization validators for trace endpoints, resulting in requests proceeding
without validation. This vulnerability can expose sensitive data, destroy audit logs, and allow
unauthorized modifications. (CVE-2026-8147)

Solution

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

See Also

https://github.com/advisories/GHSA-2cm6-r77w-6g96

Plugin Details

Severity: High

ID: 445945

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/13/2026

Updated: 8/13/2026

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.66

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.7

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

CVSS Score Source: CVE-2026-8147

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

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

Vulnerability Publication Date: 7/2/2026

Reference Information

CVE: CVE-2026-8147

cwe: CWE-284