Skip to content

Dell Wyse Management Suite Login Panel - Detect

ID: dell-wyse-login

Severity: info

Author: gy741

Tags: panel,dell,login

Dell Wyse Management Suite login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:dell:wyse_management_suite:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: dell
product: wyse_management_suite
tags: panel,dell,login
http:
- method: GET
path:
- '{{BaseURL}}/ccm-web/'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Wyse Management Suite</title>"
- type: status
status:
- 200
# digest: 490a00463044022052c7f5ee591cee33442f7cff5771505ba868e63e43b1a02d37c14ae03af3cd99022073c48f9b36a57d60d942c80cd2cd00ae17c89131ce3dfd8dba4987374d209061: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/exposed-panels/dell-wyse-login.yaml"

View on Github