Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2026

This PR contains the following updates:

Package Change Age Confidence
@modelcontextprotocol/sdk (source) 1.24.01.25.2 age confidence

GitHub Vulnerability Alerts

CVE-2026-0621

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

Release Notes

modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.25.1...v1.25.2

v1.25.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.25.0...1.25.1

v1.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.3...1.25.0

v1.24.3

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.2...1.24.3

v1.24.2

Compare Source

What's Changed
New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.1...1.24.2

v1.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.0...1.24.1


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 8, 2026 07:48
@renovate renovate bot enabled auto-merge January 8, 2026 07:48
@renovate renovate bot requested review from NoritakaIkeda, junkisai and sasamuku and removed request for a team January 8, 2026 07:48
@renovate
Copy link
Contributor Author

renovate bot commented Jan 8, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 21 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 61, reused 0, downloaded 0, added 0
frontend/apps/app                        |  WARN  deprecated [email protected]
Progress: resolved 80, reused 0, downloaded 0, added 0
Progress: resolved 92, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/liam-hq/liam/frontend/internal-packages/mcp-server:
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @modelcontextprotocol/[email protected] published by Tue Jan 06 2026 19:11:42 GMT+0000 (Coordinated Universal Time) while fetching it from https://registry.npmjs.org/. Version 1.25.2 satisfies the specs but was released at Wed Jan 07 2026 15:34:12 GMT+0000 (Coordinated Universal Time)

This error happened while installing a direct dependency of /tmp/renovate/repos/github/liam-hq/liam/frontend/internal-packages/mcp-server

The latest release of @modelcontextprotocol/sdk is "1.25.2". Published at 1/7/2026

If you need the full list of all 72 published versions run "$ pnpm view @modelcontextprotocol/sdk versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude
Progress: resolved 102, reused 0, downloaded 0, added 0

@vercel vercel bot temporarily deployed to Preview – liam-erd-sample January 8, 2026 07:48 Inactive
@vercel
Copy link

vercel bot commented Jan 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
liam-app Error Error Jan 8, 2026 7:49am
liam-assets Error Error Comment Jan 8, 2026 7:49am
liam-storybook Error Error Jan 8, 2026 7:49am
2 Skipped Deployments
Project Deployment Review Updated (UTC)
liam-docs Ignored Ignored Preview Jan 8, 2026 7:49am
liam-erd-sample Skipped Skipped Jan 8, 2026 7:49am

@giselles-ai
Copy link

giselles-ai bot commented Jan 8, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Jan 8, 2026 7:49am
Step 2
🟢
gpt-5Status: Success Updated: Jan 8, 2026 7:49am
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Jan 8, 2026 7:49am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@giselles-ai
Copy link

giselles-ai bot commented Jan 8, 2026

Check changeset necessity

Status:

  • NOT REQUIRED

Reason:

  • The only change is a dependency bump of @modelcontextprotocol/sdk (1.24.0 → 1.25.2) in frontend/internal-packages/mcp-server.
  • mcp-server is not one of the target release packages that require changesets: @liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui.
  • No user-facing code or dependencies in the target packages were modified; no API, feature, or behavioral changes to published packages.
  • Although it’s a security fix, its impact is limited to the internal mcp-server and does not affect released packages’ public surface.

Changeset (copy & paste):

<!-- No changeset required for this PR -->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant