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

Impact

An improper control of filename for an include/require statement in PHP enables local file inclusion in the Yozi theme up to version 2.0.63. This flaw allows an attacker who can influence the include path to read arbitrary local files on the web server. By reading files such as wp‑config.php or other sensitive configuration files, the attacker gains access to credentials and site credentials, potentially facilitating further compromise. The vulnerability is mapped to CWE‑98.

Affected Systems

The vulnerability affects the ApusTheme Yozi theme for WordPress, specifically any installation using a version from the initial release up to and including 2.0.63. WordPress sites that have this theme active are therefore exposed to the risk described above.

Risk and Exploitability

The CVSS score of 8.1 indicates high severity, while the EPSS score of <1% suggests that exploitation is currently rare. The flaw has not been listed in CISA’s KEV catalog. Exploitation would typically involve manipulating a request parameter that feeds into the include/require call; the attacker needs only access to the publicly reachable part of the WordPress installation and must be able to craft the request. Once the inclusion is successful, sensitive local files can be read. Even though the likelihood of immediate exploitation is low, the potential impact is significant.

Generated by OpenCVE AI on April 30, 2026 at 18:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Yozi theme to the latest available version (2.0.64 or later) to remove the vulnerable include logic.
  • If an immediate upgrade is not possible, locate the include/require statement in the theme files, comment it out, and replace it with a hard‑coded whitelist of allowed files or a safe path validation routine.
  • As a short‑term workaround, configure the web server (e.g., using .htaccess or server block rules) to deny direct access to PHP files that contain vulnerable includes or move the theme directory outside the document root.
  • Additionally, implement a file integrity monitor or Web Application Firewall rule that blocks attempts to use arbitrary local paths in request parameters for the theme’s includes.

Generated by OpenCVE AI on April 30, 2026 at 18:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-27822 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ApusTheme Yozi allows PHP Local File Inclusion. This issue affects Yozi: from n/a through 2.0.52.
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 ApusTheme Yozi allows PHP Local File Inclusion. This issue affects Yozi: from n/a through 2.0.52. Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ApusTheme Yozi yozi allows PHP Local File Inclusion.This issue affects Yozi: from n/a through <= 2.0.63.
Title WordPress Yozi <= 2.0.52 - Local File Inclusion Vulnerability WordPress Yozi theme <= 2.0.63 - 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'}


Fri, 23 May 2025 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 23 May 2025 13:00: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 ApusTheme Yozi allows PHP Local File Inclusion. This issue affects Yozi: from n/a through 2.0.52.
Title WordPress Yozi <= 2.0.52 - 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-05-12T00:20:56.207Z

Reserved: 2025-04-04T10:02:38.419Z

Link: CVE-2025-32289

cve-icon Vulnrichment

Updated: 2025-05-23T13:23:58.777Z

cve-icon NVD

Status : Deferred

Published: 2025-05-23T13:15:29.527

Modified: 2026-04-23T15:28:54.480

Link: CVE-2025-32289

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-30T19:00:14Z

Weaknesses
  • CWE-98

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