VYPR

github-mcp-server

by GitHub

CVEs (2)

  • CVE-2026-47427Jul 28, 2026
    risk 0.00cvss epss 0.00

    GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer…

  • CVE-2026-48529Jun 26, 2026
    risk 0.00cvss epss 0.00

    GitHub MCP Server is GitHub's official MCP Server. From 0.22.0 until 1.1.2, 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…