Cyber Posture

CVE-2025-58898

High

Published: 18 December 2025

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

Description

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.

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.

Security SummaryAI

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.

Details

CWE(s)

Affected Products

ancorathemes
healthhub
≤ 1.3.0

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

References