VulnWatch VulnWatch
← Back to dashboard
#

SSRF

232 entries

Every SSRF entry VulnWatch has indexed, sorted by publication date.

Subscribe to this tag's RSS feed

High nvd

CVE-2026-85666: OGX (formerly Llama Stack, affected at commit fbe8e0f) contains an unauthenticated server-side request forgery vulnerabi

OGX (formerly Llama Stack, affected at commit fbe8e0f) contains an unauthenticated server-side request forgery vulnerability in the OpenAI-compatible POST /v1/responses endpoint. MCP tool definitions...

SSRF openai llama
8.7
CVSS
2 weeks ago
Critical github

unstructured: Server-Side Request Forgery in the URL-based partitioning

### Summary Server-Side Request Forgery in `unstructured`. The `url=` argument of `partition()`, `partition_html()`, and `partition_md()` is fetched via `requests.get()` with no host validation. The...

SSRF llamaindex langchain llama
9.3
CVSS
2 weeks ago
Low github

CKAN MCP Server: Information disclosure via verbose error reflection

## Summary Error paths reflect raw upstream response bodies and internal exception messages back to the caller instead of a sanitized, generic message. When the server is pointed at (or redirected/SS...

3.7
CVSS
2 weeks ago
Medium github

CKAN MCP Server: MQA server allowlist bypass via unanchored regex (`isValidMqaServer`)

## Summary The `ckan_get_mqa_quality` and `ckan_get_mqa_quality_details` tools restrict their `server_url` argument to `dati.gov.it` via a regular expression. The regex is anchored only at the start...

Prompt Injection SSRF Agentic / MCP indirect prompt mcp server agentic
5.3
CVSS
2 weeks ago
High nvd

CVE-2026-79750: MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate end

MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies. Prior to version 1.0.30, MCPHub scopes...

7.7
CVSS
3 weeks ago
High nvd

CVE-2026-79749: MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate end

MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies. Prior to version 1.0.32, MCPHub's SSRF...

7.6
CVSS
3 weeks ago
High nvd

CVE-2026-79747: MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate end

MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies. Prior to version 1.0.32, an authenticat...

7.1
CVSS
3 weeks ago
Medium nvd

CVE-2026-18545: IBM Langflow OSS 1.0.0 through 1.11.1 is vulnerable to server-side request forgery (SSRF). This may allow an authenticat

IBM Langflow OSS 1.0.0 through 1.11.1 is vulnerable to server-side request forgery (SSRF). This may allow an authenticated attacker to send unauthorized requests from the system, potentially leading t...

SSRF langflow
4.3
CVSS
3 weeks ago
High nvd

CVE-2026-82268: Qwen-Agent through 0.0.34 contains a server-side request forgery vulnerability in the document parsing path that treats

Qwen-Agent through 0.0.34 contains a server-side request forgery vulnerability in the document parsing path that treats caller-supplied paths as URLs without scheme restriction or host validation. Att...

SSRF qwen
8.7
CVSS
3 weeks ago
Critical nvd

CVE-2026-54745: Kubeflow Pipelines enables users to build and deploy portable, scalable machine learning workflows. Prior to 2.17.0, the

Kubeflow Pipelines enables users to build and deploy portable, scalable machine learning workflows. Prior to 2.17.0, the Kubeflow Pipelines frontend exposes an unauthenticated server-side request forg...

SSRF machine learning
10.0
CVSS
3 weeks ago
High github

9router: Unauthenticated `/v1` proxy access via `Host`-header spoofing → open AI relay + SSRF

## Summary 9router's request guard decides a request is "local" (and therefore exempt from API-key auth on the `/v1` LLM proxy) by reading the **client-controlled `Host` header**. Because 9router bin...

8.2
CVSS
3 weeks ago
High github

Chainlist has SSRF via MCP SSE and streamable-http transports that allows unauthenticated internal network access

### Am I affected? Only if your deployment sets `features.mcp.enabled = true` in `.chainlit/config.toml`. **MCP has been disabled by default since v2.7.0**, so most Chainlit deployments are not affec...

7.2
CVSS
3 weeks ago
Critical github

Chainlit has command injection via MCP stdio transport that allows unauthenticated remote code execution

### Am I affected? Only if your deployment sets `features.mcp.enabled = true` in `.chainlit/config.toml`. **MCP has been disabled by default since v2.7.0**, so most Chainlit deployments are not affec...

