mongod-exposure: MongoD Server - Exposure

日期: 2025-08-01 | 影响软件: mongod | POC: 已公开

漏洞描述

PoC代码[已公开]

id: mongod-exposure

info:
  name: MongoD Server - Exposure
  author: DhiyaneshDk
  severity: low
  classification:
    cpe: cpe:2.3:a:mongodb:mongodb:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: mongodb
    product: mongodb
    shodan-query: html:"mongod"
  tags: mongod,exposure,info-leak,vuln

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<title>mongod"
          - "List all commands"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a004630440220762d5bc924638b31192e350ee270a633ec9a52b480cd32bec13cf6a8ad2d0cec022005d685d507c2373eae746baa49736b462c186ec7fccb0e3d627f3a3daa0faebb:922c64590222798bb761d5b6d8e72950

相关漏洞推荐