id: CVE-2022-28365

info:
  name: Reprise License Manager 14.2 - Information Disclosure
  author: Akincibor
  severity: medium
  description: |
    Reprise License Manager 14.2 is affected by an Information Disclosure vulnerability 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.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2022-28365
    - 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
  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-668
  tags: rlm,packetstorm,cve,cve2022,exposure

requests:
  - method: GET
    path:
      - "{{BaseURL}}/goforms/rlminfo"

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        part: body
        words:
          - "RLM Version"
          - "Platform type"
        condition: and