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
|
2023-02-09 18:06:22 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 3
|
2023-02-09 18:06:22 +00:00
|
|
|
shodan-query: title:"Home - Mongo Express"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: mongo,unauth,edb,misconfig
|
2021-03-07 13:46:30 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-07 13:46:30 +00:00
|
|
|
- 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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-03-07 13:46:30 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100e283c5bbedab8b07d13294327dc2704640614f9b265ce975f37ee69ef16692fb022100f21bb9bb35c1cbafb9bbce1f5e34c779a9b7baaf19f36d7747188bf427235079:922c64590222798bb761d5b6d8e72950
|