CVE-2025-69065
Published: 22 January 2026
Summary
CVE-2025-69065 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-2025-69065 is an Improper Control of Filename for Include/Require Statement vulnerability in PHP programs, classified as a PHP Local File Inclusion (LFI) issue, affecting the Snow Mountain WordPress theme developed by AncoraThemes. The vulnerability impacts Snow Mountain versions from n/a through 1.4.3 and is mapped to CWE-98. It was published on 2026-01-22 with 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).
Remote unauthenticated attackers can exploit this vulnerability over the network. Exploitation requires high attack complexity and no user interaction, enabling high impacts on confidentiality, integrity, and availability, such as unauthorized access to local files on the server.
Advisories, including the Patchstack database entry at https://patchstack.com/database/Wordpress/Theme/snowmountain/vulnerability/wordpress-snow-mountain-theme-1-4-3-local-file-inclusion-vulnerability?_s_id=cve, provide details on the vulnerability in the WordPress Snow Mountain theme version 1.4.3. Security practitioners should consult these for recommended patches or mitigations.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3905
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Snow Mountain snowmountain allows PHP Local File Inclusion.This issue affects Snow Mountain: from n/a through <= 1.4.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables exploitation of public-facing WordPress application (T1190) via remote LFI, directly facilitating access to arbitrary local files (T1005).
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 specific PHP LFI flaw in the Snow Mountain WordPress theme.
Requires validation of user-supplied filenames in PHP include/require statements to block malicious local file inclusion paths.
Enforces secure PHP configuration settings like open_basedir and disabled allow_url_include to restrict arbitrary local file access despite the flawed code.