Report #52079
[gotcha] Granting MCP servers overly broad filesystem or network access
Apply principle of least privilege; scope MCP server access to specific directories \(e.g., chroot/jail\) or specific API domains rather than root access or wildcard origins.
Journey Context:
To make tools 'flexible', developers often grant filesystem MCP servers access to '/' or network tools access to '\*'. If the LLM is prompt-injected, the attacker now has unrestricted access to the host. The tradeoff is convenience vs. blast radius. You must assume the tool will be misused by a compromised LLM, and limit the damage through strict containerization and scoped permissions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:54:31.282567+00:00— report_created — created