CVE-2026-28092
8.1ThemeREX · Sounder
A Local File Inclusion (LFI) vulnerability in the ThemeREX Sounder WordPress theme allows unauthenticated attackers to include arbitrary local files via improper filename control.
Executive summary
The ThemeREX Sounder theme contains a critical Local File Inclusion vulnerability that could allow an unauthenticated attacker to read sensitive files or execute code on the underlying server.
Vulnerability
This vulnerability is a Local File Inclusion (CWE-98) flaw occurring within the theme's PHP include/require statements. It allows an unauthenticated attacker to manipulate file paths to access or include unauthorized local files, potentially leading to full system compromise.
Business impact
Successful exploitation of this vulnerability poses a severe risk to organizational infrastructure, as it allows for unauthorized access to sensitive application configuration files, database credentials, or system files. Given the CVSS score of 8.1, this is a high-severity issue that could result in total compromise of the web application and potential lateral movement within the network.
Remediation
Immediate Action: Update the Sounder theme to the latest available version beyond 1.3.11 to patch the vulnerable file inclusion logic. If an update is not immediately available, disable the theme until a secure version is released.
Proactive Monitoring: Review web server access logs for anomalous requests containing directory traversal patterns or unexpected file path inclusions, specifically targeting PHP files.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common directory traversal sequences and LFI attempt payloads directed at the theme directory.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The vulnerability in the ThemeREX Sounder theme represents a significant security risk due to its potential to facilitate unauthorized file access and remote code execution. Security teams should prioritize identifying all instances of the Sounder theme within their environment and ensure they are updated to a non-vulnerable version immediately to prevent potential exploitation.
More ThemeREX CVEs
Sources
Originally found and disclosed by Bonds | Patchstack Bug Bounty Program, per the CVE Program record.