CVE-2026-28055
Published: 05 March 2026
Summary
CVE-2026-28055 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 32.0th 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-28055 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as PHP Remote File Inclusion but enabling PHP Local File Inclusion, in the ThemeREX M.Williamson WordPress theme (also referred to as williamson). This issue affects all versions of M.Williamson up to and including 1.2.11. The vulnerability was published on 2026-03-05 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), mapped to CWE-98.
An unauthenticated attacker with network access can exploit this vulnerability remotely. Exploitation requires high attack complexity but no privileges or user interaction, allowing the attacker to achieve high impacts on confidentiality, integrity, and availability, such as local file disclosure or potential code execution via included files.
The Patchstack advisory provides details on mitigation for this WordPress theme vulnerability: https://patchstack.com/database/Wordpress/Theme/williamson/vulnerability/wordpress-m-williamson-theme-1-2-11-local-file-inclusion-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9715
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX M.Williamson williamson allows PHP Local File Inclusion.This issue affects M.Williamson: from n/a through <= 1.2.11.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in public-facing WordPress theme enables T1190 (exploit public-facing application) for initial access and T1005 (data from local system) via arbitrary local file inclusion, with high C/I/A impacts indicating direct facilitation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Remediating the specific flaw in the M.Williamson WordPress theme versions <=1.2.11 directly prevents exploitation of this PHP local file inclusion vulnerability.
Validating filenames supplied to PHP include/require statements blocks malicious path traversal or inclusion attempts central to this CVE.
Securing PHP configuration settings such as open_basedir and allow_url_include=Off limits the impact of improper filename controls in the vulnerable theme.