CVE-2025-58901
Published: 18 December 2025
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Takeout takeout allows PHP Local File Inclusion.This issue affects Takeout: from n/a through <= 1.3.0.
Mitigating Controls (NIST 800-53 r5)AI
Directly mandates timely remediation of the specific LFI vulnerability in the Takeout WordPress theme through patching or updates.
Requires validation of user-supplied filenames in PHP include/require statements to block malicious path traversal enabling LFI.
Enforces secure PHP configuration settings like open_basedir to restrict file access and mitigate LFI exploitation.
Security SummaryAI
CVE-2025-58901 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, described as PHP Remote File Inclusion but enabling PHP Local File Inclusion (CWE-98), in the AncoraThemes Takeout WordPress theme. This issue affects Takeout versions from n/a through 1.3.0. Published on 2025-12-18, it has 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).
A remote network-based attacker requires no privileges or user interaction but must overcome high attack complexity to exploit the vulnerability. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, potentially enabling local file inclusion to disclose sensitive files or facilitate further attacks such as remote code execution.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/takeout/vulnerability/wordpress-takeout-theme-1-3-0-local-file-inclusion-vulnerability?_s_id=cve details the local file inclusion vulnerability in the WordPress Takeout theme version 1.3.0.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The LFI vulnerability in the public-facing WordPress theme enables exploitation of a public-facing application (T1190) and facilitates collection of data from local system files such as configuration files.