Cyber Posture

CVE-2026-25049

Critical

Published: 04 February 2026

Published
04 February 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0004 13.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25049 is a critical-severity Improper Control of Dynamically-Managed Code Resources (CWE-913) vulnerability in N8N N8N. Its CVSS base score is 9.9 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Flaw remediation directly mitigates CVE-2026-25049 by applying patches released in n8n versions 1.123.17 and 2.5.2 to eliminate the command execution vulnerability.

prevent

Information input validation prevents crafted expressions in workflow parameters from being interpreted as executable system commands.

prevent

Least privilege restricts workflow create/modify permissions to only essential users, minimizing the authenticated attack surface for this vulnerability.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

The CVE describes a remote authenticated RCE via crafted workflow expressions in the n8n web platform, directly enabling exploitation of a public-facing application (T1190), Unix shell command execution (T1059.004), and privilege escalation from workflow modification rights to host system commands (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

n8n is an open source workflow automation platform. Prior to versions 1.123.17 and 2.5.2, an authenticated user with permission to create or modify workflows could abuse crafted expressions in workflow parameters to trigger unintended system command execution on the host…

more

running n8n. This issue has been patched in versions 1.123.17 and 2.5.2.

Deeper analysisAI

CVE-2026-25049 affects n8n, an open source workflow automation platform, in versions prior to 1.123.17 and 2.5.2. The vulnerability allows an authenticated user with permission to create or modify workflows to abuse crafted expressions in workflow parameters, resulting in unintended system command execution on the host running n8n. It is rated with a CVSS v3.1 base score of 9.9 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H) and is associated with CWE-913 (Improper Control of Dynamically-Managed Code Resources).

An attacker with low-privilege authenticated access, specifically permission to create or modify workflows, can exploit this remotely over the network with low complexity and no user interaction required. Successful exploitation enables arbitrary command execution on the n8n host system, potentially leading to full compromise including high confidentiality, integrity, and availability impacts due to the changed scope.

The issue has been addressed in n8n versions 1.123.17 and 2.5.2. Official mitigation details are available in the GitHub security advisory (GHSA-6cqr-8cfr-67f8) and related commits (7860896909b3d42993a36297f053d2b0e633235d and 936c06cfc1ad269a89e8ef7f8ac79c104436d54b), which practitioners should review for patch implementation guidance.

Details

CWE(s)

Affected Products

n8n
n8n
≤ 1.123.17 · 2.0.0 — 2.5.2

CVEs Like This One

CVE-2025-68613Same product: N8N N8N
CVE-2026-25056Same product: N8N N8N
CVE-2026-33665Same product: N8N N8N
CVE-2026-27498Same product: N8N N8N
CVE-2026-27495Same product: N8N N8N
CVE-2026-25115Same product: N8N N8N
CVE-2026-33749Same product: N8N N8N
CVE-2026-27494Same product: N8N N8N
CVE-2026-33696Same product: N8N N8N
CVE-2025-62726Same product: N8N N8N

References