Lucene search
+L

31 matches found

Kitploit
Kitploit
added 2026/09/18 6:30 p.m.12 views

damn-vulnerable-MCP-server

Compatibilité SSE avec Cursor pour Damn Vulnerable MCP Ce document donne un aperçu des modifications apportées au projet Damn Vulnerable Model Context Protocol DVMCP pour le rendre compatible avec l'implémentation Server-Sent Events SSE de Cursor. Vue d'ensemble Le projet DVMCP d'origine a été...

5.7AI score
SaveExploits0
OSV
OSV
added 2026/09/16 3:46 p.m.5 views

CVE-2026-61593 djust has Cross-Site Request Forgery on the Server-Sent-Events transport: a cross-origin page can drive a victim-authenticated SSE session

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a...

8.1CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 3:46 p.m.14 views

CVE-2026-61593

djust (a Phoenix LiveView-style reactive server-side rendering library for Django with Rust) is vulnerable to Cross-Site Request Forgery (CSRF) on its Server-Sent Events (SSE) transport prior to version 1.0.7 . The root cause: SSE POST endpoints were @csrf_exempt, the SSE GET stream endpoint lack...

8.1CVSS0.00179EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/16 3:45 p.m.7 views

djust has Cross-Site Request Forgery on the Server-Sent-Events transport: a cross-origin page can drive a victim-authenticated SSE session

Impact The SSE client→server POST endpoints are @csrfexempt and the SSE GET stream endpoint had no Origin check, so a cross-origin page could drive a victim-cookie-authenticated SSE session: force the victim's browser to GET the stream URL which creates and mounts a LiveView as the victim and POS...

8.1CVSS0.00179EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/16 1:48 p.m.7 views

@zereight/mcp-gitlab: Unauthenticated arbitrary file read via `upload_markdown` enables PAT exfiltration and full account takeover

Summary The SSE transport mode SSE=true exposes all MCP tools without any authentication. The uploadmarkdown tool reads arbitrary files from the server's local filesystem via an unsanitized filepath parameter and uploads them to a GitLab project. Combined, any unauthenticated network-reachable...

9.8CVSS5.8AI score0.00703EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/09/16 1:48 p.m.12 views

EUVD-2026-80008

@zereight/mcp-gitlab: Unauthenticated arbitrary file read via uploadmarkdown enables PAT exfiltration and full account takeover...

9.8CVSS5.8AI score0.00703EPSS
SaveExploits0References7
NVD
NVD
added 2026/09/15 10:16 p.m.9 views

CVE-2026-61560

@zereight/mcp-gitlab is a Model Context Protocol server for GitLab. Prior to version 2.1.27, the SSE transport mode SSE=true exposes all MCP tools without any authentication. The uploadmarkdown tool reads arbitrary files from the server's local filesystem via an unsanitized filepath parameter and...

9.8CVSS0.00703EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/15 9:09 p.m.29 views

CVE-2026-61560

@zereight/mcp-gitlab is a Model Context Protocol (MCP) server for GitLab. Prior to version 2.1.27 , when the SSE transport mode is enabled (SSE=true), all MCP tools are exposed without authentication. The upload_markdown tool reads arbitrary files from the server's local filesystem via an unsanit...

9.8CVSS5.8AI score0.00703EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/15 3:17 p.m.7 views

CVE-2026-59971

MySQL MCP Server is a Model Context Protocol server that enables secure interaction with MySQL databases. Prior to 0.4.2, setting MCPTRANSPORT=sse causes src/mysqlmcpserver/server.py to construct SseServerTransport without securitysettings or enablednsrebindingprotection, while the Starlette rout...

10CVSS0.0039EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/15 2:10 p.m.5 views

CVE-2026-59971 MySQL MCP Server: Missing Origin/Host Validation in SSE Transport Enables Unauthenticated SQL Execution (DNS Rebinding / Direct Exposure)

MySQL MCP Server is a Model Context Protocol server that enables secure interaction with MySQL databases. Prior to 0.4.2, setting MCPTRANSPORT=sse causes src/mysqlmcpserver/server.py to construct SseServerTransport without securitysettings or enablednsrebindingprotection, while the Starlette rout...

10CVSS6.1AI score
SaveExploits0References6
OSV
OSV
added 2026/09/15 10:13 a.m.6 views

