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-2020-11978

CVE-2020-11978: Apache Airflow RCE Vulnerability

CVE-2020-11978 is a remote code execution vulnerability in Apache Airflow versions 1.10.10 and below. Authenticated users can exploit example DAGs to execute arbitrary commands. This article covers technical details, impact, and fixes.

Published: March 4, 2026

CVE-2020-11978 Overview

A critical command injection vulnerability exists in Apache Airflow versions 1.10.10 and below. The vulnerability was discovered in one of the example DAGs (Directed Acyclic Graphs) shipped with Airflow, which allows any authenticated user to execute arbitrary commands as the user running the airflow worker or scheduler process. The specific impact depends on the executor configuration in use.

Organizations running Apache Airflow with the default example DAGs enabled are at significant risk, as this vulnerability provides a direct path to remote code execution. However, deployments that have disabled examples by setting load_examples=False in the configuration are not affected.

Critical Impact

Authenticated attackers can achieve remote code execution on the Airflow server, potentially compromising the entire workflow orchestration infrastructure and any connected systems or data pipelines.

Affected Products

  • Apache Airflow versions 1.10.10 and below
  • Apache Airflow installations with default example DAGs enabled (load_examples=True)
  • Deployments using any executor type (worker or scheduler)

Discovery Timeline

  • 2020-07-17 - CVE CVE-2020-11978 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2020-11978

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw resides in one of the example DAG files distributed with Apache Airflow installations.

The attack can be executed over the network by any authenticated user without requiring user interaction. The vulnerability allows complete compromise of confidentiality, integrity, and availability of the affected system. Successful exploitation enables attackers to run arbitrary shell commands with the same privileges as the Airflow process, potentially leading to full system compromise.

This vulnerability has been listed in the CISA Known Exploited Vulnerabilities Catalog, confirming active exploitation in the wild.

Root Cause

The root cause lies in improper input sanitization within an example DAG file. The vulnerable code accepts user-controlled input and passes it directly to a shell command without adequate validation or escaping. This allows an attacker to inject malicious commands that are then executed by the system.

Example DAGs are loaded by default in Apache Airflow installations, meaning out-of-the-box deployments are vulnerable unless administrators explicitly disable them through configuration.

Attack Vector

The attack is network-based and requires only low-privilege authenticated access to the Airflow web interface. An attacker can:

  1. Authenticate to the Apache Airflow web interface with valid credentials
  2. Interact with the vulnerable example DAG through the UI or API
  3. Inject malicious commands through improperly sanitized input fields
  4. The injected commands execute with the privileges of the Airflow worker or scheduler process

The vulnerability does not require any special privileges beyond basic authenticated access, making it particularly dangerous in multi-tenant environments or systems with multiple users.

Detection Methods for CVE-2020-11978

Indicators of Compromise

  • Unexpected command execution patterns in Airflow worker or scheduler logs
  • Unusual process spawning from Airflow service accounts
  • Network connections originating from Airflow processes to unexpected destinations
  • Modifications to DAG files or Airflow configuration outside of normal change windows
  • Evidence of reconnaissance commands (whoami, id, uname) in execution logs

Detection Strategies

  • Monitor Airflow logs for suspicious command patterns or shell metacharacters in task parameters
  • Implement command-line auditing on systems running Airflow components
  • Deploy file integrity monitoring on DAG directories and Airflow configuration files
  • Use network detection to identify unusual outbound connections from Airflow infrastructure
  • Correlate authentication events with DAG trigger activities for anomalous patterns

Monitoring Recommendations

  • Enable verbose logging for Airflow workers and schedulers to capture execution details
  • Configure SIEM rules to alert on command injection patterns in Airflow-related logs
  • Implement behavioral analytics to detect abnormal command execution by Airflow processes
  • Monitor for exploitation attempts using available exploit signatures from public sources

How to Mitigate CVE-2020-11978

Immediate Actions Required

  • Upgrade Apache Airflow to a version newer than 1.10.10 immediately
  • If immediate upgrade is not possible, disable example DAGs by setting load_examples=False in the Airflow configuration
  • Review Airflow access controls and remove unnecessary user accounts
  • Audit existing DAGs for similar command injection vulnerabilities
  • Implement network segmentation to limit the blast radius of potential compromise

Patch Information

Apache has addressed this vulnerability in versions after 1.10.10. Organizations should upgrade to the latest stable release of Apache Airflow. Refer to the Apache Airflow User Discussion for official vendor guidance on remediation.

Additional technical details about the exploitation method are available on Packet Storm Security.

Workarounds

  • Disable example DAGs by adding load_examples = False to the [core] section of your airflow.cfg file
  • Delete example DAG files from the Airflow DAGs directory manually if configuration change is not immediately feasible
  • Restrict network access to the Airflow web interface to trusted IP ranges only
  • Implement additional authentication layers such as VPN or network-level access controls
  • Enable Airflow RBAC (Role-Based Access Control) to limit which users can trigger DAGs
bash
# Configuration example - Disable example DAGs in airflow.cfg
# Add or modify the following in your airflow.cfg file:

[core]
# Disable loading of example DAGs to mitigate CVE-2020-11978
load_examples = False

# After modifying the configuration, restart Airflow services:
# systemctl restart airflow-webserver
# systemctl restart airflow-scheduler
# systemctl restart airflow-worker

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Airflow

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability94.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-78
  • Technical References
  • Packet Storm Exploit

  • Packet Storm Exploit

  • CISA Known Exploit CVE-2020-11978
  • Vendor Resources
  • Apache Airflow User Discussion
  • Related CVEs
  • CVE-2025-69219: Apache Airflow Providers Http RCE Flaw

  • CVE-2024-56373: Apache Airflow RCE Vulnerability

  • CVE-2024-45034: Apache Airflow RCE Vulnerability

  • CVE-2022-24288: Apache Airflow RCE 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