Skip to content

Commit 2656cbe

Browse files
committed
1 parent e6b10ee commit 2656cbe

1 file changed

Lines changed: 66 additions & 3 deletions

File tree

advisories/unreviewed/2026/07/GHSA-725q-c4vp-q4cg/GHSA-725q-c4vp-q4cg.json

Lines changed: 66 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,78 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-725q-c4vp-q4cg",
4-
"modified": "2026-07-22T12:32:18Z",
4+
"modified": "2026-07-22T12:32:24Z",
55
"published": "2026-07-22T12:32:18Z",
66
"aliases": [
77
"CVE-2026-65598"
88
],
9+
"summary": "n8n: Race Condition in Git Clone Node Allows Authenticated RCE",
910
"details": "n8n before 1.123.64, 2.29.8, and 2.30.1 contains a TOCTOU race condition in the Git node's clone operation that allows authenticated users to bypass path restrictions by swapping a directory for a symlink after the path is validated but before the clone runs. This lets an attacker plant a crafted repository in the community node directory, which n8n loads as a custom node on the next restart, executing arbitrary JavaScript on the server. Both self-hosted and cloud instances are affected.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:L/SA:L"
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.64"
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.29.8"
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.30.0"
67+
},
68+
{
69+
"fixed": "2.30.1"
70+
}
71+
]
72+
}
73+
]
1474
}
1575
],
16-
"affected": [],
1776
"references": [
1877
{
1978
"type": "WEB",
@@ -23,6 +82,10 @@
2382
"type": "ADVISORY",
2483
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-65598"
2584
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/n8n-io/n8n"
88+
},
2689
{
2790
"type": "WEB",
2891
"url": "https://www.vulncheck.com/advisories/n8n-before-remote-code-execution-via-git-clone"

0 commit comments

Comments
 (0)