Skip to content

Commit ff414dd

Browse files
1 parent 25510c7 commit ff414dd

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-v98v-ff95-f3cp",
4+
"modified": "2025-12-22T16:19:13Z",
5+
"published": "2025-12-22T16:19:13Z",
6+
"aliases": [
7+
"CVE-2025-68613"
8+
],
9+
"summary": "n8n Vulnerable to Remote Code Execution via Expression Injection",
10+
"details": "### Impact\nn8n contains a critical Remote Code Execution (RCE) vulnerability in its workflow expression evaluation system. Under certain conditions, 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.\n\n### Patches\nThis issue has been fixed in **n8n v1.122.0**.\n\nUsers are strongly advised to upgrade to version **1.122.0 or later**, which introduces additional safeguards to restrict expression evaluation.\n\n### Workarounds\nIf upgrading is not immediately possible, administrators should consider the following temporary mitigations:\n- Limit workflow creation and editing permissions to fully trusted users only.\n- Deploy n8n in a hardened environment with restricted operating system privileges and network access to reduce the impact of potential exploitation.\n\nThese workarounds do not fully eliminate the risk and should only be used as short-term measures.",
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.211.0"
29+
},
30+
{
31+
"fixed": "1.120.4"
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": "1.121.0"
48+
},
49+
{
50+
"fixed": "1.121.1"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68613"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/n8n-io/n8n/commit/08f332015153decdda3c37ad4fcb9f7ba13a7c79"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/n8n-io/n8n/commit/1c933358acef527ff61466e53268b41a04be1000"
73+
},
74+
{
75+
"type": "WEB",
76+
"url": "https://github.com/n8n-io/n8n/commit/39a2d1d60edde89674ca96dcbb3eb076ffff6316"
77+
},
78+
{
79+
"type": "PACKAGE",
80+
"url": "https://github.com/n8n-io/n8n"
81+
}
82+
],
83+
"database_specific": {
84+
"cwe_ids": [
85+
"CWE-913"
86+
],
87+
"severity": "CRITICAL",
88+
"github_reviewed": true,
89+
"github_reviewed_at": "2025-12-22T16:19:13Z",
90+
"nvd_published_at": "2025-12-19T23:15:52Z"
91+
}
92+
}

0 commit comments

Comments
 (0)