Description
n8n versions before 2.32.1 contain a server-side request forgery protection bypass vulnerability in the MCP Client node that allows authenticated users to bypass SSRF protections. Attackers can craft workflows that send requests to internal or blocked hosts without routing through SSRF protection, exposing internal services and reading responses back through the workflow.
Published: 2026-08-11
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the MCP Client node of n8n before version 2.32.1 and permits authenticated users to bypass the system’s SSRF protection. This is a Server‑Side Request Forgery (SSRF) bypass, classified as CWE‑918. By assembling a workflow that targets internal or otherwise blocked destinations, an attacker can cause the n8n server to issue HTTP requests to those endpoints and retrieve the responses within the workflow result. This flaw enables an attacker to discover and potentially interact with internal services that are normally shielded by the SSRF guard, compromising confidentiality and possibly revealing sensitive data.

Affected Systems

All deployments of the n8n automation platform using any release prior to 2.32.1 are susceptible. The impact is limited to instances that expose the MCP Client node to users with write or execution permissions in workflows.

Risk and Exploitability

The CVSS score of 6.4 indicates a moderate severity. The EPSS score is not available, and the flaw is not listed in the CISA KEV catalogue. Exploitation requires that the attacker be an authenticated user with the ability to create or modify workflows, and the attacker must construct a workflow that targets the intended internal or blocked host. Because the bypass occurs after the standard SSRF checks, the attack largely depends on the value of the user’s workflow permissions rather than a public-facing vulnerability.

Generated by OpenCVE AI on August 12, 2026 at 00:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to n8n 2.32.1 or later, which removes the SSRF bypass in the MCP Client node.
  • If an immediate upgrade is not feasible, restrict workflow creation to trusted users and disable the MCP Client node for untrusted accounts.
  • Apply network segmentation or firewall rules to block the n8n server’s outgoing traffic to sensitive internal IP ranges so that even a bypassed request cannot reach critical services.

Generated by OpenCVE AI on August 12, 2026 at 00:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description n8n versions before 2.32.1 contain a server-side request forgery protection bypass vulnerability in the MCP Client node that allows authenticated users to bypass SSRF protections. Attackers can craft workflows that send requests to internal or blocked hosts without routing through SSRF protection, exposing internal services and reading responses back through the workflow.
Title n8n before 2.32.1 SSRF Protection Bypass via MCP Client
First Time appeared N8n
N8n n8n
Weaknesses CWE-918
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*
Vendors & Products N8n
N8n n8n
References
Metrics cvssV4_0

{'score': 6.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-11T18:02:34.479Z

Reserved: 2026-08-10T15:06:16.417Z

Link: CVE-2026-72768

cve-icon Vulnrichment

Updated: 2026-08-11T18:02:23.715Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T13:19:07.077

Modified: 2026-08-31T20:34:15.827

Link: CVE-2026-72768

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:45:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)