CVE-2026-11719 PUBLISHED

Assigner: Google
Reserved: 09.06.2026 Published: 18.06.2026 Updated: 18.06.2026

An authenticated authorization bypass vulnerability exists in MCP Toolbox for Databases due to missing scope enforcement across older protocol handlers.

While the 2025-11-25 protocol version handler correctly enforces per-tool restrictions defined by scopesRequired, older supported protocol versions (2025-06-18, 2025-03-26, and 2024-11-05) omit this check. An authenticated client with low-privilege tokens (e.g., read) can bypass the intended per-tool scope restrictions and execute high-privilege tools (e.g., admin) simply by specifying an older protocol version in the MCP-Protocol-Version header, or by omitting the header entirely (which causes the server to default to the vulnerable 2024-11-05 handler).

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor Google
Product MCP Toolbox for Databases (googleapis/mcp-toolbox)
Versions Default: unaffected
  • Version 1.3.0 is affected

Credits

  • HE WEI(ギカク)(https://www.linkedin.com/in/gikaku/) finder

References

Problem Types

  • CWE-862: Missing Authorization CWE

Impacts

  • CAPEC-115: Authentication Bypass