CVE-2026-11720 PUBLISHED

Path Traversal in googleapis/mcp-toolbox HTTP Tool URL Builder

Assigner: Google
Reserved: 09.06.2026 Published: 29.06.2026 Updated: 29.06.2026

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).

Metrics

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

Product Status

Vendor Google
Product MCP Toolbox for Databases (googleapis/mcp-toolbox)
Versions Default: unaffected
  • affected from 0 to 1.3.0 (excl.)

Credits

  • Ryan Vonbrubeck / @dodge1218 finder

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE

Impacts

  • CAPEC-139: Relative Path Traversal