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
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:mongo-express_project:mongo-express:*:*:*:*:*:*:*:*
|
2023-02-09 18:06:22 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 3
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: mongo-express_project
|
2024-09-10 09:08:16 +00:00
|
|
|
product: mongo-express
|
|
|
|
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
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a00473045022016d34b842a43d0de0f4a3b3889901830328f06ac5857f29968d379f4b5cc02a3022100a42e9ce40c8d03c5f72419a0a260b6e2e5523f165aa9a94c21c199a6d232c856:922c64590222798bb761d5b6d8e72950
|