Skip to content

VMware Horizon Login Panel - Detect

ID: vmware-horizon-panel

Severity: info

Author: dhiyaneshDK,pdteam

Tags: horizon,vmware,edb,panel

VMware Horizon login panel was detected.

id: vmware-horizon-panel
info:
name: VMware Horizon Login Panel - Detect
author: dhiyaneshDK,pdteam
severity: info
description: VMware Horizon login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6496
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:vmware:horizon:*:*:*:*:macos:*:*:*
metadata:
max-request: 2
vendor: vmware
product: horizon
tags: horizon,vmware,edb,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- '{{BaseURL}}/portal/webclient/index.html'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers:
- type: regex
part: body
regex:
- '(?m)^Missing route token in request$'
- 'VMware Horizon'
condition: or
# digest: 4b0a00483046022100b814936360da33c1187776e9539bf8a88b626d6f2f0a0bbeeed4ab2e9a0ff422022100f7e62374c142cfb879d072a54cd09907fa9b0f72f63cf920485d8873853728d8: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/vmware-horizon-panel.yaml"

View on Github