Apache Druid Unauth
ID: apache-druid-unauth
Severity: low
Author: DhiyaneshDk
Tags: misconfig,druid,unauth,apache
Description
Section titled “Description”Apache Druid is exposed to external users.
YAML Source
Section titled “YAML Source”id: apache-druid-unauth
info: name: Apache Druid Unauth author: DhiyaneshDk severity: low description: Apache Druid is exposed to external users. classification: cpe: cpe:2.3:a:apache:druid:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: apache product: druid shodan-query: title:"Apache Druid" tags: misconfig,druid,unauth,apache
http: - method: GET path: - '{{BaseURL}}/unified-console.html'
matchers-condition: and matchers: - type: word words: - '<title>Apache Druid</title>'
- type: status status: - 200# digest: 4b0a00483046022100c5a2ed1d5b9a9763544871668c5a460ed27ee29b5fea4b385c36c8b270d66989022100c27a226d817024ef5922d491fd791c6234964dd9919c15bc6f2fa2ded2d928ab: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/misconfiguration/apache-druid-unauth.yaml"