MCP Toolbox HTTP tool path parameters allow traversal to unintended endpoints
Critical9.1CVE-2026-11720 · Published Jun 29, 2026 · updated Sep 10, 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).
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| github.com/googleapis/mcp-toolbox Go | < 1.3.0 | 1.3.0 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-22
- Also known as
- CVE-2026-11720, GO-2026-6411
More mcp-toolbox advisories
All mcp-toolbox| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 18 | MCP Toolbox for Databases: authenticated authorization bypass | High | 1.4.0 |
| Jun 18 | mcp-toolbox: authentication bypass | Critical | 1.4.0 |
| Jun 18 | mcp-toolbox: authentication bypass | Critical | 1.4.0 |
| Jun 13 | MCP Toolbox for Databases has an Origin Validation Error | Critical | 0.25.0 |
| May 28 | MCP Toolbox for Databases vulnerable to DNS rebinding attacks | Critical | 1.2.0 |