2021-08-31 08:01:48 +00:00
|
|
|
id: unauthenticated-mongo-express
|
2021-03-07 13:46:30 +00:00
|
|
|
|
|
|
|
info:
|
2022-07-26 13:45:11 +00:00
|
|
|
name: Mongo Express - Unauthenticated Access
|
2021-08-31 08:02:56 +00:00
|
|
|
author: dhiyaneshDK,b0rn2r00t
|
2021-03-07 13:46:30 +00:00
|
|
|
severity: high
|
2022-07-26 13:45:11 +00:00
|
|
|
description: Mongo Express was able to be access with no authentication requirements in place.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/5684
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: mongo,unauth,edb
|
2021-03-07 13:46:30 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
- '{{BaseURL}}/mongo-express/'
|
2021-08-31 08:01:48 +00:00
|
|
|
- '{{BaseURL}}/db/admin/system.users'
|
2021-03-07 13:46:30 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Home - Mongo Express</title>'
|
2021-08-31 08:01:48 +00:00
|
|
|
- '<title>system.users - Mongo Express</title>'
|
|
|
|
condition: or
|
2021-03-07 13:46:30 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-26 13:45:11 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/20
|