typo3-installer: TYPO3 Installer

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

漏洞描述

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

PoC代码[已公开]

id: typo3-installer

info:
  name: TYPO3 Installer
  author: DhiyaneshDk
  severity: medium
  description: TYPO3 is susceptible to the Installation page exposure due to misconfiguration.
  classification:
    cpe: cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: typo3
    product: typo3
    shodan-query: title:"Installing TYPO3 CMS"
  tags: misconfig,typo3,install,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<title>Installing TYPO3 CMS</title>"

      - type: word
        part: header
        words:
          - "text/html"

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

相关漏洞推荐