Improper access control in n8n - #VU146788
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the Git node when processing a relative remote URL during fetch or pull operations. A remote user can configure a nested repository and use the same relative remote URL to cause git to resolve it outside the intended file sandbox and disclose sensitive information.
The issue occurs because the URL was validated against the configured repository path, but git resolved it from the enclosing repository\'s top-level working directory.