PT-2024-4769 · Apache · Apache Airflow
Seokchan Yoon
+1
·
Published
2024-07-17
·
Updated
2025-07-28
·
CVE-2024-39877
CVSS v3.1
8.8
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Apache Airflow versions 2.4.0 through 2.9.3
Description
This vulnerability allows authenticated DAG authors to craft a malicious
doc md parameter, potentially leading to arbitrary code execution within the scheduler context. This bypasses Airflow’s security model, which should prevent such actions. The vulnerability stems from a lack of sanitization when processing the doc md parameter, which is used to create descriptions for DAGs (Directed Acyclic Graphs) in the Airflow web interface. When doc md does not have a '.md' extension, Airflow creates a template using jinja2.Template(doc md), resulting in a Server-Side Template Injection (SSTI) condition. Attackers can leverage Python’s introspection capabilities to enumerate classes and execute commands, potentially compromising the system. Exploitation requires the ability to create DAGs on the Airflow server.Recommendations
Upgrade to Apache Airflow version 2.9.3 or later to resolve this issue.
Fix
RCE
Code Injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Apache Airflow