CVE-2025-52768
Published: 18 December 2025
Summary
CVE-2025-52768 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-52768 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as PHP Remote File Inclusion but enabling PHP Local File Inclusion, in the Faith & Hope WordPress theme developed by AncoraThemes. This issue affects all versions of the theme from n/a through 2.13.0 and was published on 2025-12-18.
Unauthenticated remote attackers can exploit this vulnerability over the network (AV:N) without requiring user interaction (UI:N) or privileges (PR:N), though exploitation involves high complexity (AC:H). Successful attacks result in high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), with an overall CVSS v3.1 score of 8.1, mapped to CWE-98.
Patchstack has issued an advisory documenting the vulnerability in the Faith & Hope WordPress theme version 2.13.0, available at https://patchstack.com/database/Wordpress/Theme/faith-hope/vulnerability/wordpress-faith-hope-theme-2-13-0-local-file-inclusion-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-204222
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Faith & Hope faith-hope allows PHP Local File Inclusion.This issue affects Faith & Hope: from n/a through <= 2.13.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in public-facing WordPress theme enables exploitation of public-facing application (T1190) and facilitates collection of data from local system files via arbitrary file inclusion (T1005).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates CVE-2025-52768 by identifying, reporting, and patching the improper filename control flaw in the Faith & Hope WordPress theme versions <=2.13.0.
Prevents LFI exploitation by validating filename inputs to PHP include/require statements against organization-defined safe values in the vulnerable theme.
Restricts filename inputs to prevent path traversal or unauthorized local file inclusion in the Faith & Hope theme's PHP code.