nuclei-templates/http/cves/2022/CVE-2022-28365.yaml

48 lines
1.7 KiB
YAML

id: CVE-2022-28365
info:
name: Reprise License Manager 14.2 - Information Disclosure
author: Akincibor
severity: medium
description: |
Reprise License Manager 14.2 is susceptible to information disclosure via a GET request to /goforms/rlminfo. No authentication is required. The information disclosed is associated with software versions, process IDs, network configuration, hostname(s), system architecture and file/directory information. An attacker can possibly obtain further sensitive information, modify data, and/or execute unauthorized operations.
remediation: |
Apply the latest security patch or upgrade to a non-vulnerable version of Reprise License Manager.
reference:
- https://www.reprisesoftware.com/products/software-license-management.php
- https://github.com/advisories/GHSA-4g2v-6x25-vr7p
- http://packetstormsecurity.com/files/166647/Reprise-License-Manager-14.2-Cross-Site-Scripting-Information-Disclosure.html
- https://nvd.nist.gov/vuln/detail/CVE-2022-28365
- https://www.reprisesoftware.com/RELEASE_NOTES
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2022-28365
cwe-id: CWE-425
epss-score: 0.00426
epss-percentile: 0.71451
cpe: cpe:2.3:a:reprisesoftware:reprise_license_manager:14.2:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: reprisesoftware
product: reprise_license_manager
tags: rlm,packetstorm,cve,cve2022,exposure
http:
- method: GET
path:
- "{{BaseURL}}/goforms/rlminfo"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "RLM Version"
- "Platform type"
condition: and
- type: status
status:
- 200