Command injection in Apache Airflow - CVE-2026-30898
Published: August 25, 2026
Vulnerability details
The vulnerability allows a remote user to execute code on a worker.
The vulnerability exists due to command injection in the BashOperator example DAG code when passing user-supplied dag_run.conf values. A remote user can supply crafted input to escalate privileges and execute code on a worker.
The issue stems from unsafe documentation example code that may be copied into user-defined DAGs.