CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2026-11720

Critical · CVSS 9.1

googleapis/mcp-toolbox — Path Traversal via URL parameter substitution (CWE-22)

CVSS
9.1
nvd
EPSS
KEV
No
Class
other
CWE-22

Description

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

Search profile — drives PoC discovery

Symbols pathParamsResolveReferenceURL builderHTTP toolmcp-toolboxdot segments..//api/v1/users/{{.id}}/admin/secretsrelative URL resolution
Keywords CVE-2026-11720mcp-toolbox path traversalgoogleapis mcp-toolboxpathParams traversalResolveReference dot segmentsmcp-toolbox URL buildermcp-toolbox pull 3218mcp-toolbox SSRF path escapemcp-toolbox credential forwarding bypass
Versions: unspecified; see fix in PR #3218

References

Status: enriched · ingested 2026-07-02T00:00:43.000Z · profiled 2026-07-02T00:30:43.000Z