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.
CVE-2026-63128
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 56% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 38(Track)EG Risk 38/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation1% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 44%
- KEV
- Not listed
Published
September 16, 2026
Last Modified
September 16, 2026
Advisory Details (4)
Auto-updated Sep 16, 2026Unauthenticated permanent session-table leak in rmcp Streamable HTTP server transport leads to remote denial-of-service · Advisory · modelcontextprotocol/rust-sdk · GitHub
Affected: 1.4.0 (
https://github.com/modelcontextprotocol/rust-sdk/security/advisories/GHSA-9pj6-vhgr-3mwhrmcp-v2.0.0
Patch available: modelcontextprotocol/rust-sdk rmcp-v2.0.0
https://github.com/modelcontextprotocol/rust-sdk/releases/tag/rmcp-v2.0.0fix: prevent streamable HTTP session leak
Patch available: modelcontextprotocol/rust-sdk rmcp-macros-v3.0.0-beta.1 (PR #934 merged 2026-06-27)
https://github.com/modelcontextprotocol/rust-sdk/pull/934commit dfa7fd6f9309 (modelcontextprotocol/rust-sdk)
Patch available: modelcontextprotocol/rust-sdk rmcp-macros-v3.0.0-beta.1 (contains commit dfa7fd6f9309)
https://github.com/modelcontextprotocol/rust-sdk/commit/dfa7fd6f9309deab60bea230b041be9a3fcda846Vendor Advisories for CVE-2026-63128(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
crates.io(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| rmcp | — | 2.0.0 | — |
Weakness Classification(3)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 6× in last 7d / 6× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-19 06:38 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 06:24 UTCEG score recompute
- 2026-09-16 15:20 UTCEG score recompute
- 2026-09-16 14:51 UTCEG score recompute
- 2026-09-16 14:50 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-63128?
When was CVE-2026-63128 disclosed?
Is CVE-2026-63128 actively exploited?
What is the CVSS score of CVE-2026-63128?
How do I remediate CVE-2026-63128?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-63128
Is Your Infrastructure Affected by CVE-2026-63128?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.