CVE-2026-63128
Last modified
CVE-2026-63128 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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/streamable_http_server/tower.rs allows an unauthenticated client to send a well-formed JSON-RPC POST that is not an initialization request, or an initialization request with a mismatched protocol header, causing StreamableHttpService::handle_post to call LocalSessionManager.create_session before validating the message.
Description
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/streamable_http_server/tower.rs allows an unauthenticated client to send a well-formed JSON-RPC POST that is not an initialization request, or an initialization request with a mismatched protocol header, causing StreamableHttpService::handle_post to call LocalSessionManager.create_session before validating the message. An early validation failure returns without removing the inserted LocalSessionHandle from LocalSessionManager.sessions, permanently retaining session and channel state for the server process lifetime. Repeated requests can grow the shared session table without bound, degrade legitimate-client latency through lock contention, exhaust memory, and terminate the server. This issue is fixed in version 2.0.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| modelcontextprotocol | rust-sdk | < 2.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-63128?
How severe is CVE-2026-63128?
How do I fix CVE-2026-63128?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63119MCP Ruby SDK is the official Ruby SDK for Model Context Prot…6.2
- CVE-2026-6312Insufficient policy enforcement in Passwords in Google Chrom…3.1
- CVE-2026-63123Tina is a headless content management system. Prior to 2.5.2…6.5
- CVE-2026-63125Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-63126Wire provides gRPC and protocol buffers for Android, Kotlin,…7.5
- CVE-2026-63127RMCP is an official Rust SDK for the Model Context Protocol.…8.2
- CVE-2026-6313Insufficient policy enforcement in CORS in Google Chrome pri…3.1
- CVE-2026-63131OpenBao is an open source identity-based secrets management …6
- CVE-2026-63132OpenBao is an open source identity-based secrets management …9.2
- CVE-2026-63133Malcolm is a network traffic analysis tool suite. Prior to v…6.5
- CVE-2026-63134Malcolm is a network traffic analysis tool suite. Prior to v…5.4
- CVE-2026-63135YOURLS is a self-hosted, customizable URL shortener written …8.2
Are you affected by CVE-2026-63128?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
