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

CVE-2026-38743: Apache Airflow Info Disclosure Bug

CVE-2026-38743 is an information disclosure flaw in Apache Airflow that lets authenticated users bypass per-DAG access controls to view HITL prompts and TaskInstance data. This guide covers technical details, affected versions, impact, and mitigation steps.

Published: April 30, 2026

CVE-2026-38743 Overview

CVE-2026-38743 is an authorization bypass vulnerability in Apache Airflow affecting the authenticated /ui/dags endpoint. The endpoint fails to enforce per-DAG access control on embedded Human-in-the-Loop (HITL) and TaskInstance records. As a result, any logged-in Airflow user with read access to at least one DAG can retrieve HITL prompts (including their request parameters) and full TaskInstance details for DAGs outside their authorized scope.

This vulnerability represents a significant breach of the Role-Based Access Control (RBAC) boundary in Apache Airflow, as HITL prompts and TaskInstance fields routinely carry operator parameters and free-form context attached to tasks—potentially exposing sensitive operational data to unauthorized users.

Critical Impact

Authenticated users can access sensitive DAG-run data, HITL prompts, and TaskInstance details beyond their authorized RBAC scope, potentially exposing confidential workflow parameters and operator configurations.

Affected Products

  • Apache Airflow versions prior to 3.2.1

Discovery Timeline

  • 2026-04-24 - CVE-2026-38743 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-38743

Vulnerability Analysis

This vulnerability stems from insufficient granularity in access control enforcement at the /ui/dags endpoint. While Apache Airflow implements per-DAG RBAC to restrict user visibility to specific DAGs, the embedded HITL and TaskInstance records were not subjected to the same access control checks.

When a user queries the /ui/dags endpoint, the backend retrieves and returns associated HITL prompts and TaskInstance data without validating whether the requesting user has explicit read permissions for each referenced DAG. This allows authenticated users to enumerate and access workflow execution details—including operator parameters, task states, and human-in-the-loop prompt contents—across the entire Airflow deployment.

The vulnerability is classified under CWE-1220 (Insufficient Granularity of Access Control), reflecting the failure to apply fine-grained access restrictions to nested data objects within the API response.

Root Cause

The root cause lies in the access control logic of the /ui/dags endpoint handler. The endpoint correctly validates that the authenticated user has access to at least one DAG, but it does not filter the embedded HITL and TaskInstance records based on the user's actual DAG-level permissions. This design oversight allows the API to return data from DAGs that the user is not authorized to view, effectively bypassing the RBAC enforcement layer for these nested objects.

Attack Vector

An attacker with minimal Airflow access (read permission on any single DAG) can exploit this vulnerability by making authenticated requests to the /ui/dags endpoint. The attack requires network access to the Airflow web interface and valid user credentials. No special privileges beyond basic DAG read access are needed.

The attacker can extract:

  • HITL prompt request parameters containing potentially sensitive context
  • TaskInstance details including operator configurations, execution timestamps, and task states
  • Free-form context fields that may contain secrets, connection strings, or business-critical data

This information disclosure could facilitate further attacks by revealing internal workflow structures, operational patterns, and sensitive configuration data embedded in task definitions.

Detection Methods for CVE-2026-38743

Indicators of Compromise

  • Unusual query patterns to the /ui/dags endpoint from users with limited DAG access
  • High-frequency API requests retrieving HITL or TaskInstance data across multiple DAGs
  • Audit log entries showing users accessing DAG run details for workflows outside their assigned scope
  • Anomalous data exports or scraping activity targeting the Airflow web UI

Detection Strategies

  • Enable and review Airflow audit logging for /ui/dags endpoint access patterns
  • Monitor for users querying TaskInstance or HITL data for DAGs not in their assigned permissions
  • Implement API request rate limiting and anomaly detection for authenticated endpoints
  • Cross-reference web server access logs with Airflow RBAC configurations to identify scope violations

Monitoring Recommendations

  • Configure alerting for bulk data retrieval attempts from the /ui/dags endpoint
  • Establish baseline access patterns per user role and alert on deviations
  • Integrate Airflow logs with SIEM solutions for centralized monitoring and correlation
  • Periodically audit user permissions against actual API access patterns

How to Mitigate CVE-2026-38743

Immediate Actions Required

  • Upgrade Apache Airflow to version 3.2.1 or later immediately
  • Review Airflow access logs for potential exploitation of this vulnerability
  • Audit current user permissions and restrict DAG access to the minimum required scope
  • Rotate any credentials or secrets that may have been exposed through TaskInstance or HITL prompts

Patch Information

Apache has released version 3.2.1 which addresses this access control vulnerability. The fix ensures that per-DAG RBAC is properly enforced on embedded HITL and TaskInstance records within the /ui/dags endpoint response.

For detailed patch information, refer to the GitHub Pull Request for Airflow and the Apache Mailing List Thread.

Workarounds

  • Restrict access to the Airflow web UI to trusted network segments using firewall rules or VPN requirements
  • Implement a reverse proxy with additional authentication layers in front of the Airflow web interface
  • Temporarily revoke DAG read permissions from users who do not require immediate access
  • Review and sanitize sensitive data stored in HITL prompts and TaskInstance parameters
bash
# Upgrade Apache Airflow to patched version
pip install apache-airflow==3.2.1

# Verify installed version
airflow 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/TechApache Airflow

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.05%

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

  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-41016: Apache Airflow SMTP Information Disclosure

  • CVE-2026-40690: Apache Airflow Information Disclosure Flaw

  • CVE-2026-30912: Apache Airflow Information Disclosure Flaw

  • CVE-2026-32690: Apache Airflow Information Disclosure 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