Doris Dashboard - Exposed
ID: doris-dashboard
Severity: medium
Author: ritikchaddha
Tags: doris,exposure,unauth,logs,misconfig
Description
Section titled “Description”Unauthorized access to the Doris Dashboard.
YAML Source
Section titled “YAML Source”id: doris-dashboard
info: name: Doris Dashboard - Exposed author: ritikchaddha severity: medium description: Unauthorized access to the Doris Dashboard. metadata: verified: true max-request: 1 shodan-query: http.favicon.hash:24048806 tags: doris,exposure,unauth,logs,misconfig
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - 'Doris</title>' - 'CPU Profile</a>' - 'Heap Profile</a>' condition: and
- type: status status: - 200# digest: 4b0a00483046022100c0071c92170d2a23e1a90f22a68d5bf3d01728227bb4be998afcbe5d0ecab76e022100e804ed28046f2afa54b3fd6290da3eba3207dca5ac01ba3518fdeb8e65f66bfc: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/doris-dashboard.yaml"