35 lines
892 B
YAML
35 lines
892 B
YAML
id: unauthenticated-airflow-instance
|
|
|
|
info:
|
|
name: Unauthenticated Airflow Instance
|
|
author: dhiyaneshDK
|
|
severity: high
|
|
description: Airflow Instance is exposed.
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: apache
|
|
product: airflow
|
|
shodan-query: title:"Airflow - DAGs"
|
|
tags: apache,airflow,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/admin/"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Airflow - DAGs</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100c1d475c646152122b638fdeccf9be64d27fef96a32c79419e0d5073028ec1c3d022100ff8283f87b0060601ba19bf470e5deb61b6b617104c409b23f7ed849cf113f6b:922c64590222798bb761d5b6d8e72950 |