Report #99813
[gotcha] OAuth tokens for one MCP server can be redeemed against another without audience binding
Use RFC 8707 resource indicators to bind every access token to a specific MCP server; validate audience on the server; never passthrough user tokens to upstream APIs.
Journey Context:
Without audience binding, a token issued for server A can be presented to server B, enabling confused-deputy and token-misredemption attacks. The 2025-06-18 MCP specification made resource indicators mandatory specifically to close this gap. Many implementations still use long-lived static API keys or generic bearer tokens because OAuth is more work, but that shortcut collapses the trust boundary between servers.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-30T05:06:08.514681+00:00— report_created — created