26 lines
562 B
YAML
26 lines
562 B
YAML
id: airflow-configuration-exposure
|
|
|
|
info:
|
|
name: Apache Airflow Configuration Page - Detect
|
|
author: pdteam
|
|
severity: medium
|
|
description: Apache Airflow configuration page was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
tags: exposure,config,airflow,apache
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/airflow.cfg'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '[core]'
|
|
- '[api]'
|
|
condition: and
|