Lucene search
+L

289 matches found

OSV
OSV
added 2026/04/03 11:14 p.m.13 views

GHSA-V959-CWQ9-7HR6 BentoML: SSTI via Unsandboxed Jinja2 in Dockerfile Generation

Summary The Dockerfile generation function generatecontainerfile in src/bentoml/internal/container/generate.py uses an unsandboxed jinja2.Environment with the jinja2.ext.do extension to render user-provided dockerfiletemplate files. When a victim imports a malicious bento archive and runs bentoml...

8.8CVSS6.5AI score0.00392EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/04/03 12:0 a.m.8 views

PT-2026-30281

Commit ce53491 March 24 fixed command injection via system packages in Dockerfile templates and images.py by adding shlex.quote. However, the cloud deployment path in src/bentoml/ internal/cloud/deployment.py was not included in the fix. Line 1648 interpolates system packages directly into a shel...

7.8CVSS6.4AI score0.00315EPSS
SaveExploits2References5
Positive Technologies
Positive Technologies
added 2026/04/03 12:0 a.m.14 views

PT-2026-30282

Summary The Dockerfile generation function generate containerfile in src/bentoml/ internal/container/generate.py uses an unsandboxed jinja2.Environment with the jinja2.ext.do extension to render user-provided dockerfile template files. When a victim imports a malicious bento archive and runs...

8.8CVSS6.5AI score0.00392EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/27 1:16 a.m.7 views

DEBIAN-CVE-2026-33747

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to version 0.28.1, when using a custom BuildKit frontend, the frontend can craft an API message that causes files to be written outside of the BuildKit state directory for...

9.8CVSS5.9AI score0.00498EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/03/27 12:45 a.m.40 views

CVE-2026-33744 BentoML has Dockerfile Command Injection via system_packages in bentofile.yaml

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.37, the docker.systempackages field in bentofile.yaml accepts arbitrary strings that are interpolated directly into Dockerfile RUN commands without sanitization. Since...

7.8CVSS0.00257EPSS
SaveExploits1References1
CVE
CVE
added 2026/03/27 12:45 a.m.33 views

CVE-2026-33744

CVE-2026-33744 affects BentoML versions prior to 1.4.37. The issue arises when the docker.system_packages field in bentofile.yaml is interpolated into Dockerfile RUN commands without sanitization, allowing arbitrary shell commands to execute during bentoml containerize or docker build. Impact is ...

7.8CVSS6AI score0.00257EPSS
SaveExploits1References1Affected Software1
EUVD
EUVD
added 2026/03/26 7:32 a.m.10 views

EUVD-2026-16513

BentoML has Dockerfile Command Injection via systempackages in bentofile.yaml...

7.8CVSS5.8AI score0.00257EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/26 7:32 a.m.4 views

GHSA-JFJG-VC52-WQVF BentoML has Dockerfile Command Injection via system_packages in bentofile.yaml

Summary The docker.systempackages field in bentofile.yaml accepts arbitrary strings that are interpolated directly into Dockerfile RUN commands without sanitization. Since systempackages is semantically a list of OS package names data, users do not expect values to be interpreted as shell command...

7.8CVSS6.5AI score0.00257EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/03/26 7:32 a.m.19 views

BentoML has Dockerfile Command Injection via system_packages in bentofile.yaml

Summary The docker.systempackages field in bentofile.yaml accepts arbitrary strings that are interpolated directly into Dockerfile RUN commands without sanitization. Since systempackages is semantically a list of OS package names data, users do not expect values to be interpreted as shell command...

7.8CVSS6.6AI score0.00257EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/26 12:0 a.m.5 views

PT-2026-28523

Name of the Vulnerable Software and Affected Versions BentoML versions prior to 1.4.37 Description BentoML is a Python library used for building online serving systems for AI applications and model inference. A flaw exists where the docker.system packages field within the bentofile.yaml file does...

7.8CVSS6.2AI score0.00257EPSS
SaveExploits1References13
Github Security Blog
Github Security Blog
added 2026/03/03 10:25 p.m.13 views

OpenClaw has multiple E2E/test Dockerfiles that run all processes as root

Three Dockerfiles in scripts/docker/ and scripts/e2e/ lack a USER directive, meaning all processes run as uid 0 root. If any process is compromised, the attacker has root inside the container, making container breakout significantly easier. Partial fix 2026-02-08: Commit 28e1a65e added USER sandb...

6AI score
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/02/24 3:21 p.m.16 views

CVE-2026-27208

bleon-ethical/api-gateway-deploy provides API gateway deployment. Version 1.0.0 is vulnerable to an attack chain involving OS Command Injection and Privilege Escalation. This allows an attacker to execute arbitrary commands with root privileges within the container, potentially leading to a...

9.2CVSS0.00655EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/26 9:17 p.m.7 views

GHSA-6R62-W2Q3-48HF BentoML has a Path Traversal via Bentofile Configuration

Summary BentoML's bentofile.yaml configuration allows path traversal attacks through multiple file path fields description, docker.setupscript, docker.dockerfiletemplate, conda.environmentyml. An attacker can craft a malicious bentofile that, when built by a victim, exfiltrates arbitrary files fr...

7.4CVSS6AI score0.00437EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/01/26 9:17 p.m.13 views

BentoML has a Path Traversal via Bentofile Configuration

Summary BentoML's bentofile.yaml configuration allows path traversal attacks through multiple file path fields description, docker.setupscript, docker.dockerfiletemplate, conda.environmentyml. An attacker can craft a malicious bentofile that, when built by a victim, exfiltrates arbitrary files fr...

7.4CVSS6AI score0.00437EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/01/26 9:17 p.m.6 views

Directory Traversal

Overview bentoml is a BentoML: Build Production-Grade AI Applications Affected versions of this package are vulnerable to Directory Traversal via the processing of user-supplied file paths in configuration fields description, docker.setupscript, docker.dockerfiletemplate, and conda.environmentyml...

8.2CVSS6.3AI score0.00437EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:0 a.m.6 views

MiracleLinux 8 : container-tools:rhel8 (AXSA:2024-9011:01)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2024-9011:01 advisory. Podman: Buildah: cri-o: FIPS Crypto-Policy Directory Mounting Issue in containers/common Go Library CVE-2024-9341 Buildah: Podman: Improper Input...

8.2CVSS7.7AI score0.00969EPSS
SaveExploits0References4
Fedora
Fedora
added 2025/12/26 12:59 a.m.7 views

[SECURITY] Fedora 42 Update: docker-buildkit-0.26.3-1.fc42

Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit...

7.8CVSS7AI score0.00157EPSS
SaveExploits1
Fedora
Fedora
added 2025/12/26 12:48 a.m.9 views

[SECURITY] Fedora 43 Update: docker-buildkit-0.26.3-1.fc43

Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit...

7.8CVSS7AI score0.00157EPSS
SaveExploits1
Fedora
Fedora
added 2025/11/27 1:13 a.m.9 views

[SECURITY] Fedora 41 Update: docker-buildkit-0.26.1-1.fc41

Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit...

4.3CVSS6.8AI score0.00413EPSS
SaveExploits0
Fedora
Fedora
added 2025/11/27 1:0 a.m.8 views

[SECURITY] Fedora 42 Update: docker-buildkit-0.26.1-1.fc42

Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit...

4.3CVSS6.8AI score0.00413EPSS
SaveExploits0
Rows per page
Query Builder