Skip to content

RoboMongo Credential - Exposure

ID: robomongo-credential

Severity: high

Author: geeknik

Tags: mongodb,robomongo,disclosure,config,exposure

A MongoDB credentials file used by RoboMongo was detected.

id: robomongo-credential
info:
name: RoboMongo Credential - Exposure
author: geeknik
severity: high
description: |
A MongoDB credentials file used by RoboMongo was detected.
reference:
- https://robomongo.org/
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
metadata:
max-request: 2
tags: mongodb,robomongo,disclosure,config,exposure
http:
- method: GET
path:
- "{{BaseURL}}/db/robomongo.json"
- "{{BaseURL}}/robomongo.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "databaseName"
- "userName"
- "userPassword"
- "serverHost"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200
# digest: 4a0a00473045022100b9bf4ea6eb40be69d754da024abc3a2e090585160d512c96c6467e64ed5959e1022009642ed76f4178baaf3c476a4c8f98d37d67fcb63b66f03ad09935f2b9373066:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/robomongo-credential.yaml"

View on Github