CVE-2025-64205
8.2TieLabs · Jannah
The TieLabs Jannah WordPress theme 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 TieLabs Jannah WordPress theme allows unauthenticated attackers to read sensitive files or execute arbitrary code on the server.
Vulnerability
This vulnerability (CWE-98) stems from insufficient validation of user-supplied input used in PHP include statements. An unauthenticated attacker can leverage this flaw to include local files, potentially leading to unauthorized data disclosure or remote code execution.
Business impact
Successful exploitation allows an attacker to bypass standard access controls, potentially leading to the compromise of sensitive configuration files, database credentials, or full system takeover. Given the CVSS score of 8.2, this vulnerability poses a significant risk to the confidentiality, integrity, and availability of the host environment, which could result in severe reputational damage and operational disruption.
Remediation
Immediate Action: Review the vendor advisory for the release of a security patch and update the Jannah theme to the latest version immediately. If no patch is available, consider switching to an alternative theme until a fix is provided.
Proactive Monitoring: Monitor web server logs for suspicious requests containing directory traversal patterns or unexpected file path inclusions, particularly those targeting system files.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to block requests containing directory traversal sequences or attempts to access restricted PHP files.
Exploitation status
Public Exploit Available: exploit_available (false)
Analyst recommendation
Due to the critical nature of Local File Inclusion vulnerabilities, administrators must treat this as a high-priority security event. Ensure the Jannah theme is updated as soon as the vendor releases a version addressing this flaw, and maintain strict monitoring of the web application environment to detect any attempts to exploit this vector.
Sources
Originally found and disclosed by João Pedro S Alcântara (Kinorth) | Patchstack Bug Bounty Program, per the CVE Program record.