2021-01-02 04:56:15 +00:00
id : CVE-2020-0618
2020-09-28 19:32:19 +00:00
2020-09-28 01:52:37 +00:00
info :
2020-09-28 02:01:06 +00:00
name : RCE in SQL Server Reporting Services
2020-09-28 01:52:37 +00:00
author : joeldeleep
2021-03-10 10:54:13 +00:00
description : A remote code execution vulnerability exists in Microsoft SQL Server Reporting Services when it incorrectly handles page requests, aka 'Microsoft SQL Server Reporting Services Remote Code Execution Vulnerability'.
2020-09-28 01:52:37 +00:00
severity : high
2021-03-24 07:01:00 +00:00
reference : |
- https://www.mdsec.co.uk/2020/02/cve-2020-0618-rce-in-sql-server-reporting-services-ssrs/
- https://github.com/euphrat1ca/CVE-2020-0618
2021-02-05 19:44:41 +00:00
tags : cve,cve2020,rce
2020-09-28 01:52:37 +00:00
2020-09-28 19:32:19 +00:00
# THIS TEMPLATE IS ONLY FOR DETECTING
# To carry out further attacks, please see reference[1] below.
# This template works by guessing user ID.
2020-09-28 01:52:37 +00:00
requests :
- method : GET
path :
2020-09-28 02:01:06 +00:00
- "{{BaseURL}}/ReportServer/Pages/ReportViewer.aspx"
2020-09-28 01:52:37 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "view report"
2020-09-28 19:32:19 +00:00
part : body