nuclei-templates/http/exposed-panels/dell-wyse-login.yaml

32 lines
767 B
YAML

id: dell-wyse-login
info:
name: Dell Wyse Management Suite Login Panel - Detect
author: gy741
severity: info
description: Dell Wyse Management Suite login panel was detected.
reference:
- https://research.nccgroup.com/2021/07/06/technical-advisory-arbitrary-file-read-in-dell-wyse-management-suite-cve-2021-21586-cve-2021-21587/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,dell,login
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/ccm-web/'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Wyse Management Suite</title>"
- type: status
status:
- 200