airflow-unauth: Airflow Unauth

2025-08-01 Airflow PoC Public

Description

app="APACHE-Airflow"

PoC

id: airflow-unauth

info:
  name: Airflow Unauth
  author: pa55w0rd
  severity: high
  verified: true
  description: |-
    app="APACHE-Airflow"
  tags: airflow,unauth
  created: 2023/07/07

rules:
  r0:
    request:
      method: GET
      path: /admin/
    expression: response.status == 200 && response.body.bcontains(b"<title>Airflow - DAGs</title>")
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities