CVE-2026-11720: Path Traversal in googleapis/mcp-toolbox HTTP Tool URL Builder
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 Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2026-11720?
The severity of CVE-2026-11720 is classified as critical with a CVSS score of 9.3.
How do I fix CVE-2026-11720?
To fix CVE-2026-11720, you should apply the available patch provided in the updates for googleapis/mcp-toolbox.
What systems are affected by CVE-2026-11720?
CVE-2026-11720 affects the googleapis/mcp-toolbox, specifically the HTTP tool URL builder.
What type of vulnerability is CVE-2026-11720?
CVE-2026-11720 is categorized as a path traversal vulnerability.
When was CVE-2026-11720 published?
CVE-2026-11720 was published on June 29, 2026.