CVE-2026-28118

8.1

axiomthemes · Welldone

The Welldone theme for WordPress contains a Local File Inclusion vulnerability due to improper control of filenames in include or require statements.

Executive summary

A high-severity Local File Inclusion vulnerability in the axiomthemes Welldone WordPress theme could allow an unauthenticated attacker to access sensitive local files or execute arbitrary code.

Vulnerability

This vulnerability, classified as CWE-98, occurs when the application fails to properly sanitize user-supplied input used in PHP file inclusion functions. An unauthenticated attacker can leverage this flaw to include unauthorized files, potentially leading to information disclosure or remote code execution.

Business impact

The exploitation of this vulnerability poses a significant risk to the confidentiality, integrity, and availability of the affected WordPress instance. With a CVSS score of 8.1, the flaw is considered high-severity: successful exploitation can lead to full system compromise, exposing sensitive configuration files, database credentials, or proprietary application logic to unauthorized parties.

Remediation

Immediate Action: Since no specific patch version is confirmed, administrators should immediately deactivate or uninstall the Welldone theme if it is not business-critical. If the theme must remain active, contact the vendor for an urgent security update or search for the latest version that addresses CWE-98.

Proactive Monitoring: Monitor server access logs for suspicious patterns, such as directory traversal attempts (e.g., ../ strings) or requests targeting sensitive system files like wp-config.php.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block malicious path traversal patterns and unauthorized file inclusion attempts targeted at the theme directory.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

The presence of a Local File Inclusion flaw in a WordPress theme represents a critical security oversight that requires immediate attention. Organizations should prioritize updating the Welldone theme to the latest available release or removing it entirely to neutralize the attack surface. Failure to remediate this vulnerability may leave the underlying server infrastructure exposed to unauthorized file access and potential code execution.

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.