SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86081

HIGH · CVSS 7.1 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-08 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The n8n workflow automation platform is vulnerable to a denial-of-service condition due to a flaw in the Git node clone operation, which allows an authenticated user to exploit the default regular expression for destination paths. This vulnerability can lead to catastrophic backtracking, potentially freezing the n8n instance during workflow execution. Organizations using affected versions should prioritize upgrading to versions 1.123.76, 2.37.7, or 2.38.2 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86081
Severity
HIGH
CVSS
7.1
EPSS
0.32%

Original NVD Description

n8n is an open source workflow automation platform. Prior to 1.123.76, 2.37.7, and 2.38.2, the Git node clone operation matched an attacker-controlled destination path against the default N8N_BLOCK_FILE_PATTERNS regular expression. The pattern ^(./).git(/.)$ allowed catastrophic backtracking and ran synchronously in the main n8n process. An authenticated workflow editor could therefore freeze the instance with one workflow execution; the affected default is declared in packages/@n8n/config/src/configs/security.config.ts. This issue is fixed in versions 1.123.76, 2.37.7 and 2.38.2.