Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Monyxi monyxi allows PHP Local File Inclusion.This issue affects Monyxi: 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 improper control of the filename used in an include/require statement in the AncoraThemes Monyxi WordPress theme. An attacker who can influence this filename may cause the server to read or execute arbitrary files, leading to disclosure of sensitive data or remote code execution if the included file contains executable code. This weakness is identified as CWE‑98, focusing on unsafe file handling in PHP.

Affected Systems

AncoraThemes’ Monyxi theme is affected from the earliest available version through and including version 1.1.8. Users running any Monyxi build within that range are at risk, regardless of specific prior version names.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity, but the EPSS score of less than 1% points to a low probability of exploitation in the wild. The vulnerability is not yet listed in the CISA KEV catalog. Exploitation depends on an attacker’s ability to supply a malicious filename or manipulate the include path, which is typically possible only if the theme accepts user-controllable parameters or if remote code upload is feasible. The likely attack vector is a local file inclusion, which could enable arbitrary file access or execution if combined with other weaknesses.

Generated by OpenCVE AI on April 29, 2026 at 15:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Monyxi theme to version 1.1.9 or later to incorporate the vendor‑patched logic that validates include paths.
  • If an immediate upgrade is not possible, restrict user‑supplied parameters that influence file inclusion, for example by enforcing a whitelist of allowed filenames or by sanitizing the path before passing it to include/require.
  • Implement server‑side input validation or use a configuration change (e.g., disabling PHP's allow_url_include and ensuring open_basedir restrictions) to prevent accidental inclusion of unintended files.

Generated by OpenCVE AI on April 29, 2026 at 15:57 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 Monyxi monyxi allows PHP Local File Inclusion.This issue affects Monyxi: from n/a through <= 1.1.8.
Title WordPress Monyxi 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-28T20:22:09.616Z

Reserved: 2025-06-04T09:42:48.971Z

Link: CVE-2025-49367

cve-icon Vulnrichment

Updated: 2025-12-18T19:14:34.621Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-49367

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-29T16:00:06Z

Weaknesses
  • CWE-98

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