nuclei-templates/cves/2021/CVE-2021-21972.yaml

29 lines
782 B
YAML
Raw Normal View History

2021-02-25 00:37:02 +00:00
id: CVE-2021-21972
info:
2021-03-01 06:57:18 +00:00
name: VMware vCenter Unauthenticated RCE
2021-02-25 00:37:02 +00:00
author: dwisiswant0
severity: critical
reference: https://swarm.ptsecurity.com/unauth-rce-vmware/
description: The vulnerability allows unauthenticated remote attackers to upload files leading to remote code execution (RCE). This templates only detects the plugin.
2021-02-25 00:37:02 +00:00
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
2021-03-10 14:03:49 +00:00
condition: and
2021-02-25 00:37:02 +00:00
- type: regex
regex:
- "(Install|Config) Final Progress"
part: body