unauth-fastvue-dashboard: Fastvue Dashboard Panel - Unauthenticated Detect

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

漏洞描述

Fastvue Dashboard panel was detected without authentication.

PoC代码[已公开]

id: unauth-fastvue-dashboard

info:
  name: Fastvue Dashboard Panel - Unauthenticated Detect
  author: DhiyaneshDK
  severity: medium
  description: Fastvue Dashboard panel was detected without authentication.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.favicon.hash:-1117549627
  tags: panel,fastvue,unauth,misconfig,discovery

http:
  - method: GET
    path:
      - "{{BaseURL}}/dashboard.aspx"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "<title>Fastvue Sophos Reporter</title>"
          - "<title>Fastvue Reporter for SonicWall</title>"
        condition: or

      - type: word
        part: body
        words:
          - "Dashboard"

      - type: status
        status:
          - 200
# digest: 490a00463044022069398a52fe86d4c2dd8bbc413afc4b8203f015400460c0f954c47a170098460e022078d37a8457620caeb4b1a81dc864a0d1d71084832c3b7fb6a6e4c5380cb92c2c:922c64590222798bb761d5b6d8e72950

相关漏洞推荐