34 lines
832 B
YAML
34 lines
832 B
YAML
id: unauth-rlm
|
|
|
|
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.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-44152
|
|
classification:
|
|
cvss-metrics: CVSS:10.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10.0
|
|
cve-id: CVE-2021-44152
|
|
cwe-id: CWE-288
|
|
tags: unauth,rlm
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/goforms/menu"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "RLM Administration Commands"
|
|
|
|
# Enhanced by mp on 2022/06/03
|