Skip to content

Fastvue Dashboard Panel - Unauthenticated Detect

ID: unauth-fastvue-dashboard

Severity: medium

Author: DhiyaneshDK

Tags: panel,fastvue,unauth,misconfig

Fastvue Dashboard panel was detected without authentication.

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
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: 4a0a00473045022100b6616b9ac3abdf1c27bff8516e5cf4a9705da65bc391935dabb16f30b2d2963b022069351a05c1908c14734c09a41a2c04eb20e81488208f6cd0a9ea12a330e4493b: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/unauth-fastvue-dashboard.yaml"

View on Github