Lucene search
+L

44 matches found

NVD
NVD
added 2026/09/16 10:17 p.m.10 views

CVE-2026-64684

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.1.0, the rmcp crate's StreamableHttpClientTransport in crates/rmcp/src/transport/common/reqwest/streamablehttpclient.rs builds its defaulthttpclient with reqwest's automatic redirect policy and applies caller-supplied values...

6.8CVSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/16 10:13 p.m.7 views

RMCP: Unauthenticated permanent session-table leak in rmcp Streamable HTTP server transport leads to remote denial-of-service

Summary An unauthenticated remote attacker can leak one entry per HTTP request out of the in-memory session table of LocalSessionManager by sending a well-formed JSON-RPC POST that is not an InitializeRequest. The Streamable HTTP server's handlepost allocates the session before it validates the...

7.5CVSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/16 10:13 p.m.8 views

RMCP: Missing Resource Field Validation in OAuth Protected Resource Metadata Discovery

Summary The rmcp library does not validate the resource parameter in OAuth Protected Resource metadata RFC 9728, allowing a malicious MCP server to redirect OAuth flows to a legitimate authorization server and steal the resulting access tokens. Details RFC 9728 specifies two MUST requirements for...

8.2CVSS
SaveExploits0References6Affected Software1
RedhatCVE
RedhatCVE
added 2026/09/16 9:59 p.m.8 views

CVE-2026-64684

A flaw was found in the rmcp component. This vulnerability allows a remote attacker to disclose sensitive information. When the rmcp crate's HTTP client processes a redirect to a different web address cross-origin redirect from a malicious or compromised Model Context Protocol MCP endpoint, it ca...

6.8CVSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/16 9:18 p.m.18 views

CVE-2026-64684 RMCP: Custom HTTP headers leak to cross-origin redirect targets

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.1.0, the rmcp crate's StreamableHttpClientTransport in crates/rmcp/src/transport/common/reqwest/streamablehttpclient.rs builds its defaulthttpclient with reqwest's automatic redirect policy and applies caller-supplied values...

6.8CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 9:18 p.m.9 views

CVE-2026-64684

RMCP , the official Rust SDK for the Model Context Protocol, is affected in StreamableHttpClientTransport (prior to version 2.1.0). The custom_headers configured via StreamableHttpClientTransportConfig are applied to the reqwest client without being marked as sensitive. When a malicious or compro...

6.8CVSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 9:18 p.m.9 views

EUVD-2026-81266

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.1.0, the rmcp crate's StreamableHttpClientTransport in crates/rmcp/src/transport/common/reqwest/streamablehttpclient.rs builds its defaulthttpclient with reqwest's automatic redirect policy and applies caller-supplied values...

6.8CVSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/16 3:19 p.m.6 views

CVE-2026-63128

A flaw was found in rmcp, a Rust SDK for the Model Context Protocol. An unauthenticated remote attacker can send specially crafted JSON-RPC POST requests to the stateful Streamable HTTP server. These requests cause the server to create and permanently retain session and channel state without prop...

7.5CVSS
SaveExploits0References7
NVD
NVD
added 2026/09/16 3:17 p.m.6 views

CVE-2026-63128

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's stateful Streamable HTTP server in crates/rmcp/src/transport/streamablehttpserver/tower.rs allows an unauthenticated client to send a well-formed JSON-RPC POST that is not an initialization request, or a...

7.5CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/16 3:17 p.m.7 views

CVE-2026-63127

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discoveroauthserverviaresourcemetadata to use protected-resource metadat...

8.2CVSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/16 2:50 p.m.6 views

CVE-2026-63127 RMCP: Missing Resource Field Validation in OAuth Protected Resource Metadata Discovery

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discoveroauthserverviaresourcemetadata to use protected-resource metadat...

8.2CVSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 2:50 p.m.8 views

EUVD-2026-80824

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discoveroauthserverviaresourcemetadata to use protected-resource metadat...

8.2CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:50 p.m.19 views

CVE-2026-63127

RMCP is the official Rust SDK for the Model Context Protocol . Prior to version 2.0.0 , the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discover_oauth_server_via_resource_metadata to use protected-...

8.2CVSS5.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 2:50 p.m.20 views

CVE-2026-63127 RMCP: Missing Resource Field Validation in OAuth Protected Resource Metadata Discovery

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discoveroauthserverviaresourcemetadata to use protected-resource metadat...

8.2CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:49 p.m.14 views

CVE-2026-63128

RMCP , the official Rust SDK for the Model Context Protocol, has an unauthenticated denial-of-service vulnerability in its stateful Streamable HTTP server (crates/rmcp/src/transport/streamable_http_server/tower.rs). Prior to version 2.0.0 , StreamableHttpService::handle_post calls LocalSessionMan...

7.5CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 2:49 p.m.9 views

EUVD-2026-80823

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's stateful Streamable HTTP server in crates/rmcp/src/transport/streamablehttpserver/tower.rs allows an unauthenticated client to send a well-formed JSON-RPC POST that is not an initialization request, or a...

7.5CVSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/16 2:49 p.m.6 views

CVE-2026-63128 RMCP: Unauthenticated permanent session-table leak in rmcp Streamable HTTP server transport leads to remote denial-of-service

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's stateful Streamable HTTP server in crates/rmcp/src/transport/streamablehttpserver/tower.rs allows an unauthenticated client to send a well-formed JSON-RPC POST that is not an initialization request, or a...

7.5CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 2:49 p.m.21 views

CVE-2026-63128 RMCP: Unauthenticated permanent session-table leak in rmcp Streamable HTTP server transport leads to remote denial-of-service

RMCP is an official Rust SDK for the Model Context Protocol. Prior to 2.0.0, the rmcp crate's stateful Streamable HTTP server in crates/rmcp/src/transport/streamablehttpserver/tower.rs allows an unauthenticated client to send a well-formed JSON-RPC POST that is not an initialization request, or a...

7.5CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 10:09 p.m.9 views

EXPLOIT-CVE-2026-42559

CVE-2026-42559 — Rebind de DNS en el transporte de servidor HTTP Streamable de rmcp Un laboratorio Docker autónomo y una prueba de concepto en Python para CVE-2026-42559 GHSA-89vp-x53w-74fx / RUSTSEC-2026-0189...

8.8CVSS5.9AI score0.00213EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/13 6:38 a.m.9 views

CVE-2026-42559

CVE-2026-42559 — Reencuadre de DNS en el transporte del servidor HTTP Streamable de rmcp Un laboratorio Docker autónomo y una prueba de concepto en Python para CVE-2026-42559 GHSA-89vp-x53w-74fx / RUSTSEC-2026-0189...

8.8CVSS5.9AI score0.00213EPSS
SaveExploits1
Rows per page
Query Builder