SCA: security update for bentoml (GHSA-mcfx-4vc6-qgxv)

medium Tenable Cloud Security Plugin ID 441485

Description

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

- BentoML is a Python library for building online serving systems optimized for AI apps and model inference.
In versions 1.4.38 and prior, the build packaging workflow follows attacker-controlled symlinks inside the
build context and copies the referenced file contents into the generated Bento artifact. If a victim
builds an untrusted repository or other attacker-supplied build context, the attacker can place a symlink
such as loot.txt -> /tmp/outside-marker.txt or a link to a more sensitive local file. When bentoml build
runs, BentoML dereferences the symlink and packages the target file contents into the Bento. The leaked
file can then propagate further through export, push, or containerization workflows. An attacker can
exfiltrate local files from the build host into the Bento artifact, exposing secrets such as cloud
credentials, SSH keys, API tokens, environment files, or other sensitive local configurations. Because
Bento artifacts are commonly exported, uploaded, stored, or containerized after build, the leaked file
contents can spread beyond the original build machine. This issue has been fixed in version 1.4.39.
(CVE-2026-40610)

Solution

Update the bentoml library and its related packages to version 1.4.39 or later.

See Also

https://github.com/advisories/GHSA-mcfx-4vc6-qgxv

Plugin Details

Severity: Medium

ID: 441485

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 5/7/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.36

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 3.8

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

CVSS Score Source: CVE-2026-40610

CVSS v3

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 5

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

Vulnerability Publication Date: 5/7/2026

Reference Information

CVE: CVE-2026-40610

cwe: CWE-59