processwire-installer: ProcessWire 3.x Installer Exposure

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

漏洞描述

ProcessWire 3.x is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: processwire-installer

info:
  name: ProcessWire 3.x Installer Exposure
  author: pussycat0x
  severity: high
  description: ProcessWire 3.x is susceptible to the Installation page exposure due to misconfiguration.
  classification:
    cpe: cpe:2.3:a:processwire:processwire:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: processwire
    product: processwire
    shodan-query: title:"ProcessWire 3.x Installer"
  tags: misconfig,processwire,install,exposure,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}'
      - '{{BaseURL}}/install.php'

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<title>ProcessWire 3.x Installer'

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

相关漏洞推荐