SCA: security update for bentoml (GHSA-jfjg-vc52-wqvf)

high Tenable Self-Hosted Container Security Plugin ID 439255

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.
Prior to 1.4.37, the `docker.system_packages` field in `bentofile.yaml` accepts arbitrary strings that are
interpolated directly into Dockerfile `RUN` commands without sanitization. Since `system_packages` is
semantically a list of OS package names (data), users do not expect values to be interpreted as shell
commands. A malicious `bentofile.yaml` achieves arbitrary command execution during `bentoml containerize`
/ `docker build`. Version 1.4.37 fixes the issue. (CVE-2026-33744)

Solution

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

See Also

https://github.com/advisories/GHSA-jfjg-vc52-wqvf

Plugin Details

Severity: High

ID: 439255

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 3/26/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.95

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.2

Temporal Score: 5.6

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

CVSS Score Source: CVE-2026-33744

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 7

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/26/2026

Vulnerability Publication Date: 3/26/2026

Reference Information

CVE: CVE-2026-33744

cwe: CWE-94