ubersmith-installer: Ubersmith Setup Page - Exposure

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

漏洞描述

Detects exposed Ubersmith Setup page.

PoC代码[已公开]

id: ubersmith-installer

info:
  name: Ubersmith Setup Page - Exposure
  author: DhiyaneshDK
  severity: high
  description: |
    Detects exposed Ubersmith Setup page.
  reference:
    - https://ubersmith.com/
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"Ubersmith Setup"
  tags: misconfig,install,exposure,ubersmith,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/setup/index.php"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Ubersmith Setup"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100942c4fa5b1a36f7902adb8859b6e1072d1f1eb5ddf8785fa178c0e7521a19fc0022072c103c8b45a3fb68644d16fb001dd523c1ed5b7c3c4343b71a11135662c6afe:922c64590222798bb761d5b6d8e72950

相关漏洞推荐