nuclei-templates/misconfiguration/unauthenticated-mongo-expre...

34 lines
825 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
metadata:
verified: true
shodan-query: title:"Home - Mongo Express"
tags: mongo,unauth,edb
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