Path Traversal in Google Mcp Toolbox For Databases
CVE-2026-11720
A path traversal vulnerability exists in the HTTP tool URL builder of googleapis/mcp-toolbox. When constructing downstream API requests, the URL builder substitutes user-controlled pathParams into the configured tool path and parses the resulting string as a relative URL. While it checks that the input does not alter the scheme, host, or user info, it relies on ResolveReference for the final URL resolution. Because dot segments (../) are normalized during this resolution step, an attacker can supply path parameters containing directory traversal sequences to escape the operator-configured path scope. This allows the client to coerce the toolbox into making requests to unintended endpoints on the same target host while forwarding the toolbox's configured credentials (e.g., bypassing a restricted path like /api/v1/users/{{.id}} to reach /admin/secrets).
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.004 (30.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.1 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N.
Affected products
Weakness classification (CWE)
References
- cve-coordination@google.com (Patch, Issue Tracking)
Frequently asked questions
- What is CVE-2026-11720?
- CVE-2026-11720 is a critical-severity vulnerability in Google Mcp Toolbox For Databases, classified under Path Traversal. CVSS score: 9.1/10. Published 2026-06-29.
- How severe is CVE-2026-11720?
- Critical severity. CVSS v3 base score is 9.1 out of 10.