nuclei-templates/misconfiguration/airflow-api-exposure.yaml

18 lines
371 B
YAML
Raw Normal View History

id: airflow-api-exposure
info:
name: Apache Airflow API Exposure / Unauthenticated Access
2021-04-06 06:46:11 +00:00
author: pdteam
severity: medium
2021-03-12 08:57:14 +00:00
tags: apache,airflow,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/api/experimental/latest_runs'
matchers:
- type: word
words:
- '"dag_run_url":'
- '{"items":['
condition: and