fix(fetch,git): bump minimum mcp version to 1.23.0 for security fixes - #4650
Closed
glatinone wants to merge 2 commits into
Closed
fix(fetch,git): bump minimum mcp version to 1.23.0 for security fixes#4650glatinone wants to merge 2 commits into
glatinone wants to merge 2 commits into
Conversation
Signed-off-by: glatinone <93207632+glatinone@users.noreply.github.com>
CI ran `uv sync --locked` and failed with 'The lockfile at uv.lock needs to be updated, but --locked was provided' after the previous commit raised the mcp floor in pyproject.toml without refreshing the matching lockfile. Regenerated both via 'uv lock'. Signed-off-by: glatinone <93207632+glatinone@users.noreply.github.com>
11 tasks
Member
|
Thank you for the PR! This was superseded by #4663, released as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/fetch/pyproject.tomlandsrc/git/pyproject.tomlpin only a lower bound on themcpSDK dependency (mcp>=1.1.3andmcp>=1.0.0respectively), which allows dependency resolution to land on versions vulnerable to CVE-2025-66416.CVE-2025-66416
Affected
mcpSDK versions (< 1.23.0) do not enable DNS-rebinding protection by default for localhost HTTP servers, and the same release also fixes CVE-2025-53366 (a malformed-request DoS). Bothmcp-server-fetchandmcp-server-gitrun as local MCP servers that can be exposed via HTTP transport, so both are in the affected surface.Fix
Bump the minimum
mcpversion to1.23.0in bothpyproject.tomlfiles — a pure two-line version-floor change, no other files touched:Test plan
src/fetchandsrc/gitwith the new floor