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 tags: mongo,unauth,edb requests: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/mongo-express/' - '{{BaseURL}}/db/admin/system.users' matchers-condition: and matchers: - type: word words: - 'Home - Mongo Express' - 'system.users - Mongo Express' condition: or - type: status status: - 200 # Enhanced by mp on 2022/07/20