Apache Airflow Admin Login Panel
ID: airflow-admin-login-panel
Severity: info
Author: pdteam
Tags: panel,apache,airflow,admin
Description
Section titled “Description”An Apache Airflow admin login panel was discovered.
YAML Source
Section titled “YAML Source”id: airflow-admin-login-panel
info: name: Apache Airflow Admin Login Panel author: pdteam severity: info description: An Apache Airflow admin login panel was discovered. reference: - https://airflow.apache.org/docs/apache-airflow/stable/security/webserver.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-668 cpe: cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:* metadata: max-request: 2 vendor: apache product: airflow shodan-query: - title:"Sign In - Airflow" - http.title:"airflow - dags" || http.html:"apache airflow" - http.title:"sign in - airflow" - product:"redis" fofa-query: - apache airflow - title="airflow - dags" || http.html:"apache airflow" - title="sign in - airflow" google-query: - intitle:"airflow - dags" || http.html:"apache airflow" - intitle:"sign in - airflow" tags: panel,apache,airflow,admin
http: - method: GET path: - "{{BaseURL}}/login/" - "{{BaseURL}}/admin/airflow/login"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - "Airflow - Login" - "Sign In - Airflow" condition: or
- type: status status: - 200# digest: 490a00463044022002da3191a0e59aee49c5c7363aa126f70ffb9dfb68b2783b9b4e4bf84d8502b0022071fc95d0c55d714ab8f0aa16b961fb0c6a095119a6e56b4577e181f57e290b53:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/airflow-panel.yaml"