36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
id: typo3-composer
|
|
|
|
info:
|
|
name: Typo3 composer.json Exposure
|
|
author: 0x_Akoko
|
|
severity: low
|
|
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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "X-TYPO3-Parsetime: 0ms"
|
|
tags: typo3,cms,exposure,misconfig
|
|
|
|
http:
|
|
- 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
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100e69bb1d2924aaee4f18b3631506ae7ea6cda7c6303d4b3b2bb1d90b25eb5b26602200bbb81912d4e81d25a97ff86d41ef64e1ab72943199a0e30e32fbe754b63d485:922c64590222798bb761d5b6d8e72950
|