CVE-2025-62053
8.0favethemes · Houzez
A PHP remote file inclusion vulnerability exists in the Houzez theme, allowing unauthenticated attackers to include arbitrary files.
Executive summary
The Houzez theme for WordPress is vulnerable to remote file inclusion, which could allow an unauthenticated attacker to achieve full system compromise.
Vulnerability
This vulnerability is a PHP remote file inclusion flaw (CWE-98) occurring within the Houzez theme. It allows an unauthenticated attacker to manipulate file inclusion statements to execute arbitrary code or access sensitive files on the server.
Business impact
The potential for remote file inclusion poses a severe threat to business operations, as it allows for unauthorized code execution and potential full system takeover. Given the CVSS score of 8.0, this represents a high-risk vulnerability that could lead to data exfiltration, service disruption, and significant reputational damage if exploited.
Remediation
Immediate Action: Update the Houzez theme to version 4.2.0 or later immediately. If a patch is not yet available for your specific implementation, deactivate the theme until a secure version is released.
Proactive Monitoring: Monitor server access logs for suspicious HTTP requests containing directory traversal sequences or references to external PHP files. Review application logs for unexpected file inclusion errors or unauthorized execution patterns.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common file inclusion attack patterns and sanitize input parameters. Ensure the PHP environment is configured with allow_url_include set to off to prevent the inclusion of remote files.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability represents a critical security risk due to the potential for unauthenticated remote code execution. Administrators must prioritize updating the Houzez theme as soon as the vendor provides a fix. In the interim, implement strict firewall rules and monitor logs closely to detect and prevent any attempts to exploit this flaw.
More favethemes CVEs
Sources
Originally found and disclosed by João Pedro S Alcântara (Kinorth) | Patchstack Bug Bounty Program, per the CVE Program record.