Cyber Posture

CVE-2026-30898

HighRCE

Published: 18 April 2026

Published
18 April 2026
Modified
21 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0008 22.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-30898 is a high-severity Command Injection (CWE-77) vulnerability in Apache Airflow. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 22.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Unix Shell (T1059.004) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents command injection (CWE-77) by requiring validation and sanitization of unsanitized user inputs from dag_run.conf before execution in BashOperator.

respondrecover

Requires organizations to identify, report, and correct flaws in custom DAGs that adopted the vulnerable BashOperator example from Airflow documentation.

prevent

Ensures configuration changes to DAGs are reviewed, tested, and approved to prevent deployment of vulnerable patterns allowing privilege escalation.

MITRE ATT&CK Enterprise TechniquesAI

T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Vulnerability enables post-auth command injection via unsanitized dag_run.conf in BashOperator, directly allowing arbitrary Unix shell command execution (T1059.004) and privilege escalation to code execution on workers (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

An example of BashOperator in Airflow documentation suggested a way of passing dag_run.conf in the way that could cause unsanitized user input to be used to escalate privileges of UI user to allow execute code on worker. Users should review…

more

if any of their own DAGs have adopted this incorrect advice.

Deeper analysisAI

CVE-2026-30898 is a high-severity vulnerability (CVSS 8.8) stemming from an incorrect example in the Apache Airflow documentation for the BashOperator. The flawed guidance suggested a method of passing dag_run.conf that could result in unsanitized user input being executed, enabling command injection (CWE-77). This affects Apache Airflow deployments where users have adopted the erroneous documentation in their own DAGs, potentially exposing the worker nodes to privilege escalation from UI users.

An authenticated attacker with low privileges (PR:L), such as a standard Airflow UI user, can exploit this over the network (AV:N) with low complexity and no user interaction required. Successful exploitation allows the attacker to escalate privileges and execute arbitrary code on the Airflow worker, achieving high confidentiality, integrity, and availability impacts (C:H/I:H/A:H).

Advisories recommend that Airflow users immediately review and audit their DAGs for any implementation following the vulnerable BashOperator example. The Apache Airflow project addressed the issue via a documentation pull request (https://github.com/apache/airflow/pull/64129), with further details in mailing list announcements (https://lists.apache.org/thread/26zmhfj1t95c1hld2r14ho81nzh1bdc8) and OSS-Security (http://www.openwall.com/lists/oss-security/2026/04/17/7), emphasizing proactive DAG validation over a specific patch.

Details

CWE(s)

Affected Products

apache
airflow
≤ 3.2.0

CVEs Like This One

CVE-2024-56373Same product: Apache Airflow
CVE-2026-33858Same product: Apache Airflow
CVE-2026-25917Same product: Apache Airflow
CVE-2025-54550Same product: Apache Airflow
CVE-2025-68438Same product: Apache Airflow
CVE-2025-57735Same product: Apache Airflow
CVE-2025-68675Same product: Apache Airflow
CVE-2026-31987Same product: Apache Airflow
CVE-2026-30912Same product: Apache Airflow
CVE-2026-32228Same product: Apache Airflow

References