id: CVE-2020-0618 info: name: SQL Server Reporting Services RCE risk: Potential params: - root: "{{.BaseURL}}" replicate: prefixes: 'REPORTSERVER, ReportServer' requests: - method: GET url: >- {{.root}}//Pages/ReportViewer.aspx headers: - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 detections: - >- StatusCode() == 200 && StringSearch("body", "view report") && StringSearch("body", "ReportViewerControl") reference: - https://www.cvebase.com/cve/2020/0618