VYPR
High severity7.5NVD Advisory· Published Jun 15, 2026

CVE-2018-25437

CVE-2018-25437

Description

Unauthenticated attackers can download sensitive backup files from WordPress CherryFramework themes via the download_backup.php endpoint.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Unauthenticated attackers can download sensitive backup files from WordPress CherryFramework themes via the download_backup.php endpoint.

Vulnerability

The CherryFramework Themes version 3.1.4 for WordPress contains an information disclosure vulnerability in the download_backup.php script located at wp-content/themes/CherryFramework/admin/data_management/. This endpoint lacks authentication, allowing unauthenticated attackers to download a ZIP archive containing the entire contents of the wp-content/themes directory. The affected version is CherryFramework Themes up to and including 3.1.4 [1][2].

Exploitation

An attacker needs no authentication and only network access to the target WordPress site. By directly requesting the URL https://victim.com/wp-content/themes/CherryFramework/admin/data_management/download_backup.php, the server immediately serves a ZIP file without any user interaction or prior privileges. The exploit is publicly documented and does not require any special conditions [2].

Impact

Successful exploitation results in information disclosure of all files within wp-content/themes. This may include theme source code, configuration files, custom PHP templates, and potentially embedded credentials or other sensitive data. The attacker gains access to the entire theme directory contents, which could aid further attacks or expose proprietary information. No code execution or privilege escalation is directly achieved, but the leaked data may facilitate subsequent compromise [1][2].

Mitigation

No official patch has been released for this vulnerability as of the publication date. Administrators can mitigate the risk by restricting access to the admin/data_management/ directory via web server rules (e.g., .htaccess deny rules) or by removing the download_backup.php file if not required. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities catalog [1][2].

AI Insight generated on Jun 15, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

Root cause

"The download_backup.php endpoint lacks any authentication or access control check, allowing anyone to download a ZIP archive of the entire wp-content/themes directory."

Attack vector

An unauthenticated attacker simply opens the URI `/wp-content/themes/CherryFramework/admin/data_management/download_backup.php` on a target running the CherryFramework theme 3.1.4 [ref_id=1]. No authentication or special privileges are required, and the endpoint immediately serves a ZIP archive of the full `wp-content/themes` directory. The attacker can then extract sensitive theme files, configuration details, and source code from the downloaded backup.

Affected code

The vulnerability resides in `wp-content/themes/CherryFramework/admin/data_management/download_backup.php`. This script offers the option of a ZIP archive containing the entire content of the `wp-content/themes` directory [ref_id=1]. No patch is presented in the bundle.

What the fix does

The advisory does not include a patch or remediation guidance. To close the vulnerability, the `download_backup.php` endpoint should require administrative authentication before serving backup archives. Additionally, the script should restrict the archive scope to only the theme's own files rather than the entire `wp-content/themes` directory.

Preconditions

  • configThe WordPress site must be running a CherryFramework theme version 3.x.x up to 3.1.4
  • authNo authentication required; the endpoint is publicly accessible
  • networkAttacker must be able to send HTTP requests to the vulnerable endpoint

Generated on Jun 15, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

3

News mentions

0

No linked articles in our index yet.