Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @modelcontextprotocol/sdk
  4. ›
  5. CVE-2026-0621

CVE-2026-0621: Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

January 5, 2026 (updated January 7, 2026)

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.

References

  • github.com/advisories/GHSA-8r9q-7v3j-jr4g
  • github.com/modelcontextprotocol/typescript-sdk
  • github.com/modelcontextprotocol/typescript-sdk/commit/b392f02ffcf37c088dbd114fedf25026ec3913d3
  • github.com/modelcontextprotocol/typescript-sdk/issues/965
  • github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.25.2
  • github.com/modelcontextprotocol/typescript-sdk/security/advisories/GHSA-cqwc-fm46-7fff
  • nvd.nist.gov/vuln/detail/CVE-2026-0621
  • www.vulncheck.com/advisories/mcp-typescript-sdk-uritemplate-exploded-array-pattern-redos

Code Behaviors & Features

Detect and mitigate CVE-2026-0621 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.25.2

Fixed versions

  • 1.25.2

Solution

Upgrade to version 1.25.2 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1333: Inefficient Regular Expression Complexity

Source file

npm/@modelcontextprotocol/sdk/CVE-2026-0621.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 08 Jan 2026 12:19:55 +0000.