CVE-2020-17526
Incorrect Session Validation in Apache Airflow
Record summary
EIP currently links 1 Nuclei template to CVE-2020-17526.
Description
Incorrect Session Validation in Apache Airflow Webserver versions prior to 1.10.14 with default config allows a malicious airflow user on site A where they log in normally, to access unauthorized Airflow Webserver on Site B through the session from Site A. This does not affect users who have changed the default value for `[webserver] secret_key` config.
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
Apache AirflowBrowse Apache Software Foundation / Apache Airflow | CVE List | Apache Airflow to < 1.10.14 | affected |
apache-airflowBrowse PyPI / apache-airflow | GitHub Advisory | Before 1.10.14 · Fixed in 1.10.14 | affected |
Nuclei templates
1ProjectDiscoveryHIGHApache Airflow <1.10.14 - Authentication BypassCVSS 7.7
Apache Airflow prior to 1.10.14 contains an authentication bypass vulnerability via incorrect session validation with default configuration. An attacker on site A can access unauthorized Airflow on site B through the site A session.
Impact
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information or unauthorized execution of arbitrary code.
Remediation
Change default value for [webserver] secret_key config.
Source: ProjectDiscovery