Description
n8n versions before 1.123.73, 2.35.4, and 2.36.2 pass message content in the Gmail (v1) and Brevo nodes to the mail composer without verifying it is a string. An authenticated user able to run a workflow can supply an expression that resolves to an object carrying a path or href property, causing the composer to read a local file accessible to the n8n process or fetch an internal URL (SSRF) and attach the result to the outgoing message.
Published: 2026-09-03
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Local File Read and SSRF
Action: Patch Immediately
AI Analysis

Impact

This vulnerability resides in the Gmail (v1) and Brevo nodes of n8n and allows an authenticated user who can run a workflow to supply an expression that resolves to an object with a path or href property. The mail composer receives this unsanitized content and attempts to read the specified local file or fetch the internal URL, thereby exposing local file contents or internal network resources to the attacker. The weakness is a classic unchecked input that can be exploited for local file read or server‑side request forgery, potentially exposing sensitive data or enabling further lateral movement within the host environment.

Affected Systems

n8n versions prior to 1.123.73, 2.35.4, and 2.36.2 are impacted. The affected product is n8n, a workflow automation tool released by n8n‑io, Inc.

Risk and Exploitability

The CVSS score of 7.1 indicates a high risk rating. There is no EPSS score available, so the current explosion probability cannot be quantified, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector requires authenticated access to the n8n instance, meaning an insider or a compromised account could trigger the read or SSRF by creating a malicious workflow. No public exploits have been reported, but the flaw is severe enough to necessitate rapid remediation.

Generated by OpenCVE AI on September 3, 2026 at 12:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade all n8n deployments to version 1.123.73 or later, or to 2.35.5 and 2.36.3 for the affected 2.x releases, ensuring that the patch for Gmail and Brevo nodes is applied.
  • If an immediate upgrade is not possible, restrict workflow execution privileges to a trusted user base or disable the Gmail and Brevo nodes until the patch can be applied.
  • As a temporary measure, review and sanitize any expressions that are fed into the mail composer and ensure they resolve to string values before use.

Generated by OpenCVE AI on September 3, 2026 at 12:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 18 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:node.js:*:*
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Thu, 03 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description n8n versions before 1.123.73, 2.35.4, and 2.36.2 pass message content in the Gmail (v1) and Brevo nodes to the mail composer without verifying it is a string. An authenticated user able to run a workflow can supply an expression that resolves to an object carrying a path or href property, causing the composer to read a local file accessible to the n8n process or fetch an internal URL (SSRF) and attach the result to the outgoing message.
Title n8n before 1.123.73 Local File Read and SSRF via Gmail and Brevo nodes
First Time appeared N8n
N8n n8n
Weaknesses CWE-20
CPEs cpe:2.3:a:n8n:n8n:*:*:*:*:*:*:*:*
Vendors & Products N8n
N8n n8n
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T12:13:46.344Z

Reserved: 2026-09-03T11:05:09.078Z

Link: CVE-2026-85170

cve-icon Vulnrichment

Updated: 2026-09-03T12:13:33.995Z

cve-icon NVD

Status : Analyzed

Published: 2026-09-03T13:06:24.540

Modified: 2026-09-18T14:42:49.993

Link: CVE-2026-85170

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T14:45:03Z

Weaknesses
  • CWE-20

    Improper Input Validation