VulnWatch VulnWatch
← Back to dashboard
#

Remote Code Execution

540 entries

Every Remote Code Execution entry VulnWatch has indexed, sorted by publication date.

Subscribe to this tag's RSS feed

Critical github

Wish has SCP Path Traversal that allows arbitrary file read/write

## Summary The SCP middleware in `charm.land/wish/v2` is vulnerable to path traversal attacks. A malicious SCP client can read arbitrary files from the server, write arbitrary files to the server, an...

9.6
CVSS
3 months ago
Critical github

Flowise: Airtable_Agent Code Injection Remote Code Execution Vulnerability

ZDI-CAN-29412: FlowiseAI Flowise Airtable_Agent Code Injection Remote Code Execution Vulnerability Trend Micro's Zero Day Initiative has identified a vulnerability affecting the following products: F...

Prompt Injection Remote Code Execution Agentic / MCP large language model prompt injection langchain ai agent ollama llama llm
9.8
CVSS
3 months ago
Critical github

PraisonAI has an incomplete fix for CVE-2026-34935 - OS Command Injection

### Summary The fix for PraisonAI's MCP command handling does not add a command allowlist or argument validation to `parse_mcp_command()`, allowing arbitrary executables like `bash`, `python`, or `/b...

9.8
CVSS
3 months ago
High github

Paperclip: Privilege Escalation via Agent-Controlled workspaceStrategy.provisionCommand Leading to OS Command Execution

### Summary Paperclip contains a privilege escalation vulnerability that allows an attacker with an Agent API key to execute arbitrary OS commands on the Paperclip server host. An attacker with an age...

8.8
CVSS
3 months ago
High github

Flowise: Parameter Override Bypass Remote Command Execution

### Summary Flowise is vulnerable to a critical unauthenticated remote command execution (RCE) vulnerability. It can be exploited via a parameter override bypass using the `FILE-STORAGE::` keyword co...

7.7
CVSS
3 months ago
Critical github

Flowise: Code Injection in CSVAgent leads to Authenticated RCE

### Summary The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide the following payload: `DataFrame({'foo': ['bar!']});import os;os.system('...

Remote Code Execution large language model openai llm
8.8
CVSS
3 months ago
High github

Flowise: Remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using `Pandas`.

## Description ### Summary “AirtableAgent” is an agent function provided by FlowiseAI that retrieves search results by accessing private datasets from airtable.com. “AirtableAgent” uses Python, alon...

Prompt Injection Remote Code Execution Data Leakage large language model prompt injection openai gpt-4 llm
8.3
CVSS
3 months ago
Critical github

Expression Injection in OpenRemote

### Summary The OpenRemote IoT platform's rules engine contains two interrelated critical expression injection vulnerabilities that allow an attacker to execute arbitrary code on the server, ultimatel...

10.0
CVSS
3 months ago
Critical github

excel-mcp-server has a Path Traversal issue

## Summary A path traversal vulnerability exists in [`excel-mcp-server`](https://github.com/haris-musa/excel-mcp-server) versions up to and including `0.1.7`. When running in SSE or Streamable-HTTP t...

9.4
CVSS
3 months ago
Low osv

LangChain has incomplete f-string validation in prompt templates

LangChain's f-string prompt-template validation was incomplete in two respects. First, some prompt template classes accepted f-string templates and formatted them without enforcing the same attribute...

3.1
CVSS
3 months ago
Low osv

HuggingFace Transformers allows for arbitrary code execution in the `Trainer` class

A vulnerability in the HuggingFace Transformers library, specifically in the `Trainer` class, allows for arbitrary code execution. The `_load_rng_state()` method in `src/transformers/trainer.py` at li...

3.0
CVSS
4 months ago
Low osv

PYSEC-2026-2288

A vulnerability in the HuggingFace Transformers library, specifically in the `Trainer` class, allows for arbitrary code execution. The `_load_rng_state()` method in `src/transformers/trainer.py` at li...

3.1
CVSS
4 months ago
Low osv

PYSEC-2026-158

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Prior to 1.4.38, the cloud deployment path in src/bentoml/_internal/cloud/deployment.py was n...

3.1
CVSS
4 months ago
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
4 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
4 months ago
Medium osv

LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint

### Impact The `/config/update endpoint` does not enforce admin role authorization. A user who is already authenticated into the platform can then use this endpoint to do the following: - Modify p...

4.0
CVSS
4 months ago
Low osv

mlflow: FastAPI job endpoints under `/ajax-api/3.0/jobs/*` are not protected by authentication or authorization

In mlflow/mlflow, the FastAPI job endpoints under `/ajax-api/3.0/jobs/*` are not protected by authentication or authorization when the `basic-auth` app is enabled. This vulnerability affects the lates...

3.0
CVSS
4 months ago
Low osv

Mlflow: Command Injection when serving models with enable_mlserver=True

A command injection vulnerability exists in Mlflow when serving a model with `enable_mlserver=True`. The `model_uri` is embedded directly into a shell command executed via `bash -c` without proper san...

3.0
CVSS
4 months ago
Low osv

MLflow Command Injection vulnerability

A command injection vulnerability exists in MLflow's model serving container initialization code, specifically in the `_install_model_dependencies_to_env()` function. When deploying a model with `env_...

3.0
CVSS
4 months ago
Low github

Hugging Face Smolagents has an Injection issue

A weakness has been identified in huggingface smolagents 1.25.0.dev0. This affects the function evaluate_augassign/evaluate_call/evaluate_with of the file src/smolagents/local_python_executor.py of th...

Remote Code Execution hugging face huggingface
6.3
CVSS
4 months ago
Low osv

vLLM has Hardcoded Trust Override in Model Files Enables RCE Despite Explicit User Opt-Out

### Summary Two model implementation files hardcode `trust_remote_code=True` when loading sub-components, bypassing the user's explicit `--trust-remote-code=False` security opt-out. This enables re...

3.1
CVSS
4 months ago
Low osv

PYSEC-2026-2297

vLLM is an inference and serving engine for large language models (LLMs). Starting in version 0.10.1 and prior to version 0.18.0, two model implementation files hardcode `trust_remote_code=True` when...

3.1
CVSS
4 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
4 months ago
High Actively Exploited cisa_kev

Langflow Code Injection Vulnerability

Langflow contains a code injection vulnerability that could allow building public flows without requiring authentication.

4 months ago
Critical github

Langflow has an Arbitrary File Write (RCE) via v2 API

### Summary While reviewing the recent patch for **CVE-2025-68478** (External Control of File Name in v1.7.1), I discovered that the root architectural issue within `LocalStorageService` remains unre...

9.9
CVSS
4 months ago