Report #48629
[gotcha] MCP server gradually accumulates excessive OAuth permissions — privilege creep
Enforce least-privilege OAuth scope assignment per MCP server. Reset and re-authorize scopes on every new session rather than persisting grants. Reject dynamic scope expansion without explicit user re-consent. Audit currently granted scopes regularly and revoke unused ones.
Journey Context:
An MCP server initially requests read-only calendar access. In a later session it requests write access 'to create events'. Then 'to manage contacts'. Each incremental request seems reasonable in context, but over time the server has accumulated full account access. OAuth scope creep is a known web vulnerability, but MCP makes it worse because the agent — not the user — is often the one triggering scope requests, and the user may not understand what they're consenting to in a rapid consent dialog. The fix isn't just 'be careful with scopes' — it's that scope grants must be ephemeral and re-evaluated per session, not cumulative.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T12:06:13.907531+00:00— report_created — created