Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-25052

CVE-2026-25052: N8n Information Disclosure Vulnerability

CVE-2026-25052 is an information disclosure flaw in N8n workflow automation that allows authenticated users to read sensitive host files and obtain credentials. This article covers technical details, affected versions, and patches.

Published: February 6, 2026

CVE-2026-25052 Overview

CVE-2026-25052 is a critical file access control vulnerability affecting n8n, the popular open source workflow automation platform. This security flaw allows authenticated users with workflow creation or modification permissions to bypass file access controls and read sensitive files from the n8n host system. The vulnerability enables attackers to extract critical configuration data and user credentials, potentially leading to complete account takeover of any user on the affected instance.

Critical Impact

Authenticated attackers can read arbitrary files from the host system, exposing configuration data and credentials that enable complete account takeover of any user on the n8n instance.

Affected Products

  • n8n versions prior to 1.123.18
  • n8n versions prior to 2.5.0
  • n8n for Node.js (all vulnerable versions)

Discovery Timeline

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

Technical Details for CVE-2026-25052

Vulnerability Analysis

This vulnerability stems from inadequate file access controls within n8n's workflow processing engine. The platform fails to properly restrict file system operations initiated through workflow configurations, allowing authenticated users to craft workflows that access files outside of intended boundaries on the host system.

The attack is network-accessible and requires only low-privilege authentication—specifically, the ability to create or modify workflows. No user interaction is required for exploitation. The impact extends beyond the immediate n8n application, affecting the confidentiality, integrity, and availability of both the vulnerable system and potentially connected systems that rely on compromised credentials.

This vulnerability is classified under CWE-367 (Time-of-check Time-of-use Race Condition), indicating that the file access control mechanism may be susceptible to race condition attacks where file permissions are checked at one time but the file is accessed at another, allowing unauthorized access.

Root Cause

The root cause lies in insufficient validation and access control enforcement when workflows interact with the file system. The n8n platform does not adequately sandbox file operations within workflows, allowing authenticated users to specify file paths that traverse outside the intended working directories. This lack of proper path validation and access control checking enables unauthorized access to sensitive system files, configuration data, and stored credentials.

Attack Vector

The attack vector is network-based and requires an authenticated user with permissions to create or modify workflows within the n8n platform. An attacker would:

  1. Authenticate to the n8n instance with valid credentials that include workflow creation/modification privileges
  2. Create or modify a workflow to include nodes that perform file read operations
  3. Configure the workflow to target sensitive files on the host system (e.g., configuration files, credential stores)
  4. Execute the workflow to exfiltrate sensitive data
  5. Use the obtained credentials to perform account takeover of other users on the instance

The vulnerability is particularly dangerous in multi-tenant environments or instances where workflow permissions are granted to users who should not have access to system-level files. Once credentials are obtained, attackers can escalate their access to any user account on the platform.

Detection Methods for CVE-2026-25052

Indicators of Compromise

  • Unusual workflow executions that attempt to access system files or configuration directories
  • Workflow nodes configured with file paths pointing to sensitive locations such as /etc/, credential storage directories, or n8n configuration files
  • Authentication events from accounts that were not expected to have activity
  • Multiple failed or successful login attempts following workflow executions

Detection Strategies

  • Monitor workflow configurations for file path operations targeting sensitive system directories
  • Implement audit logging for all workflow creation and modification events
  • Alert on workflows containing file system operations that reference paths outside normal working directories
  • Review authentication logs for signs of credential compromise following suspicious workflow activity

Monitoring Recommendations

  • Enable comprehensive logging for workflow executions and file system access attempts
  • Deploy file integrity monitoring on critical configuration files and credential stores
  • Implement real-time alerting for access attempts to sensitive directories from the n8n process
  • Regularly audit user permissions to ensure workflow creation rights are limited to trusted users

How to Mitigate CVE-2026-25052

Immediate Actions Required

  • Upgrade n8n to version 1.123.18 or 2.5.0 immediately
  • Audit all existing workflows for suspicious file access patterns
  • Review user permissions and restrict workflow creation/modification rights to essential personnel only
  • Rotate all credentials stored within the n8n instance as a precautionary measure

Patch Information

n8n has released security patches addressing this vulnerability in versions 1.123.18 and 2.5.0. Organizations should upgrade to these versions or later immediately. Detailed information about the security fix is available in the GitHub Security Advisory GHSA-gfvg-qv54-r4pc.

Workarounds

  • Restrict network access to the n8n instance to trusted IP addresses only
  • Implement additional authentication layers such as VPN requirements for accessing the n8n interface
  • Temporarily revoke workflow creation and modification permissions from non-essential users until patching is complete
  • Run n8n in a containerized environment with strict file system isolation to limit the impact of potential exploitation
bash
# Upgrade n8n to patched version
npm update n8n@1.123.18

# Or for version 2.x
npm update n8n@2.5.0

# Verify 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
  • TypeInformation Disclosure

  • 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-367

  • NVD-CWE-Other
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27496: n8n Information Disclosure Vulnerability

  • CVE-2025-61917: n8n Workflow Information Disclosure Flaw

  • CVE-2026-21858: n8n Workflow Information Disclosure Flaw

  • CVE-2026-33722: n8n Workflow Automation Auth Bypass Flaw
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