CVE-2025-67955
Published: 22 January 2026
Summary
CVE-2025-67955 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.8th 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-2025-67955 is an Improper Control of Filename for Include/Require Statement vulnerability in PHP programs, specifically enabling PHP Local File Inclusion (CWE-98), in the TangibleWP MyHome Core WordPress plugin (myhome-core). This issue affects all versions from n/a through 4.1.0. The vulnerability carries a CVSS v3.1 base score of 7.5 (High), with the vector AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H.
An attacker with low privileges, such as an authenticated user, can exploit this over the network with high attack complexity and no user interaction required. Successful exploitation grants high impacts on confidentiality, integrity, and availability, allowing inclusion of local PHP files which could result in unauthorized access to sensitive data or potential code execution.
The Patchstack advisory provides details on this vulnerability, including mitigation guidance, at https://patchstack.com/database/Wordpress/Plugin/myhome-core/vulnerability/wordpress-myhome-core-plugin-4-1-0-local-file-inclusion-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-4045
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in TangibleWP MyHome Core myhome-core allows PHP Local File Inclusion.This issue affects MyHome Core: from n/a through <= 4.1.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in public-facing WordPress plugin directly enables server-side exploitation for initial access and potential code execution via malicious file inclusion.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the CVE by requiring identification, reporting, and correction of the PHP Local File Inclusion flaw in vulnerable MyHome Core plugin versions through 4.1.0.
Prevents exploitation by enforcing validation of untrusted filename inputs to PHP include/require statements, addressing the improper control at the root of this LFI vulnerability.
Mitigates risk through secure configuration settings in PHP and WordPress, such as restricting file paths with open_basedir or disabling dangerous include functions.