The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • 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
      DFIR, Breach Readiness, & Compromise Assessments
    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
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • 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-33724

CVE-2026-33724: n8n Workflow Automation SSRF Vulnerability

CVE-2026-33724 is an SSRF flaw in n8n workflow automation platform affecting SSH-configured Source Control features. Attackers can intercept connections and inject malicious workflows. This article covers technical details, affected versions, impact, and mitigation steps.

Published: March 27, 2026

CVE-2026-33724 Overview

CVE-2026-33724 is a Man-in-the-Middle vulnerability affecting the n8n open source workflow automation platform. When the Source Control feature is configured to use SSH, the SSH command used for git operations explicitly disables host key verification. This security oversight allows a network attacker positioned between the n8n instance and the remote Git server to intercept connections and present fraudulent host keys, potentially enabling injection of malicious content into workflows or interception of sensitive repository data.

Critical Impact

Attackers in a privileged network position can intercept SSH connections between n8n and Git servers, potentially injecting malicious workflow content or exfiltrating sensitive repository data through man-in-the-middle attacks.

Affected Products

  • n8n versions prior to 2.5.0
  • n8n instances with Source Control feature enabled and configured to use SSH
  • Self-hosted n8n deployments using SSH-based Git integration

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-33724 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33724

Vulnerability Analysis

This vulnerability stems from improper certificate validation (CWE-639) in n8n's Source Control feature. When SSH is configured for Git operations, the underlying SSH command is executed with host key verification explicitly disabled. This configuration bypasses a fundamental security control that protects SSH connections from interception and impersonation attacks.

The vulnerability requires the attacker to be in a network position between the n8n instance and the Git server, making it exploitable in scenarios such as compromised network infrastructure, rogue access points, or ARP spoofing attacks on local networks. While the attack complexity is elevated due to the required network positioning, successful exploitation can have significant consequences for workflow integrity and data confidentiality.

Root Cause

The root cause is the explicit disabling of SSH host key verification in git operations. Normally, SSH clients verify the identity of remote servers by checking their host keys against known good values. By disabling this verification, n8n accepts connections from any server claiming to be the Git remote, regardless of whether its cryptographic identity matches expectations. This design decision, likely made to simplify initial setup or avoid host key management issues, creates a significant security gap.

Attack Vector

The attack vector is network-based and requires the following conditions:

  1. The n8n Source Control feature must be explicitly enabled (non-default configuration)
  2. SSH must be configured as the transport for Git operations
  3. The attacker must achieve a man-in-the-middle position on the network path between the n8n instance and the Git server

Once positioned, an attacker can intercept SSH connection attempts and present their own SSH server with a fraudulent host key. Because host key verification is disabled, n8n accepts this fraudulent connection. The attacker can then relay traffic to the actual Git server while inspecting or modifying data in transit, inject malicious workflow definitions that execute when imported into n8n, or capture credentials or sensitive data contained in repository contents.

Detection Methods for CVE-2026-33724

Indicators of Compromise

  • Unexpected changes to workflow definitions that were not made by authorized users
  • Network traffic anomalies showing SSH connections to unexpected IP addresses
  • Git repository logs indicating commits or pushes from unknown sources
  • Configuration file modifications in n8n's Source Control settings

Detection Strategies

  • Monitor network traffic for SSH connections from n8n instances and verify destination IP addresses match expected Git server infrastructure
  • Implement network segmentation monitoring to detect potential MITM positioning attempts
  • Review n8n audit logs for unauthorized workflow modifications following Source Control sync operations
  • Deploy network intrusion detection rules to identify SSH session hijacking indicators

Monitoring Recommendations

  • Enable comprehensive logging for all Git operations performed by n8n
  • Implement file integrity monitoring on workflow definition files
  • Configure alerts for any SSH connection failures or certificate warnings in n8n logs
  • Monitor for ARP spoofing or DNS poisoning attempts on the network segment hosting n8n

How to Mitigate CVE-2026-33724

Immediate Actions Required

  • Upgrade n8n to version 2.5.0 or later immediately to remediate the vulnerability
  • Audit all workflows for unexpected or malicious modifications that may have occurred during the vulnerable period
  • Review network access controls between n8n instances and Git servers
  • Consider implementing VPN or dedicated network paths for Git communications as an additional layer of protection

Patch Information

The vulnerability has been fixed in n8n version 2.5.0. Users should upgrade to this version or later to fully remediate the vulnerability. For detailed patch information and security advisory details, refer to the GitHub Security Advisory GHSA-43v7-fp2v-68f6.

Workarounds

  • Disable the Source Control feature entirely if it is not actively required for operations
  • Restrict network access to ensure the n8n instance communicates with the Git server only over trusted, controlled network paths
  • Consider switching to HTTPS-based Git authentication if SSH cannot be secured
  • Implement network segmentation to minimize the attack surface for potential MITM attacks
bash
# Verify n8n version after upgrade
n8n --version
# Expected output: 2.5.0 or higher

# If upgrade is not possible, disable Source Control via environment variable
export N8N_SOURCECONTROL_ENABLED=false

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechN8n

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33722: n8n Workflow Automation Auth Bypass Flaw

  • CVE-2026-27496: n8n Information Disclosure Vulnerability

  • CVE-2026-33663: n8n Auth Bypass Vulnerability

  • CVE-2026-33696: n8n Workflow Automation RCE Vulnerability
Default Legacy - Prefooter | 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
  • 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

English