emby-installer: Emby Installation Page - Exposure

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

漏洞描述

Checks for the presence of a Emby Installer Page.

PoC代码[已公开]

id: emby-installer

info:
  name: Emby Installation Page - Exposure
  author: DhiyaneshDk
  severity: high
  description: |
    Checks for the presence of a Emby Installer Page.
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="Emby" && body="wizard" && icon_hash="1399717985"
  tags: install,emby,misconfig

http:
  - method: GET
    path:
      - "{{BaseURL}}/web/index.html?start=wizard#!/wizard/wizardstart.html"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Auto-Install"
          - "emby-elements"
        condition: and

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

相关漏洞推荐