9.8
CVSS
3 weeks ago
Medium github

utcp-gql SSRF: CVE-2026-44661 fix not applied to the GraphQL and WebSocket plugins

### Summary The fix for CVE-2026-44661 (commit `5b16e43`) added the `ensure_secure_url()` / `is_secure_url()` helpers and wired them into the three HTTP-family plugins, but it did not reach the Graph...

SSRF replicate
4.7
CVSS
4 weeks ago
High github

utcp-http SSRF: HTTP tool invocation follows redirects without re-validating the target

## Summary `HttpCommunicationProtocol.call_tool` validates only the pre-redirect tool URL, then issues the request with redirects enabled and never re-checks where it lands. A tool whose endpoint is...

8.2
CVSS
4 weeks ago
Critical github

PraisonAI has a Browser Server WebSocket origin validation bypass via unanchored regex (patch bypass of CVE-2026-40289 / GHSA-8x8f-54wf-vv92)

### Summary `praisonai/browser/server.py` validates incoming WebSocket connections using a Chrome extension Origin check. The regex `chrome-extension://[a-z0-9]{32}` is applied with `re.match()`, whi...

9.1
CVSS
4 weeks ago
High github

praisonaiagents vulnerable to SSRF in web_crawl tool via redirect-following and DNS rebinding (validate-then-fetch gap)

The web_crawl tool performs its SSRF check only on the initial URL: it resolves the hostname once with socket.gethostbyname and rejects private/loopback/link-local results. It then passes the URL to a...

Prompt Injection SSRF prompt injection indirect prompt
7.5
CVSS
4 weeks ago
High github

praisonaiagents has an SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

### Summary `praisonaiagents/tools/spider_tools.py` contains an SSRF protection bypass. The function `_host_is_blocked()` validates URLs against a list of blocked IP literals and hostname aliases, bu...

SSRF llm
8.5
CVSS
4 weeks ago
High github

praisonaiagents web_crawl vulnerable to SSRF via redirect-following

### Summary `web_crawl` (an exported, model-callable tool) validates only the INITIAL URL's resolved IP against a private/loopback blocklist, then fetches with `httpx.Client(follow_redirects=True)` an...

Prompt Injection SSRF prompt injection
7.5
CVSS
4 weeks ago
Medium nvd

CVE-2026-78205: BentoML's outbound connection safeguard (make_safe_connect in _internal/utils/uri.py) blocks private, loopback, and link

BentoML's outbound connection safeguard (make_safe_connect in _internal/utils/uri.py) blocks private, loopback, and link-local IP addresses but fails to reject the RFC 6598 shared address space (100.6...

SSRF bentoml
6.9
CVSS
4 weeks ago
Medium nvd

CVE-2026-53509: CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools incl

CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools including ckan_package_search and sparql_query that accept a base_url parameter had...

5.7
CVSS
1 month ago
Medium nvd

CVE-2026-72846: Lightdash stores the webhook URL supplied with a scheduled delivery and later posts to it from sendWebhook in packages/b

Lightdash stores the webhook URL supplied with a scheduled delivery and later posts to it from sendWebhook in packages/backend/src/clients/GoogleChat/GoogleChatClient.ts and in packages/backend/src/cl...

5.3
CVSS
1 month ago
High nvd

CVE-2026-69855: Server-side request forgery (ssrf) in Microsoft Copilot in Azure allows an authorized attacker to disclose information o

Server-side request forgery (ssrf) in Microsoft Copilot in Azure allows an authorized attacker to disclose information over a network.

SSRF copilot
7.7
CVSS
1 month ago
Medium github

SearXNG MCP Server: Additional hardened-mode SSRF bypasses

## Summary `mcp-searxng` has a hardened-mode URL-reading feature intended to prevent `web_url_read` from reaching private or internal network resources. PR #79 appears to address one SSRF class: hos...

SSRF Agentic / MCP mcp server tool use
6.3
CVSS
1 month ago
Medium github

SearXNG MCP Server is Vulnerable to SSRF in web_url_read: the internal-address guard is disabled by default (MCP_HTTP_HARDEN off)

Ref: https://github.com/ihor-sokoliuk/mcp-searxng/issues/87#issuecomment-4645453694 ### Summary The web_url_read tool fetches a caller-supplied URL server-side and converts it to markdown. An SSRF g...

Prompt Injection SSRF Agentic / MCP prompt injection mcp server llm
6.5
CVSS
1 month ago