seq-dashboard-unauth: Seq Dashboard - Unauthenticated

日期: 2025-08-01 | 影响软件: Seq Dashboard | POC: 已公开

漏洞描述

Seq is exposed without authentication

PoC代码[已公开]

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,vuln

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: 4a0a0047304502207148431860fda9d79cbe913ca55a39a2ecc8ebfcc3c289703f5daf634ca4af9a022100e028e24e1b1053761718eb03420329bfa6152d8e61aa46eda19a7c32aa035722:922c64590222798bb761d5b6d8e72950

相关漏洞推荐