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

Impact

The GlamChic WordPress theme has a flaw that lets an attacker provide an untrusted file path to a PHP include or require statement. This uncontrolled inclusion is classified as CWE-98 and can lead to local file inclusion, allowing the attacker to read arbitrary files on the server or execute malicious code. The likely attack vector is via a theme function that accepts a file path parameter without proper validation, as inferred from the description that the vulnerability is due to "Improper Control of Filename for Include/Require Statement."

Affected Systems

AncoraThemes GlamChic theme versions from the initial release through version 1.0.11 are affected. Any WordPress site that deploys these versions is vulnerable, regardless of site configuration or other plugins. The problem is tied to the theme’s code and does not require specific server settings beyond the default WordPress installation.

Risk and Exploitability

The vulnerability has a CVSS score of 8.1, indicating high severity. Its EPSS score is less than 1%, suggesting that mass exploitation is currently unlikely, and it is not listed in the CISA KEV catalog. Nevertheless, because the flaw allows attackers to supply a crafted file path via a theme function that is easy to discover and trigger, the potential impact remains significant for exposed sites that cannot apply the patch immediately.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the GlamChic theme to the latest release (>= 1.0.12) to remove the vulnerable inclusion logic.
  • If an upgrade is not possible, configure the web server to deny inclusion of files outside the theme’s dedicated directories and validate any user‑supplied file path against a strict whitelist.
  • Set the open_basedir PHP setting to limit file access for the theme’s context, ensuring that only files within safe directories can be read or executed.

Generated by OpenCVE AI on April 29, 2026 at 22:41 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 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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:30: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'}


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 GlamChic glamchic allows PHP Local File Inclusion.This issue affects GlamChic: from n/a through <= 1.0.11.
Title WordPress GlamChic theme <= 1.0.11 - Local File Inclusion vulnerability
Weaknesses CWE-98
References

Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-04-28T20:26:31.717Z

Reserved: 2025-06-11T16:07:15.643Z

Link: CVE-2025-49941

cve-icon Vulnrichment

Updated: 2025-12-18T19:19:34.189Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-49941

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')