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

Impact

The Fana theme incorporates an improper control of the filename used in PHP include/require statements, which is identified as CWE‑98. This flaw allows an attacker to have the application load unintended files residing on the server, potentially exposing sensitive data or executing arbitrary PHP code. The impact is limited to the web server running the theme; if the attacker can supply a crafted parameter to the vulnerable include call, the application may include local files that it should not access.

Affected Systems

WordPress installations that employ the Fana theme from the initial release through version 1.1.28 are affected. Any site using thembay Fana theme within this version range, without additional hardening, carries the vulnerability.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity rating. The EPSS score is reported as <1 %, suggesting that the likelihood of exploitation at this time is low but not zero. The bug is not listed in the CISA KEV catalog. Exploitation requires that a publicly accessible endpoint contains the vulnerable code; an attacker can provide a parameter that points to a local file path, causing the application to include that file. No authentication is needed if the endpoint is exposed, and the attacker could read sensitive files or inject PHP code if a writable file can be manipulated. The likely attack vector is through the web interface, with the attacker supplying a crafted URL or form value.

Generated by OpenCVE AI on May 1, 2026 at 07:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Fana theme to any release newer than 1.1.28, which removes the vulnerable include logic.
  • If an upgrade is not possible in the short term, restrict the include path to a whitelist of trusted files and perform strict validation on any user‑supplied filenames to prevent local file inclusion.
  • Apply PHP configuration hardening by disabling the allow_url_include directive and banning untrusted include/require functions via disable_functions to block potential remote code execution.

Generated by OpenCVE AI on May 1, 2026 at 07:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-18533 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in thembay Fana allows PHP Local File Inclusion. This issue affects Fana: from n/a through 1.1.28.
History

Thu, 23 Apr 2026 15:00: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'}


Wed, 01 Apr 2026 23: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 thembay Fana allows PHP Local File Inclusion. This issue affects Fana: from n/a through 1.1.28. Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in thembay Fana fana allows PHP Local File Inclusion.This issue affects Fana: from n/a through <= 1.1.28.
Title WordPress Fana <= 1.1.28 - Local File Inclusion Vulnerability WordPress Fana theme <= 1.1.28 - Local File Inclusion Vulnerability
References
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'}


Tue, 17 Jun 2025 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 17 Jun 2025 15:15: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 thembay Fana allows PHP Local File Inclusion. This issue affects Fana: from n/a through 1.1.28.
Title WordPress Fana <= 1.1.28 - Local File Inclusion Vulnerability
Weaknesses CWE-98
References
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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-04-28T16:12:59.009Z

Reserved: 2025-06-04T09:41:05.254Z

Link: CVE-2025-49251

cve-icon Vulnrichment

Updated: 2025-06-17T18:30:23.857Z

cve-icon NVD

Status : Deferred

Published: 2025-06-17T15:15:46.517

Modified: 2026-04-23T15:31:19.567

Link: CVE-2025-49251

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-01T07:30:11Z

Weaknesses
  • CWE-98

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