Skip to content

Micro Focus Operations Bridge Manager <=2020.05 - Remote Code Execution

ID: CVE-2020-11853

Severity: high

Author: dwisiswant0

Tags: cve,cve2020,opm,rce,packetstorm,microfocus

Micro Focus Operations Bridge Manager in versions 2020.05 and below is vulnerable to remote code execution via UCMDB. The vulnerability allows remote attackers to execute arbitrary code on affected installations of Data Center Automation. An attack requires network access and authentication as a valid application user. Originated from Metasploit module (#14654).

id: CVE-2020-11853
info:
name: Micro Focus Operations Bridge Manager <=2020.05 - Remote Code Execution
author: dwisiswant0
severity: high
description: |
Micro Focus Operations Bridge Manager in versions 2020.05 and below is vulnerable to remote code execution via UCMDB. The vulnerability allows remote attackers to execute arbitrary code on affected installations of Data Center Automation. An attack requires network access and authentication as a valid application user. Originated from Metasploit module (#14654).
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
remediation: |
Apply the latest security patch or upgrade to a non-vulnerable version of Micro Focus Operations Bridge Manager.
reference:
- http://packetstormsecurity.com/files/161366/Micro-Focus-Operations-Bridge-Manager-Remote-Code-Execution.html
- https://softwaresupport.softwaregrp.com/doc/KM03747658
- https://softwaresupport.softwaregrp.com/doc/KM03747949
- https://softwaresupport.softwaregrp.com/doc/KM03747948
- https://nvd.nist.gov/vuln/detail/CVE-2020-11853
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2020-11853
epss-score: 0.83699
epss-percentile: 0.98462
cpe: cpe:2.3:a:microfocus:operation_bridge_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: microfocus
product: operation_bridge_manager
tags: cve,cve2020,opm,rce,packetstorm,microfocus
http:
- method: GET
path:
- "{{BaseURL}}/ucmdb-api/connect"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "HttpUcmdbServiceProviderFactoryImpl"
- "ServerVersion=11.6.0"
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450220491549fb9632c4202314b7a9fc311c53a0bf8a84a5081563c53f1649aa4eba310221008827dfe0b106c013545dd94e861d091e2b6f6f4108af22dc1a94bb0277438662:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-11853.yaml"

View on Github