CVE-2025-10134
Published: 09 September 2025
Summary
CVE-2025-10134 is a critical-severity External Control of File Name or Path (CWE-73) vulnerability in Themeforest (inferred from references). Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 28.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the insufficient file path validation in alone_import_pack_restore_data() by requiring validation of inputs to prevent arbitrary file paths from enabling deletions.
Requires timely identification, reporting, and correction of the flaw in the Goza theme, mitigating the vulnerability through patching up to version 3.2.2.
Enforces approved authorizations to block unauthenticated access to the vulnerable file deletion function.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote arbitrary file deletion in a public-facing WordPress theme directly matches exploitation of a public-facing application (T1190), enabling RCE via deletion of critical files such as wp-config.php.
NVD Description
The Goza - Nonprofit Charity WordPress Theme theme for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the alone_import_pack_restore_data() function in all versions up to, and including, 3.2.2. This makes it possible for unauthenticated…
more
attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Deeper analysisAI
CVE-2025-10134, published on 2025-09-09, affects the Goza - Nonprofit Charity WordPress Theme for WordPress in all versions up to and including 3.2.2. The vulnerability enables arbitrary file deletion due to insufficient file path validation in the alone_import_pack_restore_data() function. It carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H) and maps to CWE-73 (External Control of File Name or Path).
Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. By deleting arbitrary files on the server, attackers can achieve significant impact, such as remote code execution through the deletion of critical files like wp-config.php.
Mitigation details are available in advisories such as the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/73efd9ad-9515-4ca8-bfb3-1d478f39c2b9?source=cve and the theme's listing on ThemeForest at https://themeforest.net/item/goza-nonprofit-charity-wordpress-theme/23781575.
Details
- CWE(s)