Skip to content

Commit 7aef341

Browse files
1 parent 5d89d46 commit 7aef341

2 files changed

Lines changed: 111 additions & 40 deletions

File tree

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-5xrp-6693-jjx9",
4+
"modified": "2026-01-29T15:02:29Z",
5+
"published": "2026-01-27T15:30:32Z",
6+
"aliases": [
7+
"CVE-2026-1470"
8+
],
9+
"summary": "n8n Unsafe Workflow Expression Evaluation Allows Remote Code Execution",
10+
"details": "n8n contains a critical Remote Code Execution (RCE) vulnerability in its workflow Expression evaluation system. Expressions supplied by authenticated users during workflow configuration may be evaluated in an execution context that is not sufficiently isolated from the underlying runtime.\n\nAn authenticated attacker could abuse this behavior to execute arbitrary code with the privileges of the n8n process. Successful exploitation may lead to full compromise of the affected instance, including unauthorized access to sensitive data, modification of workflows, and execution of system-level operations.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "n8n"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.123.17"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "npm",
40+
"name": "n8n"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.0.0"
48+
},
49+
{
50+
"fixed": "2.4.5"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "npm",
59+
"name": "n8n"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "2.5.0"
67+
},
68+
{
69+
"fixed": "2.5.1"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1470"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/n8n-io/n8n/commit/25c4b9605b420a98d0185a4f01115122a5134d8f"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/n8n-io/n8n/commit/30383d86139f3279a698df8d229eadfefe8627f4"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/n8n-io/n8n/commit/aa4d1e5825829182afa0ad5b81f602638f55fa04"
92+
},
93+
{
94+
"type": "PACKAGE",
95+
"url": "https://github.com/n8n-io/n8n"
96+
},
97+
{
98+
"type": "WEB",
99+
"url": "https://research.jfrog.com/vulnerabilities/n8n-expression-node-rce"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-95"
105+
],
106+
"severity": "CRITICAL",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2026-01-29T15:02:29Z",
109+
"nvd_published_at": "2026-01-27T15:15:57Z"
110+
}
111+
}

advisories/unreviewed/2026/01/GHSA-5xrp-6693-jjx9/GHSA-5xrp-6693-jjx9.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)