CVE-2026-22415
Published: 05 March 2026
Summary
CVE-2026-22415 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-22415 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, described as enabling PHP Local File Inclusion (despite the PHP Remote File Inclusion classification), in the WordPress theme The Mounty developed by AncoraThemes. This issue affects all versions of The Mounty from n/a through 1.1. It is associated with CWE-98 and carries a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility and significant impacts on confidentiality, integrity, and availability.
Unauthenticated remote attackers can exploit this vulnerability over the network, though it requires high attack complexity and no user interaction. Successful exploitation allows attackers to perform local file inclusion, potentially leading to high-level compromise of confidentiality by reading sensitive files, integrity violations through code execution or modification, and availability disruptions.
Mitigation details are available in advisories such as the Patchstack database entry at https://patchstack.com/database/Wordpress/Theme/the-mounty/vulnerability/wordpress-the-mounty-theme-1-1-local-file-inclusion-vulnerability?_s_id=cve. The vulnerability was published on 2026-03-05T06:16:15.310.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9544
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes The Mounty the-mounty allows PHP Local File Inclusion.This issue affects The Mounty: from n/a through <= 1.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI in public-facing WordPress theme enables remote exploitation (T1190) and arbitrary local file inclusion for data from local system (T1005), file discovery (T1083), and credentials in files like wp-config.php (T1552.001).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of filename inputs to PHP include/require statements, preventing local file inclusion by rejecting improper filenames.
Ensures timely identification, reporting, and correction of the specific LFI flaw in the WordPress theme The Mounty.
Provides vulnerability scanning to identify the LFI vulnerability in the theme, enabling proactive remediation before exploitation.