CVE-2025-58898
Published: 18 December 2025
Summary
CVE-2025-58898 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in Ancorathemes Healthhub. 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-58898 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as PHP Remote File Inclusion, in the AncoraThemes HealthHub WordPress theme. The flaw enables PHP Local File Inclusion and affects HealthHub versions from n/a through 1.3.0. It is associated with CWE-98 and received 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 potential for significant impacts across confidentiality, integrity, and availability.
Unauthenticated remote attackers can exploit this vulnerability over the network without user interaction, though it requires high attack complexity. Successful exploitation allows attackers to perform local file inclusion, potentially leading to high-level compromise of confidentiality, integrity, and availability on the affected system.
The Patchstack advisory details this Local File Inclusion vulnerability specifically in the WordPress HealthHub theme version 1.3.0, providing vulnerability database information for mitigation guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-204175
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes HealthHub healthhub allows PHP Local File Inclusion.This issue affects HealthHub: from n/a through <= 1.3.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
T1190 for exploiting public-facing WordPress application via unauthenticated LFI; T1005 and T1083 as LFI directly enables reading/discovering local files including sensitive configs.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the specific PHP Local File Inclusion flaw in HealthHub theme versions through <=1.3.0 by applying patches or updates.
Validates filenames used in PHP include/require statements to prevent improper control leading to local file inclusion attacks.
Establishes secure PHP configuration settings like open_basedir and disabled functions to restrict arbitrary file inclusion even if input validation fails.