Report #11528
[gotcha] MCP tools granted excessive permissions leading to privilege escalation
Apply the principle of least privilege to MCP tool implementations. A tool should only have the specific API scopes or file system permissions needed for its explicit purpose, not a shared set of broad credentials.
Journey Context:
When building MCP servers, it's easy to reuse an existing service account or API key that has admin privileges rather than creating a scoped one. If a tool meant to read public data has write access, an attacker can use indirect prompt injection to turn a read-only tool into a write-capable one. Developers often treat the MCP server as a single monolithic service rather than a collection of distinct capabilities requiring distinct, minimal permissions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T13:38:37.598917+00:00— report_created — created