๐Ÿ” CVE Alert

CVE-2026-92587

MEDIUM 5.0

n8n before 1.123.76 Sandbox Escape via Git Relative URL

CVSS Score
5.0
EPSS Score
0.0%
EPSS Percentile
0th

n8n is a workflow automation platform. In versions before 1.123.76, 2.37.7, and 2.38.2, the Git node validated a relative remote URL against the configured repositoryPath but then invoked git with that path as its working directory; git walked up to the enclosing repository's top level and resolved the same relative URL from there. An authenticated user (member) who nested the repository one level below the configured path could therefore make an identical URL string pass the file-access check while git resolved it outside the sandbox. A subsequent fetch or pull read a git repository outside N8N_RESTRICT_FILE_ACCESS_TO and merged its objects into the user's own repository, where their contents could be read back. The issue is fixed in n8n 1.123.76, 2.37.7, and 2.38.2, which resolve the remote reference from the directory git actually operates in before applying the sandbox check. As a workaround, the Git node can be disabled by adding n8n-nodes-base.git to NODES_EXCLUDE.

CWE CWE-426
Vendor n8n-io
Product n8n
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for n8n-io n8n

Be the first to know when new medium vulnerabilities affecting n8n-io n8n are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

n8n-io / n8n
0 < 1.123.76
n8n-io / n8n
0 < 2.38.2
n8n-io / n8n
0 < 2.37.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/n8n-io/n8n/security/advisories/GHSA-fm93-2x43-6676 vulncheck.com: https://www.vulncheck.com/advisories/n8n-before-1.123.76-sandbox-escape-via-git-relative-url

Credits

๐Ÿ” Masofgon