CVE-2025-69400
Published: 20 February 2026
Summary
CVE-2025-69400 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.6th 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-69400 is an Improper Control of Filename for Include/Require Statement vulnerability in PHP programs, specifically a PHP Remote File Inclusion issue that enables PHP Local File Inclusion (CWE-98). It affects the ThemeREX Yokoo WordPress theme, impacting all versions from n/a through 1.1.11. The vulnerability 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 its potential for significant impact.
Remote attackers can exploit this vulnerability over the network without requiring user privileges or interaction, though exploitation demands high attack complexity. Successful attacks allow attackers to include and potentially execute arbitrary local files on the server, leading to high confidentiality, integrity, and availability impacts, such as unauthorized access to sensitive data or system compromise.
The Patchstack advisory documents this Local File Inclusion vulnerability in the WordPress Yokoo theme up to version 1.1.11, providing details for affected users at https://patchstack.com/database/Wordpress/Theme/yokoo/vulnerability/wordpress-yokoo-theme-1-1-11-local-file-inclusion-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207974
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Yokoo yokoo allows PHP Local File Inclusion.This issue affects Yokoo: from n/a through <= 1.1.11.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a Local File Inclusion in a public-facing WordPress theme, directly enabling exploitation of a public-facing application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the LFI vulnerability by requiring timely patching or removal of the vulnerable Yokoo WordPress theme versions up to 1.1.11.
Validates filenames supplied to PHP include/require statements, preventing attackers from injecting paths for arbitrary local file inclusion.
Enforces secure PHP configuration settings like open_basedir restrictions and disabling allow_url_include to limit the scope of local file access in case of exploitation.