CVE-2026-28079

8.1

AxiomThemes · Conquerors

The Conquerors theme for WordPress is vulnerable to local file inclusion, allowing unauthenticated attackers to manipulate file paths via improper control of include statements.

Executive summary

A critical local file inclusion vulnerability in the AxiomThemes Conquerors WordPress theme allows unauthenticated attackers to access sensitive files or potentially execute arbitrary code.

Vulnerability

This vulnerability, categorized as CWE-98, arises from improper control of filenames used in include or require statements. An unauthenticated attacker can supply malicious input to trigger local file inclusion, potentially leading to unauthorized information disclosure or system compromise.

Business impact

The vulnerability carries a CVSS score of 8.1, indicating a high level of risk to the confidentiality, integrity, and availability of the host environment. Successful exploitation could allow an attacker to read sensitive configuration files, capture database credentials, or gain deeper access to the underlying server infrastructure, leading to significant data breaches or service downtime.

Remediation

Immediate Action: Since no specific patch version is currently identified, administrators should immediately deactivate or uninstall the Conquerors theme until a security update is released by the vendor.

Proactive Monitoring: Review web server access logs for suspicious requests containing path traversal patterns, such as sequences like "../" or null byte injections, targeting theme-related files.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common local file inclusion (LFI) patterns and prevent unauthorized directory traversal attempts.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the high severity of this file inclusion vulnerability, security teams must prioritize the isolation of any systems running the affected version of the Conquerors theme. If immediate removal is not feasible, implement strict WAF filtering and monitor for anomalous file access patterns until a vendor-supplied patch is confirmed as available and applied.

More AxiomThemes CVEs

Sources

Originally found and disclosed by Tran Nguyen Bao Khanh (VCI - VNPT Cyber Immunity) | Patchstack Bug Bounty Program, per the CVE Program record.