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

35 lines
944 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
description: The vulnerability allows unauthenticated remote attackers to upload files leading to remote code execution (RCE). This templates only detects the plugin.
reference:
- https://swarm.ptsecurity.com/unauth-rce-vmware/
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.8
cve-id: CVE-2021-21972
cwe-id: CWE-269
tags: cve,cve2021,vmware,rce,vcenter
2021-02-25 00:37:02 +00:00
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