Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Gable gable allows PHP Local File Inclusion.This issue affects Gable: from n/a through <= 1.5.
Published: 2026-02-20
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Local File Inclusion
Action: Patch
AI Analysis

Impact

The vulnerability is an improper control of filenames supplied to PHP include or require statements within the ThemeREX Gable WordPress theme. This weakness, identified as CWE‑98, grants the ability to have PHP include a local file chosen by an attacker. The CVSS score of 8.1 indicates a high potential impact; including a local file can disclose sensitive data or, if the file contains executable code, could result in code execution. The documentation notes that a local file can be included but does not explicitly confirm that arbitrary PHP code execution is guaranteed. However, based on PHP’s handling of included files, it is reasonable to infer that executable files could be run, though this outcome is not stated directly.

Affected Systems

All releases of the Gable theme from its initial version up to and including version 1.5 are affected. The affected product is the WordPress theme Gable by ThemeREX. No specific patch versions are listed; therefore any installation using a version equal to or older than 1.5 is vulnerable.

Risk and Exploitability

The EPSS score of less than 1 % signifies a very low probability of active exploitation, and the vulnerability is not listed in the CISA KEV catalog. The flaw involves an uncontrolled filename used in a PHP include. The likely attack vector is an unauthenticated HTTP request that supplies a crafted filename to the theme’s include logic. If successfully exploited, the high CVSS score reflects potential confidentiality or integrity compromise or code execution. The overall risk remains high severity but with a currently low likelihood of exploitation.

Generated by OpenCVE AI on April 28, 2026 at 17:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Gable WordPress theme to the latest available release (any version newer than 1.5).
  • Modify the theme’s code to validate or whitelist the filename before executing include() or require(), preventing arbitrary file paths from being used.
  • Deploy a web‑application firewall rule that filters requests containing directory‑traversal patterns or suspicious file paths attempting to trigger PHP include.

Generated by OpenCVE AI on April 28, 2026 at 17:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 25 Feb 2026 09:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 24 Feb 2026 21: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'}


Mon, 23 Feb 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Themerex
Themerex gable
Wordpress
Wordpress wordpress
Vendors & Products Themerex
Themerex gable
Wordpress
Wordpress wordpress

Fri, 20 Feb 2026 16: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 ThemeREX Gable gable allows PHP Local File Inclusion.This issue affects Gable: from n/a through <= 1.5.
Title WordPress Gable theme <= 1.5 - Local File Inclusion vulnerability
Weaknesses CWE-98
References

Subscriptions

Themerex Gable
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-04-28T20:59:15.275Z

Reserved: 2025-12-31T20:13:16.054Z

Link: CVE-2025-69395

cve-icon Vulnrichment

Updated: 2026-02-24T20:32:12.714Z

cve-icon NVD

Status : Deferred

Published: 2026-02-20T16:22:25.117

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

Link: CVE-2025-69395

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T17:45:16Z

Weaknesses
  • CWE-98

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