29 lines
781 B
YAML
29 lines
781 B
YAML
id: CVE-2021-21972
|
|
|
|
info:
|
|
name: VMware vCenter Unauthenticated RCE
|
|
author: dwisiswant0
|
|
severity: critical
|
|
reference: https://swarm.ptsecurity.com/unauth-rce-vmware/
|
|
description: The vulnerability allows unauthenticated remote attackers to upload file leading to remote code execution (RCE). This templates only detects the plugin.
|
|
tags: cve,cve2021,vmware,rce
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ui/vropspluginui/rest/services/getstatus"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "VSPHERE-UI-JSESSIONID"
|
|
part: header
|
|
condition: and
|
|
- type: regex
|
|
regex:
|
|
- "(Install|Config) Final Progress"
|
|
part: body
|