A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      Digital Forensics, IRR & Breach Readiness
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-25053

CVE-2026-25053: N8n Workflow Automation RCE Vulnerability

CVE-2026-25053 is a remote code execution vulnerability in N8n workflow automation platform affecting the Git node. Authenticated users can execute arbitrary commands or read files on the host system. Learn about affected versions, impact, and mitigation steps.

Published: February 6, 2026

CVE-2026-25053 Overview

CVE-2026-25053 is a critical command injection vulnerability affecting n8n, an open source workflow automation platform. Prior to versions 1.123.10 and 2.5.0, vulnerabilities in the Git node allowed authenticated users with permission to create or modify workflows to execute arbitrary system commands or read arbitrary files on the n8n host.

Critical Impact

Authenticated attackers can achieve remote code execution and arbitrary file read on the n8n host system through the vulnerable Git node, potentially leading to complete system compromise.

Affected Products

  • n8n versions prior to 1.123.10
  • n8n versions prior to 2.5.0
  • n8n workflow automation platform (Node.js)

Discovery Timeline

  • 2026-02-04 - CVE-2026-25053 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25053

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw exists within the Git node functionality of the n8n workflow automation platform.

When an authenticated user with workflow creation or modification permissions interacts with the Git node, the application fails to properly sanitize user-supplied input before passing it to underlying system commands. This allows attackers to inject malicious commands that execute with the privileges of the n8n process on the host system.

The vulnerability enables two primary attack scenarios: arbitrary command execution, where attackers can run any system command on the host, and arbitrary file read, allowing sensitive data exfiltration from the server filesystem.

Root Cause

The root cause of this vulnerability stems from insufficient input validation and sanitization within the Git node implementation. When processing Git-related operations, user-controlled parameters are passed directly to shell commands without proper escaping or validation. This allows attackers to break out of the intended command context and inject additional malicious commands.

Attack Vector

The attack vector is network-based, requiring authentication but no user interaction. An attacker must have valid credentials with permissions to create or modify workflows in the n8n platform. Once authenticated, the attacker can craft a malicious workflow leveraging the Git node to inject arbitrary commands.

The exploitation flow involves creating or modifying a workflow that utilizes the Git node with specially crafted parameters containing shell metacharacters or command separators. When the workflow executes, the injected commands run on the underlying host system with the privileges of the n8n service account.

Due to the sensitive nature of this vulnerability, specific exploitation code is not provided. Refer to the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2026-25053

Indicators of Compromise

  • Unusual Git-related process spawning from the n8n service
  • Unexpected shell command execution originating from the n8n Node.js process
  • Anomalous file access patterns, particularly attempts to read sensitive system files like /etc/passwd or credential files
  • Workflows containing suspicious Git node configurations with shell metacharacters

Detection Strategies

  • Monitor process creation events from the n8n service for unexpected child processes
  • Implement application-level logging to capture Git node parameter values
  • Deploy endpoint detection solutions to identify command injection patterns
  • Review workflow definitions for malicious or suspicious Git node configurations

Monitoring Recommendations

  • Enable verbose logging for the n8n application to capture workflow execution details
  • Monitor network connections initiated by the n8n process for potential data exfiltration
  • Implement file integrity monitoring on the n8n host system
  • Set up alerts for unusual CPU or memory usage patterns that may indicate exploitation

How to Mitigate CVE-2026-25053

Immediate Actions Required

  • Upgrade n8n to version 1.123.10 or 2.5.0 or later immediately
  • Audit existing workflows for potentially malicious Git node configurations
  • Review and restrict user permissions for workflow creation and modification
  • Implement network segmentation to limit the blast radius of potential compromise

Patch Information

The n8n development team has addressed this vulnerability in versions 1.123.10 and 2.5.0. Organizations running affected versions should prioritize upgrading to these patched releases. For detailed patch information, refer to the GitHub Security Advisory GHSA-9g95-qf3f-ggrw.

Workarounds

  • Temporarily disable the Git node functionality if not required for business operations
  • Restrict workflow creation and modification permissions to trusted administrators only
  • Implement additional network-level controls to limit outbound connections from the n8n host
  • Deploy a web application firewall to inspect and block potentially malicious requests
bash
# Example: Upgrading n8n using npm
npm update [email protected]
# Or for version 2.x
npm update [email protected]

# Verify the installed version
n8n --version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechN8n

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25115: N8n Workflow Automation RCE Vulnerability

  • CVE-2026-25056: N8n Workflow Automation RCE Vulnerability

  • CVE-2026-25055: N8n Workflow Automation RCE Vulnerability

  • CVE-2026-25049: N8n Workflow Automation RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • English
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use