31 lines
743 B
YAML
31 lines
743 B
YAML
id: unauthenticated-mongo-express
|
|
|
|
info:
|
|
name: Mongo Express - Unauthenticated Access
|
|
author: dhiyaneshDK,b0rn2r00t
|
|
severity: high
|
|
description: Mongo Express was able to be access with no authentication requirements in place.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/5684
|
|
tags: mongo,unauth
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/mongo-express/'
|
|
- '{{BaseURL}}/db/admin/system.users'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Home - Mongo Express</title>'
|
|
- '<title>system.users - Mongo Express</title>'
|
|
condition: or
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/07/20
|