VulnWatch VulnWatch
← Back to dashboard
#

Prompt Injection

164 entries

Every Prompt Injection entry VulnWatch has indexed, sorted by publication date.

Subscribe to this tag's RSS feed

Critical github

OpenClaude Sandbox Bypass via Model-Controlled `dangerouslyDisableSandbox` Input

### Summary The `dangerouslyDisableSandbox` parameter is exposed as part of the BashTool input schema, meaning the LLM (an untrusted principal per the project's own threat model) can set it to `true`...

Prompt Injection Remote Code Execution prompt injection anthropic claude llm
9.8
CVSS
4 months ago
High github

Spring AI: Prompt Injection via Memory Poisoning in PromptChatMemoryAdvisor

A malicious user could craft input that is stored in conversation memory and later interpreted by the model in an unintended way. Applications using the affected advisor with user-controlled input may...

Prompt Injection prompt injection
8.2
CVSS
4 months ago
Critical github

PraisonAI MCP `tools/call` path-traversal => RCE via Python `.pth` injection

## Summary PraisonAI's MCP (Model Context Protocol) server (`praisonai mcp serve`) registers four file-handling tools by default — `praisonai.rules.create`, `praisonai.rules.show`, `praisonai.rules.d...

Prompt Injection Remote Code Execution Agentic / MCP model context protocol prompt injection indirect prompt claude code mcp server anthropic openai claude cursor llm
9.6
CVSS
4 months ago
High github

PraisonAI ships and generates a legacy API server with authentication disabled by default, allowing unauthenticated workflow execution

### Summary PraisonAI ships a legacy Flask API server with authentication disabled by default. When that server is used, any caller that can reach it can access `/agents` and trigger the configured `a...

7.3
CVSS
4 months ago
Low osv

LangChain vulnerable to unsafe deserialization of attacker-controlled objects through overly broad `load()` allowlists

LangChain contains older runtime code paths that deserialize run inputs, run outputs, or other application-controlled payloads using overly broad object allowlists. These paths may call `load()` with...

3.1
CVSS
4 months ago
High github

Open WebUI has Knowledge Base Destruction and RAG Poisoning via Unauthorized Collection Overwrite

# Knowledge Base Destruction and RAG Poisoning via Unauthorized Collection Overwrite ## Affected Component Retrieval web/YouTube processing endpoints: - `backend/open_webui/routers/retrieval.py` (li...

Prompt Injection prompt injection indirect prompt llm
8.1
CVSS
4 months ago
High github

Open WebUI: Redis Cache Keys tool_servers and terminal_servers Missing Instance Prefix Enable Cross-Instance Cache Poisoning

# Redis Cache Keys tool_servers and terminal_servers Missing Instance Prefix Enable Cross-Instance Cache Poisoning ## Affected Component Tool server and terminal server Redis cache: - `backend/open_...

Prompt Injection prompt injection llm
8.7
CVSS
4 months ago
High github

n8n-mcp webhook and API client paths has an authenticated SSRF

### Summary Authenticated Server-Side Request Forgery affecting the webhook trigger tools, the n8n API client (`N8N_API_URL`), and per-request URLs supplied via the `x-n8n-url` header in multi-tenant...

Prompt Injection SSRF prompt injection indirect prompt llm
0.0
CVSS
4 months ago
Medium github

utcp-http vulnerable to SSRF via attacker-controlled OpenAPI servers[0].url in HTTP communication protocol

## Summary The `utcp-http` plugin is vulnerable to a blind Server-Side Request Forgery (SSRF) caused by a trust-boundary inconsistency between manual discovery and tool invocation. `register_manual()...

Prompt Injection SSRF prompt injection llm
4.7
CVSS
4 months ago
Critical nvd

CVE-2026-33324: SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. In versions 1.7.0 and earlier, the T

SQLBot is an intelligent Text-to-SQL system based on large language models and RAG. In versions 1.7.0 and earlier, the Text2SQL chat interface is vulnerable to prompt injection. The user-provided ques...

Prompt Injection Remote Code Execution large language model prompt injection llm
9.4
CVSS
4 months ago
Medium github

wireshark-mcp vulnerable to arbitrary file write via export_objects when WIRESHARK_MCP_ALLOWED_DIRS is not configured

## Description ### Impact `wireshark-mcp` exposes a `wireshark_export_objects` MCP tool that accepts an attacker-controlled `dest_dir` parameter and passes it to tshark's `--export-objects` flag wit...

