mongodb-ops-manager: MongoDB Ops Manager

2025-08-01 MongoDB Ops Manager PoC Public

Description

MongoDB Ops Manager is a web-based interface for MongoDB server.

PoC

id: mongodb-ops-manager

info:
  name: MongoDB Ops Manager
  author: dhiyaneshDK
  severity: info
  verified: true
  description: |-
    MongoDB Ops Manager is a web-based interface for MongoDB server.
  reference:
    - https://www.shodan.io/search?query=http.title%3A%22MongoDB+Ops+Manager%22
  tags: panel,mongodb,detect
  created: 2024/01/05

rules:
  r0:
    request:
      method: GET
      path: /account/login
    expression: response.status == 200 && response.body.bcontains(b'MongoDB Ops Manager</title>')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities