Skip to content

VMware Workspace ONE UEM Airwatch Self-Service Portal - Detect

ID: workspace-one-uem-ssp

Severity: info

Author: KoratSec

Tags: panel,workspaceone,vmware,airwatch,ssp,login,detect

VMware Workspace ONE UEM Airwatch Self-Service Portal (SSP) login panel was detected.

id: workspace-one-uem-ssp
info:
name: VMware Workspace ONE UEM Airwatch Self-Service Portal - Detect
author: KoratSec
severity: info
description: |
VMware Workspace ONE UEM Airwatch Self-Service Portal (SSP) login panel was detected.
reference:
- https://docs.vmware.com/en/VMware-Workspace-ONE-UEM/2209/UEM_ConsoleBasics/GUID-AWT-SELFSERVICEPORTALOVERVIEW.html
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:workspace_one_uem:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: vmware
product: workspace_one_uem
shodan-query:
- http.favicon.hash:"321909464"
- http.html:"Self-Service Portal"
fofa-query: body="ssp loginscreen"
tags: panel,workspaceone,vmware,airwatch,ssp,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/MyDevice/Login"
matchers:
- type: word
part: body
words:
- "Self-Service Portal"
- "AirWatch"
condition: and
case-insensitive: true
# digest: 490a0046304402201b297534eb3b192bf284eae01bc24c8a993d27a2409741e7995cf071f6faca060220601b00672585a933a7fdba12c92d99088d7769a2acec9bd8305e754d7604b3e4: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/workspace-one-uem-ssp.yaml"

View on Github