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

High github

PraisonAI: Server-Side Request Forgery (SSRF) in SearxNG / search_web tools via attacker-controlled searxng_url parameter

### Summary A Server-Side Request Forgery (SSRF) vulnerability in the SearxNG / `search_web` search tools allows an attacker to make the server perform requests to arbitrary internal endpoints and rea...

Prompt Injection SSRF prompt injection llm
8.8
CVSS
3 months ago
Critical github

npm PraisonAI AgentOS exposes unauthenticated agent listing and invocation

## Summary The published npm package `praisonai` ships a TypeScript `AgentOS` HTTP server that defaults to `host: "0.0.0.0"` and registers sensitive agent routes without any authentication or authori...

9.4
CVSS
3 months ago
High github

PraisonAI: Webhook signature verification skipped (fail-open) when secret unset, allowing forged inbound webhooks (WhatsApp & Linear bots)

The WhatsApp and Linear bot adapters verify the inbound webhook HMAC signature only when a secret is configured. When the secret environment variable is unset — the default on a fresh install and comm...

Prompt Injection prompt injection
8.6
CVSS
3 months ago
Critical nvd

CVE-2026-55743: The shell tool command allowlist in the SecurityPolicy of OpenHuman desktop agent through 0.54.0 (default Supervised sec

The shell tool command allowlist in the SecurityPolicy of OpenHuman desktop agent through 0.54.0 (default Supervised security policy) can be bypassed to execute arbitrary OS commands with the privileg...

Prompt Injection Remote Code Execution prompt injection indirect prompt llm
9.4
CVSS
3 months ago
Low github

Pi Agent: Potential XSS in HTML session exports via Markdown URL sanitization bypass

# Potential XSS in HTML session exports via Markdown URL handling Pi HTML exports render session Markdown into a static HTML file. Affected versions did not consistently reject unsafe Markdown link a...

Prompt Injection prompt injection
2.5
CVSS
3 months ago
Unknown rss_bleepingcomputer

US Gov asks Anthropic to ban 'foreign national' access to Fable, Mythos

The US government has ordered Anthropic to block all foreign nationals from accessing Fable 5 and Mythos 5, forcing the company to suspend both models worldwide. Anthropic is complying but disputes th...

Prompt Injection anthropic jailbreak
3 months ago
Unknown rss_securityweek

Anthropic Disputes Fable 5 AI Jailbreak

An AI hacker claims to have achieved a prompt-based jailbreak shortly after Fable 5’s launch, but Anthropic says it’s not a real jailbreak. The post Anthropic Disputes Fable 5 AI Jailbreak appeared fi...

Prompt Injection anthropic jailbreak
3 months ago
Unknown rss_thehackernews

New ChatGPT Lockdown Mode Limits Tools That Could Enable Data Exfiltration

OpenAI has begun rolling out a new Lockdown Mode to ChatGPT for eligible personal accounts to reduce the risk of data exfiltration arising from prompt injection attacks. The feature is primarily desi...

Prompt Injection prompt injection chatgpt openai
3 months ago
High github

praisonai-platform: Agent endpoints accept any agent_id without workspace ownership check, cross-workspace read/update/delete IDOR

## Summary **Type:** Insecure Direct Object Reference. The agent CRUD endpoints (`GET / PATCH / DELETE /workspaces/{workspace_id}/agents/{agent_id}`) gate access on `require_workspace_member(workspac...

Prompt Injection prompt injection llm
8.3
CVSS
3 months ago
Medium github

MCP Server Kubernetes: kubectl-generic flag injection enables Kubernetes bearer token exfiltration

### Summary The `kubectl_generic` tool in `mcp-server-kubernetes` passes user-supplied flags directly to kubectl without any allowlist, enabling a **privilege escalation attack** within Kubernetes env...

Prompt Injection Auth Bypass Agentic / MCP prompt injection indirect prompt mcp server anthropic ai agent claude
6.1
CVSS
3 months ago
Critical nvd

CVE-2026-25879: Langroid is a framework for building large-language-model-powered applications. Prior to version 0.63.0, SQLChatAgent ex

Langroid is a framework for building large-language-model-powered applications. Prior to version 0.63.0, SQLChatAgent executes SQL produced by an LLM, which is influenceable by prompt injection. When...

9.8
CVSS
3 months ago
High github

PraisonAI has an Arbitrary File Write in Python API

# Bug Report: Arbitrary File Write in Python API ## Summary Hidden metadata in a webpage causes PraisonAI agents to write attacker-controlled content to arbitrary paths. `write_file` skips path vali...

Prompt Injection Remote Code Execution prompt injection deepseek openai llm
0.0
CVSS
3 months ago
Critical github

PraisonAI vulnerable to sandbox escape via `print.__self__` builtins module leak in `execute_code` (subprocess mode)

## Summary `execute_code()` in `praisonaiagents/tools/python_tools.py` (v1.6.37, subprocess sandbox mode) can be fully bypassed using `print.__self__` to retrieve the real Python `builtins` module, f...

Prompt Injection prompt injection
9.9
CVSS
3 months ago
High github

PraisonAI: Arbitrary code execution via unguarded `spec.loader.exec_module` in `agents_generator.py` - sibling of CVE-2026-44334

Arbitrary code execution via ungated spec.loader.exec_module in agents_generator.py (v4.6.32 chokepoint refactor bypass) Summary The v4.6.32 chokepoint refactor (which patched CVE-2026-44334 / GHSA-xc...

8.1
CVSS
3 months ago
Unknown rss_thehackernews

ChatGPhish Vulnerability Turns ChatGPT Web Summaries Into a Phishing Surface

Cybersecurity researchers have disclosed details of a vulnerability in OpenAI ChatGPT that leverages the artificial intelligence (AI) assistant's implicit trust in Markdown links and images to trigger...

Prompt Injection prompt injection chatgpt openai
3 months ago
Critical github

Langroid has Prompt to SQL Injection, Leading to RCE

# Security Vulnerability Report: Prompt to SQL Injection leading to RCE in latest Langroid ## Affected Scope langroid < 0.63.0 ## Vulnerability Description SQLChatAgent executes SQL produced by an...

Prompt Injection Remote Code Execution prompt injection deepseek openai llm
9.8
CVSS
3 months ago
Unknown rss_securityweek

Anthropic Silently Patches Claude Code Sandbox Bypass

The researcher who found it says the vulnerability could have been chained with a prompt injection to exfiltrate data. The post Anthropic Silently Patches Claude Code Sandbox Bypass appeared first on...

Prompt Injection prompt injection claude code anthropic claude
4 months ago
Medium github

Apify Model Context Protocol (MCP) server: Domain Allowlist Bypass in fetch-apify-docs via String Prefix Matching

### Summary The `fetch-apify-docs` tool validates URLs against a domain allowlist using `String.startsWith()` instead of proper URL hostname comparison. This allows bypass via attacker-controlled subd...

Prompt Injection SSRF Agentic / MCP model context protocol prompt injection llm
6.1
CVSS
4 months ago
High github

auth-fetch-mcp: SSRF and disk exfiltration via unvalidated auth_fetch and download_media URLs

# SSRF + disk-exfil in `download_media` and `auth_fetch` tools — ymw0407/auth-fetch-mcp ## Severity The `download_media` and `auth_fetch` MCP tools accept arbitrary URLs and reach them as the MCP ser...

Prompt Injection SSRF Agentic / MCP prompt injection mcp server replicate llm
8.2
CVSS
4 months ago
Medium github

@utcp/http: SSRF via attacker-controlled OpenAPI servers[0].url in HTTP communication protocol

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

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

DeepSeek TUI: task_create Insecure Defaults Enable RCE via Prompt Injection in Project Files

### Summary The `task_create` tool spawns durable sub-agents that inherit two insecure defaults: - `allow_shell` defaults to `true` (`config.rs:1499`: `self.allow_shell.unwrap_or(true)`) - `auto_app...

9.6
CVSS
4 months ago
Critical github

DeepSeek TUI: run_tests Tool Enables RCE via Malicious Repository Without Approval

### Summary The `run_tests` tool executes `cargo test` in the workspace with `ApprovalRequirement::Auto`, meaning it runs without any user approval prompt. The source code explicitly states this desi...

9.6
CVSS
4 months ago
High github

DeepSeek TUI has SSRF via HTTP Redirect Bypass in fetch_url Tool

### Summary The `fetch_url` tool validates the initial URL's resolved IP address against a restricted-IP blocklist (`is_restricted_ip()`) to prevent SSRF attacks against internal services (cloud metad...

Prompt Injection SSRF prompt injection deepseek
7.4
CVSS
4 months ago
Medium github

Open WebUI: Sharing models for others to use (read permission) also exposes model details (system prompt leakage)

### Summary When setting model permissions so that a group has read access to it, intending for other users to use it, those users also can read the model's system prompt. However users may consider...

Prompt Injection prompt injection genai llm
4.3
CVSS
4 months ago
Low osv

LangSmith SDK: Public prompt pull deserializes untrusted manifests without trust boundary warning

## Description The LangSmith SDK's prompt pull methods (`pull_prompt` / `pull_prompt_commit` in Python, `pullPrompt` / `pullPromptCommit` in JS/TS) fetch and deserialize prompt manifests from the Lan...

3.1
CVSS
4 months ago