Learn about CVE-2021-45230 impacting Apache Airflow. Users with specific permissions could create unauthorized Dag Runs. Find mitigation steps & enhance system security.
Apache Airflow: Creating DagRuns didn't respect Dag-level permissions in the Webserver
Understanding CVE-2021-45230
Apache Airflow prior to version 2.2.0 allowed users with specific permissions to create Dag Runs for dags without the necessary edit permissions.
What is CVE-2021-45230?
This CVE pertains to a vulnerability in Apache Airflow that allowed users with 'can_create' permissions on DAG Runs to create Dag Runs for dags they lacked 'edit' permissions for.
The Impact of CVE-2021-45230
Technical Details of CVE-2021-45230
Apache Airflow: Creating DagRuns didn't respect Dag-level permissions in the Webserver
Vulnerability Description
Affected Systems and Versions
Exploitation Mechanism
Mitigation and Prevention
Steps to address the issue and enhance security
Immediate Steps to Take
rbac=True
.Long-Term Security Practices