2021-02-25 00:37:02 +00:00
id : CVE-2021-21972
info :
2022-05-09 16:12:52 +00:00
name : VMware vSphere Client (HTML5) - Remote Code Execution
2021-02-25 00:37:02 +00:00
author : dwisiswant0
severity : critical
2022-05-17 09:18:12 +00:00
description : VMware vCenter vSphere Client (HTML5) contains a remote code execution vulnerability in a vCenter Server plugin. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server. This affects VMware vCenter Server (7.x before 7.0 U1c, 6.7 before 6.7 U3l and 6.5 before 6.5 U3n) and VMware Cloud Foundation (4.x before 4.2 and 3.x before 3.10.1.2).
2022-04-22 10:38:41 +00:00
reference :
- https://swarm.ptsecurity.com/unauth-rce-vmware/
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-21972
2022-05-17 09:18:12 +00:00
- https://www.vmware.com/security/advisories/VMSA-2021-0002.html
- http://packetstormsecurity.com/files/161590/VMware-vCenter-Server-7.0-Arbitrary-File-Upload.html
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-21972
cwe-id : CWE-269
2023-04-12 10:55:48 +00:00
epss-score : 0.97394
2022-08-27 04:41:18 +00:00
tags : cve2021,vmware,rce,vcenter,kev,packetstorm,cve
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-02-25 00:37:02 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-02-25 00:37:02 +00:00
- 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
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/05