Apache Airflow Unsafe API Endpoint

Apache Airflow

Apache Airflow is an open-source platform used for orchestrating complex workflows and data pipelines. Airflow allows you to define and automate workflows as directed acyclic graphs (DAGs). These DAGs represent a series of tasks and their dependencies, making it easy to express complex data processing or ETL (Extract, Transform, Load) pipelines.
Airflow supports a variety of task types, including Python scripts, shell commands, SQL queries, and more.

CVE-2023-39508

Recently, it was discovered that due to an oversight by Apache Airflow maintainers, tasks could be executed independently from the DAG they belong to. This security vulnerability led to the issuance of CVE-2023-39508.
Why was this a problem?
Let's consider an example: suppose we have a DAG with two tasks. The first task checks if a user belongs to the Active Directory admin group. If the user is part of the admin group, the second task is executed; otherwise, it is not. The second task is to run an OS command of the user's choice.
Now, let's assume that a user of Apache Airflow is not in the admin group but wants to execute an OS command. In this case, they could exploit the “Run Task” feature to run the task and execute OS commands.
To address this security issue, the Apache Airflow project decided to disable this feature, stating that its release was a mistake.
You can refer to the commit below to learn more or see Figure 1 for additional details.

https://github.com/apache/airflow/pull/33397/commits/1410465e926b9bedb3f1ff9661a1910203cd6da8

 Figure 1: Disabling the "Run Task" feature

 

Mitigation with F5 BIG-IP Advanced WAF

BIG-IP Advanced WAF customers are already protected against the vulnerability, while the attack will be detected and blocked by the existing "Apache Airflow Unsafe API Endpoint" signature see Figure 2 

 Figure 2 - CVE-2023-39508 attack vector blocked with Attack Signature (200014032)

So while it’s good to be aware of this vulnerability, BIG-IP Advanced WAF customers don’t need to do anything to mitigate this.

Updated Oct 04, 2023
Version 2.0

Was this article helpful?

No CommentsBe the first to comment