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

34 lines
939 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 files leading to remote code execution (RCE). This templates only detects the plugin.
tags: cve,cve2021,vmware,rce,vcenter
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.80
cve-id: CVE-2021-21972
cwe-id: CWE-269
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