CVE-2026-40610
5.5 MEDIUMBentoML is a Python library for building online serving systems optimized for AI apps and model inference
Published: 2026-05-22 · Last updated: 2026-05-29
Severity and scoring
- CVSS
- 5.5 MEDIUM
- Vector
- CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
- CWE
- CWE-59
Affected products
| Vendor | Product |
|---|---|
| bentoml | bentoml |
Description
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.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-40610
- [Patch]https://github.com/bentoml/BentoML/commit/5fb7cd41f92e2a56b45391284cf15b9ac9963a1f
- [Other]https://github.com/bentoml/BentoML/releases/tag/v1.4.39
- [Vendor advisory]https://github.com/bentoml/BentoML/security/advisories/GHSA-mcfx-4vc6-qgxv
- [Vendor advisory]https://github.com/bentoml/BentoML/security/advisories/GHSA-mcfx-4vc6-qgxv
Related CVEs
Same vendor
- CVE-2026-44346 — BentoML is a Python library for building online serving systems optimized for AI apps and model inference (8.8 HIGH)
- CVE-2026-44345 — BentoML is a Python library for building online serving systems optimized for AI apps and model inference (8.8 HIGH)
Same CWE
- CVE-2026-50656 — Microsoft is aware of an elevation of privilege in the Microsoft Malware Protection Engine in Microsoft Defender publicly referred to as ... (7.8 HIGH)
- CVE-2026-54230 — A symlink following vulnerability was found in the ABRT post-create event handler scripts in libreport (7.0 HIGH)
- CVE-2026-54056 — Kitty is a cross-platform GPU based terminal (7.6 HIGH)
- CVE-2026-54055 — Kitty is a cross-platform GPU based terminal (5.0 MEDIUM)
- CVE-2025-46293 — This issue was addressed with improved handling of symlinks (5.5 MEDIUM)