n8n SSRF Protection Is Off by Default: How to Turn It On
Quick answer: SSRF protection in n8n is off unless you switched it on. N8N_SSRF_PROTECTION_ENABLED defaults to false, so on a stock instance a workflow can send an HTTP request to your private network, to localhost, or to your cloud provider’s metadata endpoint. Setting it to true blocks those ranges. The obvious reason for shipping it…
