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-33722

CVE-2026-33722: n8n Workflow Automation Auth Bypass Flaw

CVE-2026-33722 is an authentication bypass vulnerability in n8n workflow automation that allows unauthorized access to external secrets. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33722 Overview

CVE-2026-33722 is an authorization bypass vulnerability in n8n, the open source workflow automation platform. Prior to versions 2.6.4 and 1.123.23, an authenticated user without permission to list external secrets could reference a secret by the external name in a credential and retrieve its plaintext value when saving the credential. This vulnerability bypasses the externalSecret:list permission check and allows unauthorized access to secrets stored in connected vaults without requiring admin or owner privileges.

Critical Impact

Authenticated users can bypass permission controls to access sensitive secrets from external vaults, potentially exposing credentials, API keys, and other confidential data stored in connected secret management systems.

Affected Products

  • n8n versions prior to 2.6.4
  • n8n versions prior to 1.123.23
  • n8n instances with external secrets vault integration configured

Discovery Timeline

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

Technical Details for CVE-2026-33722

Vulnerability Analysis

This vulnerability falls under CWE-863 (Incorrect Authorization), where the application fails to properly enforce access control restrictions on the external secrets functionality. When an authenticated user attempts to save a credential containing a reference to an external secret, the application retrieves the secret's plaintext value without adequately verifying whether the user possesses the required externalSecret:list permission.

The authorization bypass occurs during the credential save operation rather than the secret listing operation. While the system correctly prevents unauthorized users from viewing the list of available external secrets through normal channels, it fails to apply the same permission check when a secret is referenced by name within a credential definition. This creates an indirect access path that circumvents the intended permission model.

The exploitation requires the attacker to have an authenticated session on the n8n instance, meaning they must be a legitimate user of the platform. Additionally, the attacker needs to know or successfully guess the name of a target secret stored in the connected vault. This constraint limits opportunistic exploitation but does not prevent targeted attacks by malicious insiders or users who have obtained secret names through other means.

Root Cause

The root cause is improper authorization enforcement in the credential save handler. The application correctly implements permission checks for direct secret listing operations but fails to apply equivalent authorization validation when secrets are indirectly accessed through credential references. This inconsistent application of access controls creates a privilege escalation vector where the credential save functionality effectively grants elevated access to external secrets data.

Attack Vector

The attack leverages the network-accessible n8n interface (as indicated by the network attack vector). An authenticated attacker with low-level privileges can craft a credential definition that references an external secret by its known or guessed name. When the attacker saves this credential, the application processes the secret reference and returns the plaintext value, bypassing the externalSecret:list permission requirement.

The attack requires the following conditions:

  • The n8n instance must have an external secrets vault configured
  • The attacker must have valid authentication credentials for the n8n instance
  • The attacker must know or be able to guess the name of a target secret

Once these conditions are met, the attacker can systematically extract secrets from the connected vault by creating credentials that reference different secret names.

Detection Methods for CVE-2026-33722

Indicators of Compromise

  • Unusual credential creation or modification activity from users without externalSecret:list permissions
  • Multiple failed or successful credential saves containing external secret references from non-privileged accounts
  • Audit log entries showing credential operations that reference secrets the user should not have access to
  • Unexpected access patterns to credential save endpoints

Detection Strategies

  • Monitor n8n application logs for credential save operations by users who lack external secrets permissions
  • Implement audit logging for all external secret reference resolutions, tracking which users trigger secret retrieval
  • Create alerts for credential modifications that include external secret syntax patterns from non-admin users
  • Deploy application-layer monitoring to detect anomalous credential save request volumes

Monitoring Recommendations

  • Enable comprehensive audit logging for the n8n application, particularly for credential and secrets-related operations
  • Establish baseline metrics for credential save operations per user to identify anomalous behavior
  • Monitor for reconnaissance activity such as repeated credential save attempts with varying secret name guesses
  • Correlate authentication events with credential operations to identify potential abuse patterns

How to Mitigate CVE-2026-33722

Immediate Actions Required

  • Upgrade n8n to version 2.6.4 or 1.123.23 or later immediately
  • Audit recent credential creation and modification activities for potential exploitation indicators
  • Review user access permissions and remove unnecessary n8n access for untrusted users
  • Verify the principle of least privilege is applied to all n8n user accounts

Patch Information

The vulnerability has been addressed in n8n versions 1.123.23 and 2.6.4. Users should upgrade to one of these versions or later to fully remediate the vulnerability. Additional technical details are available in the GitHub Security Advisory.

Workarounds

  • Restrict n8n access to fully trusted users only until the patch can be applied
  • Disable external secrets integration temporarily if not critical to operations
  • Implement network-level access controls to limit who can reach the n8n instance
  • Consider rotating secrets stored in connected vaults if exploitation is suspected

These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures until upgrading is possible.

bash
# Verify n8n version after upgrade
n8n --version
# Expected output: 2.6.4 or 1.123.23 or higher

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechN8n

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33663: n8n Auth Bypass Vulnerability

  • CVE-2026-33665: n8n LDAP Authentication Bypass Vulnerability

  • CVE-2026-33720: n8n Workflow Auth Bypass Vulnerability

  • CVE-2026-33751: n8n LDAP Injection Auth Bypass Flaw
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