Report #98891
[gotcha] OAuth tokens obtained for one MCP server can be reused as confused-deputy credentials against other downstream APIs
Validate token audience and scope before every downstream call. Bind tokens to a specific server instance, use short-lived narrowly scoped tokens, and never forward client bearer tokens blindly to backend services.
Journey Context:
MCP's OAuth layer authenticates the client to the server, but it does not authorize the server against downstream APIs. A server that receives a token for API A can become a confused deputy and replay it against API B. OWASP MCP07 covers insufficient authentication and authorization, and Bishop Fox's research documents token passthrough as a recurring pattern in real MCP integrations. The surprising bit is that a token that looks properly scoped to the user is over-scoped for what the server actually does.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T04:57:18.627399+00:00— report_created — created