CVE-2026-22420
Published: 05 March 2026
Summary
CVE-2026-22420 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-22420 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as a PHP Remote File Inclusion issue that enables PHP Local File Inclusion in the AncoraThemes Horizon WordPress theme. The vulnerability affects Horizon versions from n/a through 1.1 inclusive, as documented with CWE-98 and published on 2026-03-05.
The vulnerability can be exploited by unauthenticated attackers (PR:N) over the network (AV:N) with high attack complexity (AC:H) and no user interaction required (UI:N). Successful exploitation results in high impacts across confidentiality, integrity, and availability (C:H/I:H/A:H), yielding a CVSS v3.1 base score of 8.1 and potential for unauthorized file access or manipulation on the affected system.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/horizon/vulnerability/wordpress-horizon-theme-1-1-local-file-inclusion-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9549
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Horizon horizon allows PHP Local File Inclusion.This issue affects Horizon: from n/a through <= 1.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE-2026-22420 is a Local File Inclusion vulnerability in a public-facing WordPress theme, directly enabling exploitation of a public-facing web application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of untrusted inputs like filenames in PHP include/require statements to prevent local file inclusion attacks as in CVE-2026-22420.
Mandates timely patching and remediation of known flaws such as the PHP file inclusion vulnerability in the Horizon WordPress theme up to version 1.1.
Enforces secure PHP configuration settings like open_basedir restrictions or disabling dangerous functions to limit the impact of file inclusion vulnerabilities.