Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
HighCVE-2026-0621 · Published Jan 5, 2026 · updated Sep 10, 2026
### Impact A ReDoS vulnerability in the `UriTemplate` class allows attackers to cause denial of service. The `partToRegExp()` function generates a regex pattern with nested quantifiers (`([^/]+(?:,[^/]+)*)`) for exploded template variables (e.g., `{/id*}`, `{?tags*}`), causing catastrophic backtracking on malicious input. **Who is affected:** MCP servers that register resource templates with exploded array patterns and accept requests from untrusted clients. **Attack result:** An attacker sends a crafted URI via `resources/read` request, causing 100% CPU utilization, server hang/crash, and denial of service for all clients. ### Affected Versions All versions of `@modelcontextprotocol/sdk` prior to the patched release. ### Patches v1.25.2 contains b392f02ffcf37c088dbd114fedf25026ec3913d3 the fix modifies the regex pattern to prevent backtracking. ### Workarounds - Avoid using exploded patterns (`{/id*}`, `{?tags*}`) in resource templates - Implement request timeouts and rate limiting - Validate URIs before processing to reject suspicious patterns
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| @modelcontextprotocol/sdk npm | >= 1.3.0, < 1.25.2 | 1.25.2 |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-1333
- Also known as
- CVE-2026-0621
- github.com/modelcontextprotocol/typescript-sdk/security/advisories/GHSA-cqwc-fm46-7fff
- nvd.nist.gov/vuln/detail/CVE-2026-0621
- github.com/modelcontextprotocol/typescript-sdk/issues/965
- github.com/modelcontextprotocol/typescript-sdk/commit/7f0cf730
- github.com/modelcontextprotocol/typescript-sdk/commit/b392f02ffcf37c088dbd114fedf25026ec3913d3
- github.com/modelcontextprotocol/typescript-sdk
- github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.25.2
- www.vulncheck.com/advisories/mcp-typescript-sdk-uritemplate-exploded-array-pattern-redos
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 |
| Dec 22025 | Model Context Protocol (MCP) Python SDK does not enable DNS rebinding protection by default | High | 1.23.0 |
| Dec 22025 | Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default | High | 1.24.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 |