2021-08-04 16:32:11 +00:00
id : qdpm-info-leak
info :
name : qdPM 9.2 - DB Connection String and Password Exposure (Unauthenticated)
2022-04-22 10:38:41 +00:00
author : gy741
2021-08-04 16:32:11 +00:00
severity : high
2022-04-22 10:38:41 +00:00
description : The password and connection string for the database are stored in a yml file. To access the yml file you can go to http://<website>/core/config/databases.yml file and download.
2021-08-19 13:59:12 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://www.exploit-db.com/exploits/50176
2022-04-22 10:38:41 +00:00
tags : qdpm,exposure
2021-08-04 16:32:11 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/core/config/databases.yml'
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'dsn:'
- 'username:'
- 'password:'
condition : and
- type : status
status :
- 200