A AegiFlow
CRITICALCVSS 9.3EPSS 0.5%

CVE-2026-11720

MCP Toolbox HTTP tool path parameters allow traversal to unintended endpoints

Published
2026-06-29
Modified
2026-09-04
EPSS percentile
43%
Aliases
GHSA-vwxw-jrg6-9jxv
Sources
github-advisory

Summary

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 packages

EcosystemPackageAffected versionsFixed versions
Gogithub.com/googleapis/mcp-toolbox1.3.0

Remediation: Upgrade to 1.3.0 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.