nuclei-templates/cves/2020/CVE-2020-11854.yaml

38 lines
1.0 KiB
YAML
Raw Normal View History

2021-02-26 12:19:36 +00:00
id: CVE-2020-11854
info:
name: Micro Focus UCMDB RCE
author: dwisiswant0
severity: critical
description: |
This template supports the detection part only.
UCMDB included in versions 2020.05 and below of Operations Bridge Manager are affected,
2021-02-26 12:30:30 +00:00
but this template can probably also be used to detect Operations Bridge Manager
2021-02-26 12:19:36 +00:00
(containeirized) and Application Performance Management.
Originated from Metasploit module (#14654).
reference:
- http://packetstormsecurity.com/files/161182/Micro-Focus-UCMDB-Remote-Code-Execution.html
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-2020-11854
cwe-id: CWE-798
tags: cve,cve2020,ucmdb,rce
2021-02-26 12:19:36 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/ucmdb-api/connect"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "HttpUcmdbServiceProviderFactoryImpl"
- "ServerVersion=11.6.0"
part: body
condition: and