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.
References
| Link | Resource |
|---|---|
| https://github.com/bentoml/BentoML/security/advisories/GHSA-jfjg-vc52-wqvf | Exploit Mitigation Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-03-27 01:16
Updated : 2026-06-17 10:38
NVD link : CVE-2026-33744
Mitre link : CVE-2026-33744
CVE.ORG link : CVE-2026-33744
JSON object : View
Products Affected
bentoml
- bentoml
CWE
CWE-94
Improper Control of Generation of Code ('Code Injection')
