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

36 lines
1.2 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-0618
2020-09-28 19:32:19 +00:00
info:
name: Microsoft SQL Server Reporting Services - Remote Code Execution
author: joeldeleep
severity: high
description: Microsoft SQL Server Reporting Services are susceptible to a remote code execution vulnerability when it incorrectly handles page requests.
reference:
2021-03-24 07:01:00 +00:00
- https://www.mdsec.co.uk/2020/02/cve-2020-0618-rce-in-sql-server-reporting-services-ssrs/
- https://github.com/euphrat1ca/CVE-2020-0618
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-0618
- http://packetstormsecurity.com/files/156707/SQL-Server-Reporting-Services-SSRS-ViewState-Deserialization.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-0618
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2020-0618
cwe-id: CWE-502
tags: cve,cve2020,rce
requests:
- method: GET
path:
2020-09-28 02:01:06 +00:00
- "{{BaseURL}}/ReportServer/Pages/ReportViewer.aspx"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "view report"
part: body
# Enhanced by mp on 2022/07/08