Reprise License Manager 14.2 - Information Disclosure
ID: CVE-2022-28365
Severity: medium
Author: Akincibor
Tags: cve,cve2022,rlm,packetstorm,exposure,reprisesoftware
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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. impact: | An attacker can exploit this vulnerability to gain sensitive information. 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.05306 epss-percentile: 0.93052 cpe: cpe:2.3:a:reprisesoftware:reprise_license_manager:14.2:*:*:*:*:*:*:* metadata: max-request: 1 vendor: reprisesoftware product: reprise_license_manager shodan-query: - http.html:"reprise license" - http.html:"reprise license manager" fofa-query: - body="reprise license manager" - body="reprise license" google-query: inurl:"/goforms/menu" tags: cve,cve2022,rlm,packetstorm,exposure,reprisesoftware
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# digest: 4a0a00473045022100be17dfe5ae703b2e3d046b3a0d9609ee36a4787947dd9f01346f628a0773eda902202fa9cf801080ed519c5db6ab9d5d10717e08f1ecc1fe5f591e4a407a72d16b1a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-28365.yaml"