CVE-2025-61679: Mcp Tool Unauthenticated

A tool was added to the MCP server without an internal authorization check. If the MCP server is exposed publicly or to untrusted local users via HTTP/SSE, this could allow unauthenticated users to execute the tool. Ensure that you authenticate the request, for example by checking `request.Header.Get("Authorization")` inside the handler, or by explicitly wra

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Go
greprules fetch cve-2025-61679-mcp-tool-unauthenticated --engine opengrep

Description

A tool was added to the MCP server without an internal authorization check. If the MCP server is exposed publicly or to untrusted local users via HTTP/SSE, this could allow unauthenticated users to execute the tool. Ensure that you authenticate the request, for example by checking `request.Header.Get("Authorization")` inside the handler, or by explicitly wra