CVE-2026-48529: GitHub MCP Server: Lockdown mode singleton in HTTP server causes cross-user GraphQL client confusion
When running in HTTP mode with –lockdown-mode enabled, the RepoAccessCache is implemented as a process-global singleton initialized with the first authenticated user’s GraphQL client. All subsequent requests from different users share this singleton and their lockdown-related GraphQL queries are executed using the first user’s credentials. The singleton is never updated to reflect later users’ tokens.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-48529 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 →