A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-46745

CVE-2026-46745: Apache Airflow FAB Auth Bypass Vulnerability

CVE-2026-46745 is an LDAP filter injection flaw in Apache Airflow FAB Auth Manager that enables attackers to bypass authentication or steal directory data. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-46745 Overview

CVE-2026-46745 is an LDAP filter injection vulnerability [CWE-90] in the Apache Airflow Flask AppBuilder (FAB) Auth Manager. The flaw allows unauthenticated network attackers to inject malicious LDAP filter syntax into authentication requests. Successful exploitation can lead to directory data exfiltration or authentication bypass against deployments using LDAP as the identity backend. Apache has released apache-airflow-providers-fab version 3.6.4 to remediate the issue.

Critical Impact

Unauthenticated attackers can manipulate LDAP queries to extract directory information or bypass authentication controls in Apache Airflow environments configured with the FAB Auth Manager.

Affected Products

  • Apache apache-airflow-providers-fab (versions prior to 3.6.4)
  • Apache Airflow deployments configured with FAB Auth Manager using LDAP authentication
  • Any downstream distribution bundling vulnerable versions of the FAB provider

Discovery Timeline

  • 2026-05-25 - CVE-2026-46745 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-46745

Vulnerability Analysis

The vulnerability resides in the Lightweight Directory Access Protocol (LDAP) authentication path of the FAB Auth Manager. User-supplied input is concatenated into LDAP search filters without proper escaping of special characters such as *, (, ), \, and the NUL byte. Attackers can manipulate filter logic to alter the semantics of the search query sent to the directory server.

This class of flaw [CWE-90] enables two distinct attack outcomes. First, attackers can craft wildcard-heavy filters that enumerate directory entries, exfiltrating usernames, group memberships, or attribute values. Second, attackers can construct filters that match arbitrary accounts, enabling authentication bypass when the application equates a successful directory match with valid credentials.

The issue is network-reachable and requires no prior authentication or user interaction, increasing its exposure on internet-facing Airflow web servers.

Root Cause

The root cause is missing or insufficient sanitization of authentication parameters before they are interpolated into LDAP filter strings. RFC 4515 requires that user-controlled values be escaped before inclusion in a filter. The pre-3.6.4 FAB provider failed to apply this escaping consistently on the login flow.

Attack Vector

An unauthenticated attacker submits a crafted username or login payload to the Airflow login endpoint. The FAB Auth Manager incorporates the payload into an LDAP search filter and forwards it to the directory server. By injecting filter metacharacters, the attacker alters the matching logic to either return additional directory records or match an existing account without supplying its real password.

The vulnerability manifests in the LDAP filter construction logic of the FAB Auth Manager login handler. See the GitHub Pull Request Update and the Apache Mailing List Discussion for the upstream fix and advisory details.

Detection Methods for CVE-2026-46745

Indicators of Compromise

  • LDAP filter metacharacters such as *), (|, or (& appearing in the username field of Airflow login requests
  • Unusually large LDAP search responses originating from the Airflow service account to the directory server
  • Successful logins from accounts that have no matching audit trail of password changes or normal usage patterns
  • HTTP POST requests to /login containing URL-encoded LDAP filter operators

Detection Strategies

  • Inspect Airflow webserver access logs for login attempts containing LDAP wildcard or boolean operator characters in submitted credentials
  • Correlate directory server query logs with Airflow authentication events to identify abnormally broad or recursive search filters
  • Alert on authentication successes that originate from new IP addresses combined with non-standard username payloads

Monitoring Recommendations

  • Enable verbose LDAP query auditing on the directory server bound to Airflow
  • Forward Airflow auth and webserver logs to a centralized SIEM for filter-pattern matching
  • Monitor the installed version of apache-airflow-providers-fab across Airflow deployments and alert on versions below 3.6.4

How to Mitigate CVE-2026-46745

Immediate Actions Required

  • Upgrade apache-airflow-providers-fab to version 3.6.4 or later on every Airflow scheduler, webserver, and worker node
  • If upgrade is not immediately feasible, disable LDAP authentication in the FAB Auth Manager configuration
  • Restrict network access to the Airflow webserver login endpoint using IP allowlists or a reverse proxy with WAF rules
  • Rotate credentials for the LDAP bind account used by Airflow and review recent authentication logs for anomalies

Patch Information

Upgrade to apache-airflow-providers-fab 3.6.4 or later. The upstream fix is tracked in the GitHub Pull Request Update and announced via the Apache Mailing List Discussion and the Openwall OSS-Security Update.

Workarounds

  • Disable LDAP authentication and switch to a non-LDAP auth backend such as database or OAuth until the provider can be updated
  • Place the Airflow webserver behind a WAF rule that rejects login payloads containing LDAP filter metacharacters
  • Limit the LDAP bind account permissions to the minimum subtree and attributes required to validate logins
bash
# Upgrade the FAB provider to a patched version
pip install --upgrade "apache-airflow-providers-fab>=3.6.4"

# Verify installed version
pip show apache-airflow-providers-fab | grep Version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-90
  • Technical References
  • Openwall OSS-Security Update
  • Vendor Resources
  • GitHub Pull Request Update

  • Apache Mailing List Discussion
  • Related CVEs
  • CVE-2026-8503: Apache Session SHA256 Auth Bypass Flaw

  • CVE-2026-3234: mod_proxy_cluster Auth Bypass Vulnerability

  • CVE-2025-40931: Apache::Session::Generate::MD5 Auth Bypass

  • CVE-2025-40932: Apache::SessionX Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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