45 lines
1.8 KiB
YAML
45 lines
1.8 KiB
YAML
id: magento-unprotected-dev-files
|
|
|
|
info:
|
|
name: Magento Unprotected development files
|
|
author: TechbrunchFR
|
|
severity: high
|
|
description: Magento version 1.9.2.x includes /dev directories or files that might reveal your passwords and other sensitive information. The /dev directories and files are not protected by default. According to Magento, "these tests are not supposed to end up on production servers".
|
|
reference:
|
|
- https://support.hypernode.com/en/support/solutions/articles/48001153348-how-to-secure-your-data-using-encryption-and-hashing
|
|
classification:
|
|
cpe: cpe:2.3:a:magento:magento:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: magento
|
|
product: magento
|
|
shodan-query: http.component:"Magento"
|
|
tags: magento
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/dev/tests/functional/credentials.xml.dist'
|
|
- '{{BaseURL}}/dev/tests/functional/etc/config.xml.dist'
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body, "Magento")'
|
|
- 'contains(body, "replace xmlns:xsi=")'
|
|
- 'contains(body, "<field path=")'
|
|
- 'contains(tolower(header), "application/xml") || contains(tolower(header), "application/octet-stream")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body, "Magento")'
|
|
- 'contains(body, "config xmlns:xsi")'
|
|
- 'contains(body, "<application>")'
|
|
- 'contains(body, "<install>")'
|
|
- 'contains(tolower(header), "application/xml") || contains(tolower(header), "application/octet-stream")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
# digest: 490a00463044021f5bab74263df9a12ccd26a32b866fbd5d688e0d7f3e569d0cd4c1aa8bbed032022100857f4627d1dae0be3b16de6f2f383f26658d9f2cd9739975ae362d130a578fa3:922c64590222798bb761d5b6d8e72950 |