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

CVE-2026-28563: Apache Airflow Info Disclosure Flaw

CVE-2026-28563 is an information disclosure vulnerability in Apache Airflow that exposes unauthorized DAG dependencies to authenticated users. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-28563 Overview

CVE-2026-28563 is an authorization bypass vulnerability in Apache Airflow that affects versions 3.1.0 through 3.1.7. The /ui/dependencies endpoint returns the full DAG dependency graph without properly filtering by authorized DAG IDs. This allows an authenticated user with only DAG Dependencies permission to enumerate DAGs they are not authorized to view, potentially exposing sensitive workflow information and organizational data pipeline structures.

Critical Impact

Authenticated users can enumerate unauthorized DAGs through the dependency graph endpoint, potentially revealing sensitive workflow configurations, task names, and organizational data processing patterns.

Affected Products

  • Apache Airflow versions 3.1.0 through 3.1.7
  • Deployments utilizing DAG-level access controls with multiple user permission levels
  • Organizations relying on Airflow's authorization model for data pipeline segregation

Discovery Timeline

  • 2026-03-17 - CVE-2026-28563 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2026-28563

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-732: Incorrect Permission Assignment for Critical Resource) in Apache Airflow's web UI component. The /ui/dependencies endpoint is designed to display the dependency relationships between DAGs, providing a visual representation of workflow interdependencies. However, the implementation fails to enforce the established DAG-level authorization model.

In multi-tenant or role-restricted Airflow deployments, administrators typically configure fine-grained access controls to limit which DAGs specific users can view and manage. The vulnerable endpoint bypasses these controls by returning the complete dependency graph for all DAGs in the system, regardless of the requesting user's authorization scope. This effectively creates an information disclosure channel that undermines the entire DAG-level permission model.

The attack requires authentication, meaning anonymous users cannot exploit this vulnerability. However, any authenticated user with the DAG Dependencies permission—even minimal access—can leverage this flaw to discover the existence and structure of DAGs they should not be able to see.

Root Cause

The root cause is incorrect permission assignment for the dependencies endpoint resource. The /ui/dependencies endpoint fails to apply DAG-level authorization filters before returning the dependency graph data. While the Airflow permission model supports granular DAG access controls, this specific endpoint was implemented without integrating the necessary authorization checks to filter the response based on the authenticated user's permitted DAG list.

Attack Vector

The attack is network-based and can be executed remotely by any authenticated user. An attacker with minimal permissions (just DAG Dependencies access) can send requests to the /ui/dependencies endpoint to retrieve the full dependency graph. This enumeration can reveal:

  • Names and identifiers of all DAGs in the system
  • Dependency relationships between DAGs
  • Organizational workflow structures and data pipeline architectures
  • Potentially sensitive information embedded in DAG naming conventions

The vulnerability is exploited through standard HTTP GET requests to the vulnerable endpoint. Since the issue is an authorization bypass rather than an input validation flaw, there is no specific payload required—simply accessing the endpoint with valid authentication credentials is sufficient.

Detection Methods for CVE-2026-28563

Indicators of Compromise

  • Unusual access patterns to the /ui/dependencies endpoint from users with limited DAG permissions
  • Repeated requests to the dependencies endpoint by accounts that do not typically access this feature
  • Access log entries showing the dependencies endpoint being called by users who only have restricted DAG access
  • Correlation of dependencies endpoint access with subsequent unauthorized actions targeting specific DAGs

Detection Strategies

  • Implement logging and monitoring for all requests to /ui/dependencies with user context
  • Create alerts for users accessing the dependencies endpoint who have limited DAG permissions configured
  • Perform periodic access reviews comparing DAG Dependencies permission grants against actual user role requirements
  • Deploy web application firewall rules to monitor and rate-limit access to sensitive UI endpoints

Monitoring Recommendations

  • Enable detailed access logging for Airflow web UI endpoints with user identity correlation
  • Configure SIEM rules to detect enumeration patterns against the dependencies endpoint
  • Monitor for reconnaissance activity that may precede targeted attacks on specific DAGs
  • Establish baseline access patterns for the dependencies endpoint to identify anomalous behavior

How to Mitigate CVE-2026-28563

Immediate Actions Required

  • Upgrade Apache Airflow to version 3.1.8 or later immediately
  • Review access logs for the /ui/dependencies endpoint to identify potential exploitation
  • Audit users with DAG Dependencies permission to ensure appropriate access levels
  • Consider temporarily restricting access to the dependencies feature until patching is complete

Patch Information

Apache has addressed this vulnerability in Apache Airflow version 3.1.8. The fix implements proper DAG-level authorization filtering on the /ui/dependencies endpoint, ensuring users only see dependency information for DAGs they are authorized to access. The patch is available through the official Apache Airflow release channels. Technical details of the fix can be reviewed in the GitHub Pull Request #62046. Additional context is available on the Apache Mailing List Thread.

Workarounds

  • Temporarily revoke DAG Dependencies permission from users who do not strictly require it
  • Implement network-level access controls to restrict access to the Airflow web UI from untrusted networks
  • Deploy a reverse proxy with custom rules to block or limit access to the /ui/dependencies endpoint
  • Consider implementing additional authentication layers for sensitive Airflow endpoints until the patch can be applied
bash
# Configuration example
# Review and restrict DAG Dependencies permission in Airflow RBAC
# List users with DAG Dependencies permission
airflow users list

# Audit permissions for specific users
airflow roles list

# Remove unnecessary DAG Dependencies permission from restricted users
# This should be done through Airflow's RBAC configuration or Admin UI

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.04%

  • 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-732
  • Technical References
  • Openwall OSS-Security Update
  • Vendor Resources
  • GitHub Pull Request

  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-32794: Apache Airflow Databricks Provider Flaw

  • CVE-2025-65995: Apache Airflow Information Disclosure Flaw

  • CVE-2025-27555: Apache Airflow Information Disclosure Flaw

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