CVE-2026-28090

8.1

ThemeREX · Gamezone

The ThemeREX Gamezone WordPress theme is vulnerable to local file inclusion due to improper control of filenames used in include or require statements.

Executive summary

A critical local file inclusion vulnerability in the ThemeREX Gamezone theme for WordPress allows unauthenticated attackers to potentially read sensitive files or execute arbitrary code.

Vulnerability

This vulnerability is a local file inclusion flaw (CWE-98) where an unauthenticated attacker can manipulate input parameters to include unauthorized files on the server. The vulnerability exists because the theme fails to validate user-supplied input before passing it to include or require functions in PHP.

Business impact

Successful exploitation of this vulnerability can result in the exposure of sensitive configuration files, source code, or internal data. Given the CVSS score of 8.1, the potential for unauthorized file access represents a significant risk to the confidentiality and integrity of the hosting server and the WordPress application.

Remediation

Immediate Action: Since a specific patch version is currently unknown, users should immediately deactivate or uninstall the Gamezone theme if it is not essential for business operations. Monitor the vendor website for the release of a security update that addresses this file inclusion flaw.

Proactive Monitoring: Review web server access logs for suspicious requests containing path traversal sequences or references to unexpected system files.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common local file inclusion patterns and directory traversal attempts directed at the WordPress installation.

Exploitation status

Public Exploit Available: No (exploit_available: false).

Analyst recommendation

Given the severity of potential local file inclusion, administrators should prioritize securing the affected environment immediately. If an update is not yet provided by ThemeREX, restricting file access and implementing strict input validation via a WAF is essential to mitigate the risk of unauthorized server-side file access.

More ThemeREX CVEs

Sources

Originally found and disclosed by Bonds | Patchstack Bug Bounty Program, per the CVE Program record.