Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
HighCVE-2025-66414 · Published Dec 2, 2025 · updated Sep 10, 2026
The Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default for HTTP-based servers. When an HTTP-based MCP server is run on localhost without authentication with `StreamableHTTPServerTransport` or `SSEServerTransport` and has not enabled `enableDnsRebindingProtection`, a malicious website could exploit DNS rebinding to bypass same-origin policy restrictions and send requests to the local MCP server. This could allow an attacker to invoke tools or access resources exposed by the MCP server on behalf of the user in those limited circumstances. Note that running HTTP-based MCP servers locally without authentication is not recommended per MCP security best practices. This issue does not affect servers using stdio transport. Servers created via `createMcpExpressApp()` now have this protection enabled by default when binding to localhost. Users with custom Express configurations are advised to update to version `1.24.0` and apply the exported `hostHeaderValidation()` middleware when running an unauthenticated server on localhost.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| @modelcontextprotocol/sdk npm | < 1.24.0 | 1.24.0 |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-1188, CWE-350
- Also known as
- CVE-2025-66414
- github.com/modelcontextprotocol/typescript-sdk/security/advisories/GHSA-w48q-cv73-mx4w
- nvd.nist.gov/vuln/detail/CVE-2025-66414
- github.com/modelcontextprotocol/typescript-sdk/pull/1205
- github.com/modelcontextprotocol/typescript-sdk/commit/09623e2aa5044f9e9da62c73d820a8250b9d97ed
- github.com/modelcontextprotocol/typescript-sdk/commit/608360047dc6899f1cf4f0226eb62fe7b11b3898
- github.com/modelcontextprotocol/typescript-sdk
More MCP SDKs advisories
All MCP SDKs| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jul 16 | MCP Python SDK: Experimental task handlers allow any client to access and cancel other clients' tasks | High7.6 | 1.27.2 |
| Feb 4 | @modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse | High7.1 | 1.26.0 |
| Jan 5 | Anthropic's MCP TypeScript SDK has a ReDoS vulnerability | High | 1.25.2 |
| Dec 22025 | Model Context Protocol (MCP) Python SDK does not enable DNS rebinding protection by default | High | 1.23.0 |
| Jul 42025 | MCP Python SDK vulnerability in the FastMCP Server causes validation error, leading to DoS | High | 1.9.4 |
| Jul 42025 | MCP Python SDK has Unhandled Exception in Streamable HTTP Transport, Leading to Denial of Service | High | 1.10.0 |