Prompt Injection Agentic / MCP prompt injection mcp server ai model
6.8
CVSS
4 months ago
High github

PPTAgent: Arbitrary Code Execution via Python eval() of LLM-Generated Code with Builtins in Scope

## Summary > This vulnerability has been fixed in https://github.com/icip-cas/PPTAgent/commit/418491a9a1c02d9d93194b5973bb58df35cf9d00. `CodeExecutor.execute_actions` (pptagent/apis.py:126-205) proc...

8.6
CVSS
4 months ago
Unknown rss_securityweek

Hacker Conversations: Joey Melo on Hacking AI

AI red team specialist details his methods for manipulating AI guardrails through jailbreaking and data poisoning, helping developers harden machine learning models. The post Hacker Conversations: Joe...

Prompt Injection Model Poisoning machine learning data poisoning jailbreak
4 months ago
Medium github

OpenClaw: Webchat audio embedding could read local files without local-root containment

## Impact OpenClaw deployments before `2026.4.15` could embed host-local audio files into webchat responses without applying the local media root containment check used by other media-serving paths....

Prompt Injection prompt injection
0.0
CVSS
4 months ago
Unknown rss_securityweek

Malicious AI Prompt Injection Attacks Increasing, but Sophistication Still Low: Google

The tech giant found that many indirect prompt injection attempts are harmless, but some malicious exploits have also been identified. The post Malicious AI Prompt Injection Attacks Increasing, but So...

Prompt Injection prompt injection indirect prompt
4 months ago
Critical github

Gemini CLI: Remote Code Execution via workspace trust and tool allowlisting bypasses

# Summary Gemini CLI (`@google/gemini-cli`) and the `run-gemini-cli` GitHub Action are being updated to harden workspace trust and tool allowlisting, in particular when used in untrusted environments...

10.0
CVSS
4 months ago
High github

k8sGPT has Prompt Injection through its k8sGPT-Operator

### Summary In the auto-remediation pipeline, `object_to_execution.go` was deserializing the AI-generated YAML directly into a Deployment object, but there was lack of validation from the original Dep...

Prompt Injection prompt injection
0.0
CVSS
4 months ago
Medium nvd

CVE-2026-41318: AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatti

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to version 1.12.1, AnythingLLM's in-chat markdown renderer has an unsa...

Prompt Injection prompt injection indirect prompt llm
5.4
CVSS
4 months ago
Critical nvd

CVE-2026-41265: Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific fl

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific flaw exists within the run method of the Airtable_Agents class. The issue results...

Prompt Injection large language model prompt injection llm
9.2
CVSS
4 months ago
Critical nvd

CVE-2026-41264: Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific fl

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific flaw exists within the run method of the CSV_Agents class. The issue results from...

Prompt Injection large language model prompt injection llm
9.2
CVSS
4 months ago
Critical github

Flowise: CSV Agent Prompt Injection Remote Code Execution Vulnerability

## Abstract Trend Micro's Zero Day Initiative has identified a vulnerability affecting FlowiseAI Flowise. ## Vulnerability Details - **Version tested:** 3.0.13 - **Installer file:** https://github....

Prompt Injection Remote Code Execution Agentic / MCP large language model prompt injection ai agent llm
9.8
CVSS
5 months ago
High github

Claude Code: Sandbox Escape via Symlink Following Allows Arbitrary File Write Outside Workspace

Claude Code's sandbox did not prevent sandboxed processes from creating symlinks pointing to locations outside the workspace. When Claude Code subsequently wrote to a path within such a symlink, its u...

Prompt Injection prompt injection claude code anthropic claude
10.0
CVSS
5 months ago
Unknown rss_thehackernews

Google Patches Antigravity IDE Flaw Enabling Prompt Injection Code Execution

Cybersecurity researchers have discovered a vulnerability in Google's agentic integrated development environment (IDE), Antigravity, that could be exploited to achieve code execution. The flaw, since...

Prompt Injection Agentic / MCP prompt injection agentic
5 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
5 months ago
High github

Flowise: APIChain Prompt Injection SSRF in GET/POST API Chains

### Summary A Server-Side Request Forgery (SSRF) vulnerability exists in FlowiseAI's POST/GET API Chain components that allows unauthenticated attackers to force the server to make arbitrary HTTP requ...

Prompt Injection SSRF prompt injection llm
7.1
CVSS
5 months ago