Summary
CVE-2026-14537 is an Incorrect Authorization vulnerability (CWE-863) in Google MCP Toolbox for Databases versions v1.3.0 and v1.4.0. An unauthenticated remote attacker can invoke tools protected by the scopeRequired authorization feature by routing tool invocation requests through legacy HTTP endpoints when the --enable-api flag is active, completely bypassing the intended access controls. With a CVSS 4.0 score of 8.1 (High) and high impact on confidentiality, integrity, and availability, this flaw poses a direct risk to any database system connected to an exposed toolbox instance.
Technical details
- Root cause: When both MCP Authorization (
scopeRequired) and the legacy HTTP API (--enable-api) are enabled simultaneously, the legacy endpoints do not enforce per-tool scope restrictions. The authorization logic governing which callers may invoke which tools is applied only to the modern MCP protocol handlers; the legacy HTTP invocation path omits these checks entirely, creating a bypass path. - Trigger conditions: The vulnerability is exploitable only when the
--enable-apiflag is active andscopeRequiredhas been configured on one or more tools. Both conditions must be present. - Attack vector: Network — fully remote and unauthenticated. No credentials, no user interaction, and no prior foothold are required. An attacker sends tool invocation requests directly to the exposed legacy HTTP endpoint.
- Impact: Successful exploitation allows an unauthenticated attacker to invoke database-connected tools that are intended to be restricted by scope. Depending on the tools configured, this may enable unauthorized querying, modification, or deletion of data in connected databases, with high impact on confidentiality, integrity, and availability.
Affected software
- Google MCP Toolbox for Databases v1.3.0
- Google MCP Toolbox for Databases v1.4.0
Severity
CVSS 4.0 Base Score: 8.1 (High)
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U
Mitigation and recommended actions
- Immediate — upgrade: Update to Google MCP Toolbox for Databases v1.5.0 or later. Version 1.5.0 (released June 18, 2026) introduces a startup validation check that enforces mutual exclusivity between MCP Authorization and the legacy HTTP API, preventing the server from starting in an insecure configuration.
- Workaround (if immediate upgrade is not possible): Disable the
--enable-apiflag to eliminate the vulnerable legacy HTTP endpoint. If the flag cannot be disabled, removescopeRequiredscope restrictions from all tools and enforce access control at the network perimeter (e.g., firewall rules, reverse proxy authentication) until patching is complete.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

