nuclei-templates/cves/CVE-2020-0618.yaml

28 lines
698 B
YAML

id: cve-2020-0618
info:
name: RCE in SQL Server Reporting Services
author: joeldeleep
severity: high
# THIS TEMPLATE IS ONLY FOR DETECTING
# To carry out further attacks, please see reference[1] below.
# This template works by guessing user ID.
# References:
# - [1] https://github.com/euphrat1ca/CVE-2020-0618
# - [2] https://www.mdsec.co.uk/2020/02/cve-2020-0618-rce-in-sql-server-reporting-services-ssrs/
requests:
- method: GET
path:
- "{{BaseURL}}/ReportServer/Pages/ReportViewer.aspx"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "view report"
part: body