CVE-2025-69065
Published: 22 January 2026
Description
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.
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.
Security SummaryAI
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.
Details
- CWE(s)
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).