Magento Configuration Panel - Detect
ID: magento-config-disclosure
Severity: high
Author: ptonewreckin,danigoland,geeknik
Tags: magento,exposure,credential,config
Description
Section titled “Description”Magento configuration panel was detected. Misconfigured instances of Magento may disclose usernames, passwords, and database configurations via /app/etc/local.xml.
YAML Source
Section titled “YAML Source”id: magento-config-disclosure
info: name: Magento Configuration Panel - Detect author: ptonewreckin,danigoland,geeknik severity: high description: | Magento configuration panel was detected. Misconfigured instances of Magento may disclose usernames, passwords, and database configurations via /app/etc/local.xml. reference: - https://github.com/ptonewreckin/cmsDetector/blob/master/signatures/magento.py classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cwe-id: CWE-200 cpe: cpe:2.3:a:magento:magento:*:*:*:*:*:*:*:* metadata: verified: true max-request: 3 shodan-query: http.component:"Magento" product: magento vendor: magento tags: magento,exposure,credential,config
http: - method: GET path: - "{{BaseURL}}/app/etc/local.xml" - "{{BaseURL}}/app/etc/local.xml.additional" - "{{BaseURL}}/store/app/etc/local.xml"
stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - "* Magento" - "<dbname>" condition: and
- type: word part: header words: - "application/xml"
- type: status status: - 200
extractors: - type: xpath part: body xpath: - "/config/global/resources/default_setup/connection/host" - "/config/global/resources/default_setup/connection/username" - "/config/global/resources/default_setup/connection/password" - "/config/global/resources/default_setup/connection/dbname"# digest: 4a0a00473045022100d42ed8743ec92ae31d666108fc90debd35380531f5f16d4f9c0c45e4494b625402201e7f20a001514b634348564ea1a3a8388895dcdb61e479b001a8dafe711bcb7e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/configs/magento-config-disclosure.yaml"