2021-01-10 13:11:25 +00:00
|
|
|
id: airflow-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Airflow Exposure / Unauthenticated Access
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: medium
|
2021-04-06 07:25:57 +00:00
|
|
|
tags: panel
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-01-14 14:41:56 +00:00
|
|
|
- '{{BaseURL}}'
|
2021-01-10 13:11:25 +00:00
|
|
|
- '{{BaseURL}}/admin/'
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Airflow - DAGs</title>'
|
|
|
|
- '<a href="https://github.com/apache/airflow">'
|
|
|
|
condition: and
|