CVE-2025-52745
Published: 18 December 2025
Summary
CVE-2025-52745 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 35.2th 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-52745 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 Farm Agrico WordPress theme by AncoraThemes. It affects Farm Agrico versions from n/a through 1.3.11 and 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).
Remote attackers require no privileges or user interaction to exploit this over the network, though high attack complexity is needed. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, allowing inclusion of arbitrary local files, which could lead to information disclosure or code execution depending on server configuration.
The Patchstack advisory documents this Local File Inclusion vulnerability specifically in Farm Agrico theme version 1.3.11 and provides vulnerability details for affected WordPress installations.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-204223
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Farm Agrico farmagrico allows PHP Local File Inclusion.This issue affects Farm Agrico: from n/a through <= 1.3.11.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
This is a remote file inclusion vulnerability in a public-facing WordPress theme, directly enabling exploitation of public-facing applications via unauthenticated network access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the PHP Local File Inclusion vulnerability in Farm Agrico theme versions through <=1.3.11 by requiring timely flaw patching and updates.
Prevents exploitation by enforcing validation and sanitization of filenames supplied to PHP include/require statements, addressing the improper control flaw.
Mitigates LFI by establishing secure PHP configuration settings like open_basedir restrictions to limit arbitrary local file access.