30 lines
746 B
YAML
30 lines
746 B
YAML
id: openbmcs-secret-disclosure
|
|
|
|
info:
|
|
name: OpenBMCS 2.4 Secrets Disclosure
|
|
author: dhiyaneshDK
|
|
severity: high
|
|
description: The application allows directory listing and information disclosure of some sensitive files that can allow an attacker to leverage the disclosed information and gain full BMS access
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/50671
|
|
metadata:
|
|
shodan-query: http.favicon.hash:1550906681
|
|
tags: openbmcs,misconfig
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/debug/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "change_password_sqls"
|
|
- "Index of /debug"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|