Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Edge-Themes Overworld overworld allows PHP Local File Inclusion.This issue affects Overworld: from n/a through <= 1.5.
Published: 2026-07-13
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Edge‑Themes Overworld theme contains an improper control of filenames used in PHP include/require statements, which creates a local file inclusion vulnerability. An attacker who can send a crafted request may force the theme to include an arbitrary file from the server’s filesystem. This could expose sensitive configuration files, reveal system information, or enable execution of malicious code if the included file also contains executable PHP. The weakness is classified as CWE‑98: Improper Control of Filename for Include/Require Statement.

Affected Systems

Edge‑Themes Overworld theme versions from the initial release through 1.5 are affected. Any WordPress site deploying Overworld 1.5 or earlier must review their installations and apply changes.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity, while the EPSS score of less than 1% shows a low probability of current exploitation. The vulnerability is not listed in the CISA KEV catalog. Likely attack vectors are remote, where an attacker crafts a request that manipulates the include path. Successful exploitation requires that the target server’s web root contains readable or writable files that an attacker can coerce the theme to load. If an arbitrary PHP file is included, the attacker could achieve remote code execution, compromising confidentiality and integrity of the application and underlying system.

Generated by OpenCVE AI on August 1, 2026 at 10:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Overworld theme to a version that removes the vulnerable include functionality or hardens the file selection logic.
  • If an update is unavailable, modify the theme’s PHP code to validate the include path against a whitelist of approved files and reject any paths containing directory traversal or non‑whitelisted file names.
  • Configure the web server to disallow directory traversal and protect sensitive files (such as *.php, *.config, .env) from being read via the included path, or deploy a web application firewall that blocks malformed requests exploiting LFI.
  • Regularly scan the WordPress installation for newly added configuration or source files that could be inadvertently exposed through LFI and remove them if not required.

Generated by OpenCVE AI on August 1, 2026 at 10:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 13 Jul 2026 10: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 Edge-Themes Overworld overworld allows PHP Local File Inclusion.This issue affects Overworld: from n/a through <= 1.5.
Title WordPress Overworld theme <= 1.5 - Local File Inclusion vulnerability
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-13T14:38:16.254Z

Reserved: 2026-06-25T08:05:08.367Z

Link: CVE-2026-57800

cve-icon Vulnrichment

Updated: 2026-07-13T13:58:57.902Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:30:04Z

Weaknesses
  • CWE-98

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