GHSA-76g7-m3xw-x9gr
MCP Toolbox for Databases has an Origin Validation Error
Quick fix
GHSA-76g7-m3xw-x9gr — github.com/googleapis/mcp-toolbox: upgrade to the fixed version with the command below.
go get github.com/googleapis/mcp-toolbox@v0.25.0 Details
The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced alongside the existing "--allowed-origins" flag, enabling users to specify permitted hosts at server startup. Both flags default to "*", allowing users to implement strict access controls as needed without breaking existing setups. If either flag is set to "*", the server will output a startup warning about potential vulnerabilities. Documentation has also been updated to highlight these security considerations.
Are you affected?
Enter the version of the package you're using.
Affected packages
0 Fixed in: 0.25.0 go get github.com/googleapis/mcp-toolbox@v0.25.0 References
- https://nvd.nist.gov/vuln/detail/CVE-2026-11624 [ADVISORY]
- https://github.com/googleapis/mcp-toolbox/issues/3113 [WEB]
- https://github.com/googleapis/mcp-toolbox/pull/2254 [WEB]
- https://github.com/googleapis/mcp-toolbox/commit/17b41f64531b8fe417c28ada45d1992ba430dc1b [WEB]
- https://github.com/googleapis/mcp-toolbox [PACKAGE]