---
id: CVE-2026-59207
aliases:
  - GHSA-h44j-f5r5-ph73
title: >-
  n8n: "Allowed HTTP Request Domains" Restriction Bypass via AI Agents MCP
  Connector
summary: >-
  n8n: "Allowed HTTP Request Domains" Restriction Bypass via AI Agents MCP
  Connector
severity: high
cwe:
  - CWE-693
vendor: n8n
product: n8n
ecosystem: npm
affected:
  - 'n8n >= 2.28.0, < 2.28.1'
  - n8n < 2.27.4
patched:
  - n8n 2.28.1
  - n8n 2.27.4
published: '2026-07-22'
updated: '2026-07-22'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-h44j-f5r5-ph73'
references:
  - url: 'https://github.com/n8n-io/n8n/security/advisories/GHSA-h44j-f5r5-ph73'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-59207'
  - url: 'https://github.com/n8n-io/n8n/releases/tag/n8n%402.27.4'
  - url: 'https://github.com/n8n-io/n8n/releases/tag/n8n%402.28.1'
  - url: 'https://github.com/advisories/GHSA-h44j-f5r5-ph73'
tags:
  - ghsa
  - npm
epss: 0.00448
epssPercentile: 0.36192
ingestedAt: '2026-07-22T22:06:57.496Z'
---

## Overview

## Impact
The AI Agents feature did not enforce the "Allowed HTTP Request Domains" restriction configured on credentials. As a result, a member-level user who had been granted use-only access to a shared credential could cause its secret to be sent to an external server they control, by pointing an MCP tool at an arbitrary URL and running the agent.

This issue only affects instances where the AI Agents module is enabled via `N8N_ENABLED_MODULES=agents` and at least one credential with domain restrictions has been shared with a member-level user.

## Patches
The issue has been fixed in n8n version 2.28.1 and 2.27.4. Users should upgrade to this version or later to remediate the vulnerability.

## Workarounds
If upgrading is not immediately possible, administrators should consider the following temporary mitigations:
- Disable the AI Agents module by removing `agents` from the `N8N_ENABLED_MODULES` environment variable.
- Restrict credential sharing to fully trusted users only.
- Audit credentials with domain restrictions for unexpected sharing relationships.

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

## Affected packages

- `n8n >= 2.28.0, < 2.28.1`
- `n8n < 2.27.4`

## Remediation

Upgrade to a patched release:

- `n8n 2.28.1`
- `n8n 2.27.4`
