apache-druid-unauth: Apache Druid Unauth

日期: 2025-09-01 | 影响软件: Apache Druid | POC: 已公开

漏洞描述

app="Apache Druid"

PoC代码[已公开]

id: apache-druid-unauth

info:
  name: Apache Druid Unauth
  author: zan8in
  severity: high
  verified: true
  description: |
    app="Apache Druid"
  tags: druid,unauth
  created: 2024/01/07

rules:
  r0:
    request:
      method: GET
      path: /unified-console.html
    expression: response.status == 200 && response.body.ibcontains(b'<title>Apache Druid</title>')
expression: r0()

相关漏洞推荐