VDB
Sign up
MEDIUM

GHSA-7hgx-277f-7vmg

n8n: Agent Workflow Tool Bypasses Sub-Workflow Caller Policy

Quick fix

GHSA-7hgx-277f-7vmg — n8n: upgrade to the fixed version with the command below.

npm install n8n@2.38.2

Details

## Impact

A workflow's "_This workflow can be called by_" setting was enforced by the Execute Workflow node but was not consulted when the same workflow was attached to an Agent as a tool. A user who could build an Agent could therefore call a workflow that its owner had restricted, and read back what it returned. The patch applies the sub-workflow caller policy on the Agent tool path.

## Patches

The issue has been fixed in n8n versions 2.37.7 and 2.38.2. Users should upgrade to one of these versions or later to remediate the vulnerability.

## Workarounds

If upgrading is not immediately possible, administrators should consider the following temporary mitigations: - Restrict n8n instance access to fully trusted users only. - Audit workflows attached as Agent tools and review their caller policy settings. - Remove sensitive workflows from Agent tool configurations until the instance is patched.

These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm/n8n
Introduced in: 2.38.0Fixed in: 2.38.2
Fixnpm install n8n@2.38.2
npm/n8n
Introduced in: 0Fixed in: 2.37.7
Fixnpm install n8n@2.37.7

References