Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes ChildHope childhope allows PHP Local File Inclusion.This issue affects ChildHope: from n/a through <= 1.1.8.
Published: 2025-12-18
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from an unsanitized filename used in a PHP include or require statement within the AncoraThemes ChildHope theme. This flaw enables a local file to be included without proper validation, potentially exposing sensitive files. Based on the description, it is inferred that such an action could allow unintended PHP code execution. The weakness is classified as a Local File Inclusion, aligning with CWE‑98. The primary result is that an attacker can read internal files or execute unintended scripts on the web server, compromising confidentiality and potentially the integrity of the website’s data.

Affected Systems

Any WordPress installation using the AncoraThemes ChildHope theme version 1.1.8 or earlier is vulnerable. These versions can be present on any site that has not yet upgraded the theme beyond the specified threshold.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity issue. An EPSS score of <1% suggests that, at the time of assessment, the probability of real‑world exploitation is low, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the likely attack vector involves sending a crafted request that manipulates the filename parameter used in the theme’s include/require chain, possibly via a URL parameter or form input. Successful exploitation would enable reading of privileged files such as wp‑config.php, and it is inferred that exploitation could also permit malicious code execution if the attacker can influence the path handling logic.

Generated by OpenCVE AI on April 29, 2026 at 22:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the ChildHope theme to any release newer than 1.1.8, ensuring the fixed version has input validation for include paths.
  • If an immediate upgrade is not possible, locate PHP files that perform include or require operations with user‑supplied data and replace them with hard‑coded, whitelisted paths, or strip any user input before use.
  • Configure the PHP runtime by setting "allow_url_include" to Off and "open_basedir" to restrict includeable directories, then monitor server logs for suspicious inclusion attempts.

Generated by OpenCVE AI on April 29, 2026 at 22:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 20 Jan 2026 15:30:00 +0000


Tue, 20 Jan 2026 14:45:00 +0000


Fri, 19 Dec 2025 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Thu, 18 Dec 2025 20:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 18 Dec 2025 07:45:00 +0000

Type Values Removed Values Added
Description Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes ChildHope childhope allows PHP Local File Inclusion.This issue affects ChildHope: from n/a through <= 1.1.8.
Title WordPress ChildHope theme <= 1.1.8 - Local File Inclusion vulnerability
Weaknesses CWE-98
References

Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-04-28T19:15:11.277Z

Reserved: 2025-06-30T10:46:13.038Z

Link: CVE-2025-53434

cve-icon Vulnrichment

Updated: 2025-12-18T19:22:09.162Z

cve-icon NVD

Status : Deferred

Published: 2025-12-18T08:15:53.710

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-53434

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-29T22:45:06Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')