2021-05-28 03:31:24 +00:00
|
|
|
id: robomongo-credential
|
2021-05-26 21:36:36 +00:00
|
|
|
|
|
|
|
info:
|
2023-03-02 19:59:40 +00:00
|
|
|
name: RoboMongo Configuration File - Detect
|
2021-05-26 21:36:36 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: high
|
2023-03-02 19:59:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-200
|
|
|
|
description: A MongoDB credentials file used by RoboMongo was detected.
|
|
|
|
reference: https://robomongo.org/
|
2023-06-02 23:20:14 +00:00
|
|
|
tags: mongodb,robomongo,disclosure,config,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2021-05-26 21:36:36 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-26 21:36:36 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/db/robomongo.json"
|
|
|
|
- "{{BaseURL}}/robomongo.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
2021-05-28 03:31:24 +00:00
|
|
|
|
2021-05-26 21:36:36 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "databaseName"
|
|
|
|
- "userName"
|
|
|
|
- "userPassword"
|
|
|
|
- "serverHost"
|
|
|
|
condition: and
|
2021-05-28 03:31:24 +00:00
|
|
|
|
2021-05-26 21:36:36 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2023-02-23 19:46:31 +00:00
|
|
|
- 200
|