CVE-2025-58944
8.2axiomthemes · Manufactory
The Manufactory theme for WordPress is vulnerable to local file inclusion due to improper control of filenames used in include or require statements.
Executive summary
A high-severity local file inclusion vulnerability in the axiomthemes Manufactory theme exposes the host system to unauthorized file access and potential code execution.
Vulnerability
This flaw is classified as a CWE-98 vulnerability, where improper validation of user-supplied input allows an attacker to influence file paths used in PHP include or require functions. The vulnerability is accessible to unauthenticated attackers over the network.
Business impact
The ability to perform local file inclusion can lead to the exposure of sensitive configuration files, such as database credentials or environment variables, resulting in complete system compromise. Given the CVSS score of 8.2, this vulnerability represents a significant risk to data confidentiality and integrity, potentially facilitating further lateral movement within the network.
Remediation
Immediate Action: Review the official Patchstack advisory for any available security updates or patches for the Manufactory theme and apply them immediately. If no patch is currently available, consider switching to an alternative theme until a vendor fix is released.
Proactive Monitoring: Monitor web server access logs for suspicious requests containing directory traversal patterns, such as sequences of dot-dot-slash (../), which are indicative of exploitation attempts.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to block requests containing directory traversal sequences or unexpected file path inclusions directed at the theme directory.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The vulnerability in the Manufactory theme poses a severe risk to WordPress installations. Administrators must verify their theme version and prioritize applying any updates provided by the vendor. In the absence of a confirmed patch, restricting access to the site or implementing robust WAF rules is necessary to prevent potential unauthorized access to sensitive system files.
More axiomthemes CVEs
Sources
Originally found and disclosed by Bonds | Patchstack Bug Bounty Program, per the CVE Program record.