Seq Dashboard - Unauthenticated
ID: seq-dashboard-unauth
Severity: high
Author: DhiyaneshDK
Tags: misconfig,exposure,seq,dashboard
Description
Section titled “Description”Seq is exposed without authentication
YAML Source
Section titled “YAML Source”id: seq-dashboard-unauth
info: name: Seq Dashboard - Unauthenticated author: DhiyaneshDK severity: high description: | Seq is exposed without authentication metadata: verified: true max-request: 1 shodan-query: title:"Seq" tags: misconfig,exposure,seq,dashboard
http: - method: GET path: - "{{BaseURL}}/#/dashboards"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - 'Log out' - 'dashboards</a>' condition: and
- type: status status: - 200# digest: 4a0a004730450221009f13ce035c5e5e7ebacfb2341fa47ecaa77404c2a4a384968582a12d3ebd6bb60220303ae92c09baa70d2f904a3adda20d2f3a85e6cfa29d23a00c875063a27e73bd: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/seq-dashboard-unath.yaml"