VulnWatch VulnWatch
← Back to dashboard
#

Supply Chain

66 entries

Every Supply Chain entry VulnWatch has indexed, sorted by publication date.

Subscribe to this tag's RSS feed

Low osv

BentoML: SSTI via Unsandboxed Jinja2 in Dockerfile Generation

## 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 t...

3.1
CVSS
5 months ago
Low osv

BentoML: Command Injection in cloud deployment setup script

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/cl...

3.1
CVSS
5 months ago
Low osv

BentoML has Dockerfile Command Injection via system_packages in bentofile.yaml

## Summary The `docker.system_packages` field in `bentofile.yaml` accepts arbitrary strings that are interpolated directly into Dockerfile `RUN` commands without sanitization. Since `system_packages`...

3.1
CVSS
5 months ago
High github

picklescan missing detection by simple obfuscation of a `builtins.eval` call

### Summary An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the host loading a pickle payload from an untrusted source. ### Details It's possibl...

0.0
CVSS
7 months ago
Low osv

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.setup_script`, `docker.dockerfile_template`, `conda.enviro...

3.1
CVSS
7 months ago
Critical github

Picklescan Bypass is Possible via File Extension Mismatch

### Summary Picklescan can be bypassed, allowing the detection of malicious pickle files to fail, when a standard pickle file is given a PyTorch-related file extension (e.g., .bin). This occurs becaus...

Supply Chain Remote Code Execution hugging face huggingface pytorch
7.8
CVSS
1 year ago
Medium github

Picklescan is missing detection when calling built-in Python cProfile.runctx

### Summary Using cProfile.runctx function, which is a built-in python library function to execute remote pickle file. ### Details The attack payload executes in the following steps: First, the at...

0.0
CVSS
1 year ago
High github

Picklescan is missing detection when calling built-in python idlelib.pyshell.ModifiedInterpreter.runcommand

### Summary Using idlelib.pyshell.ModifiedInterpreter.runcommand function, which is a built-in python library function to execute remote pickle file. ### Details The attack payload executes in the...

0.0
CVSS
1 year ago
High github

Picklescan is missing detection when calling built-in python ensurepip._run_pip

### Summary Using ensurepip._run_pip function, which is a built-in python library function to execute remote pickle file. ### Details The attack payload executes in the following steps: First, the...

8.1
CVSS
1 year ago
High github

Picklescan has a missing detection when calling built-in python idlelib.calltip.Calltip

### Summary Using idlelib.calltip.Calltip.fetch_tip, which is a built-in python library function to execute remote pickle file. ### Details The attack payload executes in the following steps: Firs...

8.1
CVSS
1 year ago
High github

Picklescan has a missing detection when calling built-in python idlelib.autocomplete.AutoComplete.get_entity

### Summary Using idlelib.autocomplete.AutoComplete.get_entity, which is a built-in python library function to execute remote pickle file. ### Details The attack payload executes in the following s...

8.1
CVSS
1 year ago
High github

Picklescan has a missing detection when calling built-in python idlelib.debugobj.ObjectTreeItem

### Summary Using idlelib.debugobj.ObjectTreeItem.SetText, which is a built-in python library function to execute remote pickle file. ### Details The attack payload executes in the following steps:...

8.1
CVSS
1 year ago
High github

Picklescan is missing detection when calling pytorch function torch.utils._config_module.load_config

### Summary Using torch.utils._config_module.load_config function, which is a pytorch library function to execute remote pickle file. ### Details The attack payload executes in the following steps:...

8.1
CVSS
1 year ago
Low osv

Transformers vulnerable to ReDoS attack through its get_imports() function

A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, specifically in the `get_imports()` function within `dynamic_module_utils.py`. Thi...

Supply Chain transformers
3.0
CVSS
1 year ago
Medium github

Picklescan missing detection when calling built-in python library function timeit.timeit()

### Summary Using timeit.timeit() function, which is a built-in python library function to execute remote pickle file. ### Details Pickle’s deserialization process is known to allow execution of func...

0.0
CVSS
1 year ago
Low osv

Undefined Behavior in mlflow

A vulnerability in mlflow/mlflow version 2.11.1 allows attackers to create multiple models with the same name by exploiting URL encoding. This flaw can lead to Denial of Service (DoS) as an authentica...

3.1
CVSS
2 years ago