typo3-debug-mode: TYPO3 Debug Mode Enabled

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

漏洞描述

TYPO3 Debug Mode is enabled.

PoC代码[已公开]

id: typo3-debug-mode

info:
  name: TYPO3 Debug Mode Enabled
  author: tess,FLX
  severity: low
  description: TYPO3 Debug Mode is enabled.
  classification:
    cpe: cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: typo3
    product: typo3
    shodan-query: http.title:"TYPO3 Exception"
  tags: typo3,debug,misconfig,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "TYPO3 Exception"
          - "Uncaught TYPO3 Exception"
        condition: or

      - type: dsl
        dsl:
          - "status_code >= 500 && status_code < 600"
# digest: 490a0046304402203e3077bd94ee7a4c34163337b68626e50527c37a3d2fe23b818e6f67c4ecc80f02205a46288417c249dfc3f1c8c1f5a580f1c1fa0ab9d07cf6f4c0ab25796707ab1d:922c64590222798bb761d5b6d8e72950

相关漏洞推荐