Description
Unauthenticated Local File Inclusion in Spike <= 1.2 versions.
Published: 2026-06-16
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Spike theme for WordPress contains an unauthenticated Local File Inclusion vulnerability that allows an attacker to read arbitrary files on the victim server. This weakness is catalogued as CWE-98, meaning that the application fails to correctly restrict the inclusion of files specified by user input. If an attacker can supply a path that points to sensitive files, they could gain access to configuration files, credentials, or other confidential data. In the worst case, an attacker who can read arbitrary files might also pivot to further exploitation techniques that could compromise the whole site.

Affected Systems

Themes released by ThemeREX, specifically the Spike theme version 1.2 and earlier. No other vendors or products are listed as affected, and no specific version range beyond 1.2 was provided in the CNA data.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity level, while the EPSS score of less than 1% shows that exploitation is not common but remains possible. The vulnerability is not included in the CISA KEV catalog, so there is no evidence of large‑scale exploitation yet. Attackers can trigger the LFI without authentication; the exact method to supply the malicious path is not disclosed in the description, but based on typical LFI behavior in WordPress themes it is inferred that an attacker could manipulate a URL parameter or form input that the theme uses when including files. Because the LFI is unauthenticated and can expose files outside the web root, any attacker who gains read access to arbitrary files might also pivot to further exploitation techniques that compromise the entire site.

Generated by OpenCVE AI on June 17, 2026 at 22:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Spike theme to a version newer than 1.2, which removes the vulnerable file inclusion logic.
  • If an immediate upgrade is not possible, limit the web server's file permissions so that the WordPress process cannot read sensitive files outside the web root. This reduces the risk that an LFI will expose critical data.
  • Configure your web server (Apache, Nginx, etc.) to enforce a disallow rule for /wp-content/themes/spike/includes or any internal directory that can be targeted by the inclusion vulnerability, thereby preventing direct access to those files.

Generated by OpenCVE AI on June 17, 2026 at 22:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 10:45:00 +0000

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

Wed, 17 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 16 Jun 2026 22:00:00 +0000

Type Values Removed Values Added
Description Unauthenticated Local File Inclusion in Spike <= 1.2 versions.
Title WordPress Spike theme <= 1.2 - 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

Themerex Spike
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-17T10:45:35.419Z

Reserved: 2025-12-29T11:19:59.292Z

Link: CVE-2025-69168

cve-icon Vulnrichment

Updated: 2026-06-17T10:45:30.247Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T09:44:18Z

Weaknesses
  • CWE-98

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