VendorsGooglemcp_toolbox_for_databasesany version
Vulnerabilities

Google MCP Toolbox for Databases any version

Ranked by severity, then by exploit likelihood. Click a CVE ID for its full record.

7CVEs
CVE-2026-11720
Path Traversal in googleapis/mcp-toolbox HTTP Tool URL Builder
Published 2026-06-29 · Analyzed
9.3EPSS 0.005
CVE-2026-11718
An authentication bypass vulnerability exists in the generic opaque token validation path (validateOpaqueToken) of googleapis/mcp-toolbox. When the toolbox validates an opaque token via an OAuth 2.0 introspection endpoint (RFC 7662), it decodes the response into an introspectResp struct. However, the subsequent claim-checking logic (validateClaims) evaluates the issuer condition as if a.issuer != "" && iss != "". If the external OAuth provider's introspection response omits the optional iss (issuer) field completely, the variable iss defaults to an empty string. This causes the conditional block to evaluate to false and be skipped silently. Consequently, the application accepts tokens issued by unauthorized or unintended third-party identity providers.
Published 2026-06-18 · Analyzed
9.3EPSS 0.002
CVE-2026-11717
An authentication bypass vulnerability exists in the generic opaque token validation path (validateOpaqueToken) of googleapis/mcp-toolbox. When verifying an unparsed opaque token via an OAuth 2.0 introspection endpoint (RFC 7662), the toolbox decodes the response into an introspectResp struct where the Active field is declared as a pointer to a boolean (*bool). The code only explicitly rejects a token if the response contains a populated active field set to false (if introspectResp.Active != nil && !*introspectResp.Active). If an introspection endpoint responds with a payload that completely omits the mandatory active key, the internal variable remains nil, causing the conditional check to short-circuit. As a result, Toolbox accepts authorization tokens missing the "active" field, granting access to protected tools and underlying data sources.
Published 2026-06-18 · Analyzed
9.3EPSS 0.002
CVE-2026-15829
SQL Injection and Security Boundary Bypass in googleapis/mcp-toolbox
Published 2026-07-21 · Analyzed
8.6EPSS 0.002
CVE-2026-14540
Server-Side Request Forgery via Unrestricted HTTP Redirection in MCP Toolbox
Published 2026-07-31 · Analyzed
8.0EPSS 0.001
CVE-2026-14538
BigQuery Dataset Allowlist Bypass via Metadata Dry-Run in MCP Toolbox
Published 2026-07-31 · Analyzed
7.7EPSS 0.002
CVE-2026-14539
Denial of Service via Unrestricted Payload Buffering in MCP Toolbox
Published 2026-07-31 · Analyzed
7.5EPSS 0.002