Cyber Resilience

CVE-2025-58898

High

Published: 18 December 2025

Published
18 December 2025
Modified
27 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0044 35.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1083 File and Directory Discovery Discovery
Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-58896Same vendor: Ancorathemes
CVE-2025-58901Same vendor: Ancorathemes
CVE-2025-58899Same vendor: Ancorathemes
CVE-2025-58891Same vendor: Ancorathemes
CVE-2025-58885Same vendor: Ancorathemes
CVE-2025-58888Same vendor: Ancorathemes
CVE-2025-58900Same vendor: Ancorathemes
CVE-2025-58890Same vendor: Ancorathemes
CVE-2025-58895Same vendor: Ancorathemes
CVE-2025-58892Same vendor: Ancorathemes

Affected Assets

ancorathemes
healthhub
≤ 1.3.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the specific PHP Local File Inclusion flaw in HealthHub theme versions through <=1.3.0 by applying patches or updates.

prevent

Validates filenames used in PHP include/require statements to prevent improper control leading to local file inclusion attacks.

prevent

Establishes secure PHP configuration settings like open_basedir and disabled functions to restrict arbitrary file inclusion even if input validation fails.

References