CVE-2026-57112 PraisonAI ToolsMCPServer legacy SSE transport accepts attacker Host/Origin and exposes registered tools

PraisonAI is a multi-agent teams system. From praisonaiagents 0.6.0 until 1.6.59 and PraisonAI 3.10.0 until 4.6.59, ToolsMCPServer.runsse in src/praisonai-agents/praisonaiagents/mcp/mcpserver.py mounts SseServerTransport on the legacy /sse and /messages/ endpoints without default Host, Origin, or...

8.3CVSS5.7AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/15 12:00 a.m.12 views

PT-2026-93172

@zereight/mcp-gitlab is a Model Context Protocol server for GitLab. Prior to version 2.1.27, the SSE transport mode SSE=true exposes all MCP tools without any authentication. The upload markdown tool reads arbitrary files from the server's local filesystem via an unsanitized file path parameter a...

9.8CVSS5.8AI score0.00703EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/09/11 8:35 p.m.19 views

MySQL MCP Server: Missing Origin/Host Validation in SSE Transport Enables Unauthenticated SQL Execution (DNS Rebinding / Direct Exposure)

Summary In SSE/HTTP transport mode, mysqlmcpserver constructs SseServerTransport without passing securitysettings. As a result, the MCP Python SDK's DNS-rebinding protection Origin/Host header validation is disabled; the Starlette application has no CORS or TrustedHost middleware; and the service...

10CVSS6AI score0.0039EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.24 views

PT-2026-90533

Summary In SSE/HTTP transport mode, mysql mcp server constructs SseServerTransport without passing security settings. As a result, the MCP Python SDK's DNS-rebinding protection Origin/Host header validation is disabled; the Starlette application has no CORS or TrustedHost middleware; and the...

10CVSS6AI score0.0039EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/09/02 11:31 a.m.13 views

SUSE CVE-2026-81092

mcp-go accepted requests on its HTTP transports without checking the Host header. StreamableHTTPServer.ServeHTTP in server/streamablehttp.go and SSEServer.ServeHTTP in server/sse.go served any request arriving over a loopback connection regardless of the host it named, and the SSE transport's...

6.8CVSS5.9AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/27 2:50 p.m.10 views

CVE-2026-81092 mcp-go before 0.56.0 Missing Host Header Validation Enables DNS Rebinding

mcp-go accepted requests on its HTTP transports without checking the Host header. StreamableHTTPServer.ServeHTTP in server/streamablehttp.go and SSEServer.ServeHTTP in server/sse.go served any request arriving over a loopback connection regardless of the host it named, and the SSE transport's...

7.6CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/27 2:50 p.m.12 views

EUVD-2026-67147

mcp-go accepted requests on its HTTP transports without checking the Host header. StreamableHTTPServer.ServeHTTP in server/streamablehttp.go and SSEServer.ServeHTTP in server/sse.go served any request arriving over a loopback connection regardless of the host it named, and the SSE transport's...

7.6CVSS5.3AI score0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/23 11:41 a.m.15 views

PYSEC-2026-3482 MCP Python SDK: HTTP transports serve session requests without verifying the authenticated principal

Summary In affected versions, the SSE and Streamable HTTP server transports routed incoming requests to an existing session based only on the session identifier, without verifying that the request was authenticated as the same principal that created the session. Anyone who learned or guessed a...

7.1CVSS5.4AI score0.00535EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/23 11:41 a.m.12 views

PYSEC-2026-3534 PraisonAI ToolsMCPServer legacy SSE transport accepts attacker Host/Origin and exposes registered tools

PraisonAI ToolsMCPServer legacy SSE transport accepts attacker Host/Origin and exposes registered tools Summary praisonaiagents.mcp.ToolsMCPServer.runsse builds a Starlette MCP HTTP+SSE server around mcp.server.sse.SseServerTransport. The server exposes /sse and /messages/, but it does not valida...

8.3CVSS5.7AI score0.00193EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/29 11:50 a.m.31 views

PYSEC-2026-331 excel-mcp-server has a Path Traversal issue

Summary A path traversal vulnerability exists in excel-mcp-server versions up to and including 0.1.7. When running in SSE or Streamable-HTTP transport mode the documented way to use this server remotely, an unauthenticated attacker on the network can read, write, and overwrite arbitrary files on...

9.4CVSS6AI score0.00391EPSS
SaveExploits0References6
Rows per page
Query Builder