Skip to content

Alibaba Druid Monitor Unauthorized Access

ID: druid-monitor

Severity: high

Author: ohlinge

Tags: druid,alibaba,unauth,misconfig

Alibaba Druid Monitor is exposed.

id: druid-monitor
info:
name: Alibaba Druid Monitor Unauthorized Access
author: ohlinge
severity: high
description: Alibaba Druid Monitor is exposed.
metadata:
max-request: 1
tags: druid,alibaba,unauth,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/druid/index.html"
matchers-condition: and
matchers:
- type: word
words:
- 'Druid Stat Index</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100b37bccc0da9fc7b3f51e3485787608ad4fd1a6cf3283b584ca85dd295dc2918b02210086251a0cc2a935dc2de3494580cfcdf2bb42d336dcfb61506bb4712150a0a2bb:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/druid-monitor.yaml"

View on Github