René's URL Explorer Experiment


Title: DCR registration accepts redirect_uris with non-HTTPS / non-loopback / fragmented schemes · Issue #2629 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: DCR registration accepts redirect_uris with non-HTTPS / non-loopback / fragmented schemes · Issue #2629 · modelcontextprotocol/python-sdk

X Title: DCR registration accepts redirect_uris with non-HTTPS / non-loopback / fragmented schemes · Issue #2629 · modelcontextprotocol/python-sdk

Description: Summary The DCR handler (mcp.server.auth.handlers.register.RegistrationHandler.handle) does not validate the scheme of submitted redirect_uris. A client registered via DCR can supply javascript:, data:, vbscript:, file:, ftp:, or clearte...

Open Graph Description: Summary The DCR handler (mcp.server.auth.handlers.register.RegistrationHandler.handle) does not validate the scheme of submitted redirect_uris. A client registered via DCR can supply javascript:, d...

X Description: Summary The DCR handler (mcp.server.auth.handlers.register.RegistrationHandler.handle) does not validate the scheme of submitted redirect_uris. A client registered via DCR can supply javascript:, d...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/issues/2629

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"DCR registration accepts redirect_uris with non-HTTPS / non-loopback / fragmented schemes","articleBody":"## Summary\n\nThe DCR handler (`mcp.server.auth.handlers.register.RegistrationHandler.handle`) does not validate the scheme of submitted `redirect_uris`. A client registered via DCR can supply `javascript:`, `data:`, `vbscript:`, `file:`, `ftp:`, or cleartext `http://` (non-loopback) values, and they pass through to the provider's `register_client`. The SDK already enforces an HTTPS-or-loopback policy on the Issuer URL (`routes.validate_issuer_url`); the same policy is missing for registered `redirect_uris`. RFC 9700 §4.1.1 and RFC 7591 §2 require it.\n\n## Reproduction\n\nThe underlying field, `mcp.shared.auth.OAuthClientMetadata.redirect_uris` (`src/mcp/shared/auth.py:40`), is typed `list[AnyUrl] | None`. Pydantic's `AnyUrl` accepts any well-formed URL with a scheme. Verified on `main` at `161834d4ae`:\n\n```python\nfrom pydantic import AnyUrl, BaseModel, Field\nfrom typing import List\n\nclass M(BaseModel):\n    redirect_uris: List[AnyUrl] = Field(..., min_length=1)\n\nfor uri in [\n    \"javascript:alert(1)\",\n    \"data:text/html,\u003cscript\u003ealert(1)\u003c/script\u003e\",\n    \"file:///etc/passwd\",\n    \"vbscript:msgbox(1)\",\n    \"ftp://attacker.example/cb\",\n    \"http://attacker.example/cb\",\n    \"https://example.com/cb#frag\",\n    \"https://example.com/cb#\",\n]:\n    M(redirect_uris=[uri])  # all accepted, no ValidationError\n```\n\nAgainst a running MCP server with the default DCR handler, `POST /register` with any of the above values returns 201 and stores the URI. After registration, `OAuthClientMetadata.validate_redirect_uri` does exact-equality match against the registered list, so the bad URI is accepted as the authorization callback target.\n\n## Existing parallel logic to mirror\n\n`src/mcp/server/auth/routes.py:24–42` (`validate_issuer_url`):\n\n```python\nif url.scheme != \"https\" and url.host not in (\"localhost\", \"127.0.0.1\", \"[::1]\"):\n    raise ValueError(\"Issuer URL must be HTTPS\")\n\nif url.fragment:\n    raise ValueError(\"Issuer URL must not have a fragment\")\n```\n\n## Related\n\n- #1446 (closed as `duplicate`, no cross-reference recorded) — raised the same concern in question form.\n- #1934 (open) — fixes RFC 8252 §7.3 loopback port matching at authorize-time. Adjacent surface but orthogonal; does not add scheme validation at register-time.\n- TypeScript SDK PR `modelcontextprotocol/typescript-sdk#1738` covers the same authorize-time loopback gap on the TS side.\n\n## Proposed fix\n\nAdd `validate_registered_redirect_uri(url: AnyUrl) -\u003e None` next to `validate_issuer_url`:\n\n- Reject schemes other than `https`, or `http` with host in `{\"localhost\", \"127.0.0.1\", \"[::1]\"}`.\n- Reject URIs with a fragment (including empty fragments, e.g. `https://example.com/cb#` — note: this is also a latent bug in `validate_issuer_url`'s current `if url.fragment:` check, which I have NOT touched here to keep scope tight).\n- Permit query strings (RFC 7591 §2 explicitly allows them).\n\nCall it once per URI in `RegistrationHandler.handle` immediately after `model_validate_json` succeeds. On failure return `400 invalid_redirect_uri` per RFC 7591 §3.2.2.\n\nPR with the patch + tests: #\u003cPR_NUM_HERE\u003e.\n\n## Notes on severity\n\nBrowsers no longer navigate `javascript:` / `data:` schemes received in `Location` headers, which neutralises those vectors for browser-mediated flows. The realistic exploitable residue is (a) cleartext-HTTP redirect_uris to attacker-controlled hosts, and (b) custom-scheme deep links on devices where the MCP client uses a system handler. Defense-in-depth, not a critical exploit chain — happy to be downgraded if maintainers see it differently.\n","author":{"url":"https://github.com/CrypticCortex","@type":"Person","name":"CrypticCortex"},"datePublished":"2026-05-18T11:56:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/2629/python-sdk/issues/2629"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6d096cdf-7361-168c-d166-a2a75c8b330e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC0B8:10077:4DEE93:6A7D89:6A591E5E
html-safe-nonce5822937836436d89646c9c5b7dbd4972e1c14b07ef86c5bb754898c9a60d4255
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMEI4OjEwMDc3OjRERUU5Mzo2QTdEODk6NkE1OTFFNUUiLCJ2aXNpdG9yX2lkIjoiMTc4NDY1Nzg1MjEzODg1NjAzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac092cd0d10e07f9942043e587cb73515af15683df37e9092c25188d5b1d951b7e
hovercard-subject-tagissue:4468871434
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelcontextprotocol/python-sdk/2629/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8479c176fe3008919b3cf8ab5ddf68eff66ec95f925b86a99e48037dddc82e43/modelcontextprotocol/python-sdk/issues/2629
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8479c176fe3008919b3cf8ab5ddf68eff66ec95f925b86a99e48037dddc82e43/modelcontextprotocol/python-sdk/issues/2629
og:image:altSummary The DCR handler (mcp.server.auth.handlers.register.RegistrationHandler.handle) does not validate the scheme of submitted redirect_uris. A client registered via DCR can supply javascript:, d...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameCrypticCortex
hostnamegithub.com
expected-hostnamegithub.com
Nonede7b53b927e5bfbf02672a5b2960bf82d1608d91c6d7888039c826ebf8d4ca76
turbo-cache-controlno-preview
go-importgithub.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862584018
octolytics-dimension-repository_nwomodelcontextprotocol/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862584018
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/python-sdk
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release020f8e5d3a42ae1a22d3f297198ccfca124edd1d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/issues/2629#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2F2629
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2F2629
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/2629
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/2629
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/2629
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/issues/2629
modelcontextprotocol https://github.com/modelcontextprotocol
python-sdkhttps://github.com/modelcontextprotocol/python-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Fork 3.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Star 23.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 255 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 302 https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality 6 https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Code https://github.com/modelcontextprotocol/python-sdk
Issues https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
DCR registration accepts redirect_uris with non-HTTPS / non-loopback / fragmented schemeshttps://github.com/modelcontextprotocol/python-sdk/issues/2629#top
#2860https://github.com/modelcontextprotocol/python-sdk/pull/2860
P2Moderate issues affecting some users, edge cases, potentially valuable featurehttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22P2%22
authIssues and PRs related to Authentication / OAuthhttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22auth%22
bugSomething isn't workinghttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22bug%22
fix proposedBot has a verified fix diff in the commenthttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22fix%20proposed%22
ready for workEnough information for someone to start working onhttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22ready%20for%20work%22
https://github.com/CrypticCortex
CrypticCortexhttps://github.com/CrypticCortex
on May 18, 2026https://github.com/modelcontextprotocol/python-sdk/issues/2629#issue-4468871434
Question: MCP Python SDK Redirect URI Validation - Implementation Granularity? #1446https://github.com/modelcontextprotocol/python-sdk/issues/1446
Fix RFC 8252 Section 7.3 compliance for loopback redirect URIs #1934https://github.com/modelcontextprotocol/python-sdk/pull/1934
P2Moderate issues affecting some users, edge cases, potentially valuable featurehttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22P2%22
authIssues and PRs related to Authentication / OAuthhttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22auth%22
bugSomething isn't workinghttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22bug%22
fix proposedBot has a verified fix diff in the commenthttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22fix%20proposed%22
ready for workEnough information for someone to start working onhttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22ready%20for%20work%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.