webtrees-install: WebTrees Exposed Installation

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

漏洞描述

WebTrees is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: webtrees-install

info:
  name: WebTrees Exposed Installation
  author: ritikchaddha
  severity: high
  description: WebTrees is susceptible to the Installation page exposure due to misconfiguration.
  classification:
    cpe: cpe:2.3:a:webtrees:webtrees:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: webtrees
    product: webtrees
    shodan-query: title:"Setup wizard for webtrees"
  tags: misconfig,webtrees,install,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '<title>Setup wizard for webtrees'

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

相关漏洞推荐