Bug 2535485 (CVE-2026-63128) - CVE-2026-63128 rmcp: RMCP: Denial of Service via unauthenticated session table leak
Summary: CVE-2026-63128 rmcp: RMCP: Denial of Service via unauthenticated session tabl...
Keywords:
Status: NEW
Alias: CVE-2026-63128
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2535529 2535530
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-16 14:52 UTC by OSIDB Bzimport
Modified: 2026-09-16 16:06 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-16 14:52:01 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.