nuclei-templates/http/misconfiguration/typo3-composer.yaml

34 lines
966 B
YAML
Raw Normal View History

2023-02-15 06:31:30 +00:00
id: typo3-composer
2023-02-14 22:34:01 +00:00
info:
2023-02-15 06:31:30 +00:00
name: Typo3 composer.json Exposure
2023-02-14 22:34:01 +00:00
author: 0x_Akoko
severity: low
2023-02-15 06:31:30 +00:00
description: |
The web application is based on Typo3 CMS. A sensitive file has been found. Access to such files must be restricted, as it may lead to disclosure of sensitive information about the web application.
reference:
- https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.0/Breaking-83302-ComposerRestrictsInstallationOfTypo3cms.html
metadata:
max-request: 1
verified: true
shodan-query: "X-TYPO3-Parsetime: 0ms"
tags: typo3,cms,exposure,misconfig
2023-02-14 22:34:01 +00:00
http:
2023-02-14 22:34:01 +00:00
- method: GET
path:
- '{{BaseURL}}/typo3/sysext/install/composer.json'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "The Install Tool mounted as the module Tools>Install in TYPO3."
- "typo3-cms-framework"
condition: and
2023-02-15 06:31:30 +00:00
- type: status
status:
2023-02-14 22:34:01 +00:00
- 200