-
Notifications
You must be signed in to change notification settings - Fork 188
fix(deps): update dependency @modelcontextprotocol/sdk to v1.24.0 [security] #4022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Finished running flow.
|
||||||||||||
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Check changeset necessityStatus: NOT REQUIRED Reason:
Changeset (copy & paste):N/A – this PR does not require a changeset. |
f90a828 to
c87e84a
Compare
This PR contains the following updates:
1.20.2->1.24.0GitHub Vulnerability Alerts
CVE-2025-66414
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
StreamableHTTPServerTransportorSSEServerTransportand has not enabledenableDnsRebindingProtection, 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 version1.24.0and apply the exportedhostHeaderValidation()middleware when running an unauthenticated server on localhost.Release Notes
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.24.0Compare Source
v1.23.0Compare Source
What's Changed
.catchall()on inputSchema/outputSchema to support JSON Schema 2020-12 by @felixweinberger in #1135New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.22.0...1.23.0
v1.22.0Compare Source
What's Changed
registerTool: accept ZodType for input and output schema by @ksinder in #816New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.21.1...1.22.0
v1.21.2Compare Source
What's changed
This is a patch release for a regression highlighted by #1103
This patch contains only the cherry picked fix in #1108
Full Changelog: modelcontextprotocol/typescript-sdk@1.21.1...1.21.2
v1.21.1Compare Source
What's Changed
WWW-Authenticatescopeparam for SEP-835 by @chipgpt in #983New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.21.0...1.21.1
v1.21.0Compare Source
What's Changed
token_endpoint_auth_methodresponse from DCR registration by @chipgpt in #1022New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@1.20.2...1.21.0
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.
This PR was generated by Mend Renovate. View the repository job log.