38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
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
|
|
classification:
|
|
cpe: cpe:2.3:a:mongo-express_project:mongo-express:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
vendor: mongo-express_project
|
|
product: mongo-express
|
|
shodan-query: title:"Home - Mongo Express"
|
|
tags: mongo,unauth,edb,misconfig
|
|
|
|
http:
|
|
- 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
|
|
# digest: 4a0a00473045022016d34b842a43d0de0f4a3b3889901830328f06ac5857f29968d379f4b5cc02a3022100a42e9ce40c8d03c5f72419a0a260b6e2e5523f165aa9a94c21c199a6d232c856:922c64590222798bb761d5b6d8e72950 |