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

CVE-2026-33751: n8n LDAP Injection Auth Bypass Flaw

CVE-2026-33751 is an LDAP injection vulnerability in n8n's LDAP node that enables authentication bypass through filter manipulation. This article covers technical details, affected versions, exploitation risks, and mitigation.

Published: March 27, 2026

CVE-2026-33751 Overview

CVE-2026-33751 is an LDAP Injection vulnerability affecting n8n, an open source workflow automation platform. A flaw in the LDAP node's filter escape logic allows LDAP metacharacters to pass through unescaped when user-controlled input is interpolated into LDAP search filters. In workflows where external user input is passed via expressions into the LDAP node's search parameters, an attacker could manipulate the constructed filter to retrieve unintended LDAP records or bypass authentication checks implemented in the workflow.

Critical Impact

Attackers can manipulate LDAP search filters to retrieve unauthorized directory records or bypass authentication mechanisms in affected n8n workflows.

Affected Products

  • n8n versions prior to 1.123.27
  • n8n versions prior to 2.13.3
  • n8n versions prior to 2.14.1

Discovery Timeline

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

Technical Details for CVE-2026-33751

Vulnerability Analysis

This vulnerability (CWE-90: LDAP Injection) arises from improper neutralization of special elements used in LDAP queries. The n8n workflow automation platform's LDAP node contains inadequate filter escape logic that fails to properly sanitize LDAP metacharacters when processing user-controlled input through expressions.

When external user input—such as data from forms or webhooks—is passed into LDAP node search parameters via n8n expressions, the application does not adequately escape special LDAP filter characters. This allows attackers to inject malicious LDAP query fragments that alter the intended search logic.

Successful exploitation requires a specific workflow configuration where the LDAP node is used with user-controlled input passed via expressions. The impact includes the ability to retrieve unintended LDAP records from the directory service or bypass authentication checks that rely on LDAP queries within the workflow.

Root Cause

The root cause is insufficient input sanitization in the LDAP node's filter escape logic. LDAP filters use special metacharacters such as *, (, ), \, and null bytes that have syntactic meaning in LDAP search expressions. The vulnerable code path fails to properly escape these characters before interpolating user input into the filter string, enabling injection attacks.

Attack Vector

The attack is network-accessible and does not require authentication. An attacker can exploit this vulnerability by submitting crafted input through n8n workflow entry points such as webhooks or forms. The malicious input contains LDAP metacharacters designed to modify the filter logic. When this input is processed by the LDAP node without proper escaping, the attacker's injected filter syntax becomes part of the executed LDAP query.

For example, an attacker could inject filter syntax to change a query intended to find a specific user into one that returns all users, or manipulate boolean logic to bypass authentication filters. The vulnerability requires the workflow to be specifically configured to pass external input into LDAP search parameters. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33751

Indicators of Compromise

  • Unusual LDAP query patterns containing unexpected metacharacters such as *, )(, or \00
  • LDAP authentication bypass attempts where users gain access without proper credentials
  • Unexpected data retrieval from LDAP directories showing access to records outside normal scope
  • Workflow execution logs showing malformed or suspiciously complex LDAP filter strings

Detection Strategies

  • Monitor n8n workflow logs for LDAP node executions with unusual filter patterns
  • Implement LDAP server-side logging to detect queries with injection patterns or anomalous filter syntax
  • Review n8n workflows that use the LDAP node with expressions referencing external input sources
  • Deploy application-layer monitoring to detect LDAP injection payloads in HTTP requests to n8n webhooks

Monitoring Recommendations

  • Enable detailed logging on LDAP directory servers to capture all search queries
  • Configure alerts for LDAP queries returning unexpectedly large result sets
  • Monitor n8n workflow execution metrics for LDAP nodes processing webhook or form data
  • Implement network traffic analysis to identify LDAP injection attempt signatures

How to Mitigate CVE-2026-33751

Immediate Actions Required

  • Upgrade n8n to version 1.123.27, 2.13.3, 2.14.1, or later immediately
  • Audit existing n8n workflows to identify any LDAP nodes receiving user-controlled input via expressions
  • Restrict workflow creation and editing permissions to fully trusted users only as an interim measure
  • Review LDAP directory access logs for signs of exploitation prior to patching

Patch Information

The vulnerability has been fixed in n8n versions 1.123.27, 2.13.3, and 2.14.1. Users should upgrade to one of these versions or later to remediate the vulnerability. The patch addresses the filter escape logic in the LDAP node to properly sanitize LDAP metacharacters before query construction. For additional details, see the GitHub Security Advisory.

Workarounds

  • Disable the LDAP node by adding n8n-nodes-base.ldap to the NODES_EXCLUDE environment variable
  • Avoid passing unvalidated external user input into LDAP node search parameters via expressions
  • Limit workflow creation and editing permissions to fully trusted users only
  • Implement input validation at the workflow level before passing data to LDAP nodes
bash
# Configuration example - Disable LDAP node via environment variable
export NODES_EXCLUDE="n8n-nodes-base.ldap"

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

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.07%

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

  • CVE-2026-33663: n8n Auth Bypass Vulnerability

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

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