CVE-2025-53435
Published: 18 December 2025
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in axiomthemes Plan My Day planmyday allows PHP Local File Inclusion.This issue affects Plan My Day: from n/a through <= 1.1.13.
Mitigating Controls (NIST 800-53 r5)AI
Directly requires timely identification, reporting, and correction of the PHP Local File Inclusion flaw in the Plan My Day WordPress theme.
Mandates information input validation at system entry points to sanitize filenames and prevent their improper use in PHP include/require statements leading to LFI.
Establishes secure configuration settings for PHP environments, such as open_basedir restrictions or disabling remote file functions, to limit LFI exploitation potential.
Security SummaryAI
CVE-2025-53435 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, known as PHP Remote File Inclusion, that allows PHP Local File Inclusion in the axiomthemes Plan My Day (planmyday) WordPress theme. This issue affects Plan My Day versions from n/a through 1.1.13 and is associated with CWE-98. 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 significant impacts on confidentiality, integrity, and availability.
Unauthenticated attackers can exploit this vulnerability remotely over the network, though it requires high attack complexity and no user interaction. Successful exploitation enables local file inclusion, potentially allowing attackers to access or manipulate sensitive files on the server, leading to high-level compromise of confidentiality, integrity, and availability as per the CVSS metrics.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/planmyday/vulnerability/wordpress-plan-my-day-theme-1-1-13-local-file-inclusion-vulnerability?_s_id=cve provides detailed information on this WordPress theme vulnerability, including assessment for affected installations.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
T1190 directly enabled by exploiting public-facing WordPress theme vulnerability; T1005 facilitated by LFI allowing access to sensitive local files.