CVE-2025-52768
Published: 18 December 2025
Description
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.
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.
Security SummaryAI
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.
Details
- CWE(s)
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).