40 lines
895 B
YAML
40 lines
895 B
YAML
|
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
|
||
|
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
|
||
|
|
||
|
# Enhanced by mp on 2023/01/29
|