CVE-2026-64684
Last modified
CVE-2026-64684 is a medium-severity vulnerability rated 6.8/10 on the CVSS scale. 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/streamable_http_client.rs builds its default_http_client with reqwest's automatic redirect policy and applies caller-supplied values from StreamableHttpClientTransportConfig.custom_headers without marking them as sensitive. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
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/streamable_http_client.rs builds its default_http_client with reqwest's automatic redirect policy and applies caller-supplied values from StreamableHttpClientTransportConfig.custom_headers without marking them as sensitive. When a malicious or compromised MCP endpoint returns a cross-origin 307 or 308 redirect, reqwest follows the redirect and apply_custom_headers causes custom API keys or authentication tokens to be replayed to the new origin, where an attacker can capture and reuse them. The separate auth_header path is not affected because it uses the standard Authorization header, which reqwest strips on cross-origin redirects. This issue is fixed in version 2.1.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| modelcontextprotocol | rust-sdk | < 2.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64684?
How severe is CVE-2026-64684?
How do I fix CVE-2026-64684?
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-64663Statamic is a Laravel and Git powered content management sys…6.5
- CVE-2026-64664Statamic is a Laravel and Git powered content management sys…4.3
- CVE-2026-64665Statamic is a Laravel and Git powered content management sys…8.1
- CVE-2026-64676Kata Containers is an open source implementation of lightwei…5.7
- CVE-2026-64677Anki is a program for creating and reviewing flashcards. Pri…5.9
- CVE-2026-64679Atlantis is a self-hosted golang application that listens fo…8.1
- CVE-2026-64685ImageMagick is free and open-source software used for editin…5.3
- CVE-2026-6469Incorrect ownership assignment in PostgreSQL ALTER TABLE ALT…3.8
- CVE-2026-64691A buffer overflow was addressed with improved size validatio…9.8
- CVE-2026-64692An out-of-bounds read was addressed with improved bounds che…7.1
- CVE-2026-64693A type confusion issue was addressed with improved checks. T…5.5
- CVE-2026-64694An integer overflow was addressed with improved input valida…9.8
Are you affected by CVE-2026-64684?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
