Headline
GHSA-ggjm-f3g4-rwmm: n8n symlink traversal vulnerability in "Read/Write File" node allows access to restricted files
Impact
A symlink traversal vulnerability was discovered in the Read/Write File
node in n8n. While the node attempts to restrict access to sensitive directories and files, it does not properly account for symbolic links (symlinks). An attacker with the ability to create symlinks—such as by using the Execute Command
node—could exploit this to bypass the intended directory restrictions and read from or write to otherwise inaccessible paths. Users of n8n.cloud are not impacted.
Patches
Affected users should update to version 1.106.0 or later.
Workarounds
Until the patch is applied:
- Disable or restrict access to the
Execute Command
node and any other nodes that allow arbitrary file system access. - Avoid using the
Read/Write File
node on untrusted paths or inputs that could be manipulated via symlinks.
Impact
A symlink traversal vulnerability was discovered in the Read/Write File node in n8n. While the node attempts to restrict access to sensitive directories and files, it does not properly account for symbolic links (symlinks). An attacker with the ability to create symlinks—such as by using the Execute Command node—could exploit this to bypass the intended directory restrictions and read from or write to otherwise inaccessible paths. Users of n8n.cloud are not impacted.
Patches
Affected users should update to version 1.106.0 or later.
Workarounds
Until the patch is applied:
- Disable or restrict access to the Execute Command node and any other nodes that allow arbitrary file system access.
- Avoid using the Read/Write File node on untrusted paths or inputs that could be manipulated via symlinks.
References
- GHSA-ggjm-f3g4-rwmm
- n8n-io/n8n#17735
- n8n-io/n8n@c2c3e08