Description
Unauthenticated Local File Inclusion in Foton Core <= 1.1.1 versions.
Published: 2026-08-13
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an unauthenticated local file inclusion flaw in versions 1.1.1 and earlier of the WordPress Foton Core plugin. The flaw allows an attacker to specify arbitrary file paths in the plugin’s input parameters, enabling the server to read or, if a PHP file is located there, execute it. Because the plugin does not validate the path, the attacker can access sensitive files such as configuration files, user uploads, or system files, and potentially hijack the site or exfiltrate data.

Affected Systems

Affecting only the Mikado‑Themes Foton Core plugin, versions up to and including 1.1.1. Sites running this plugin on WordPress installations are susceptible. No other WordPress core or plugin versions are impacted.

Risk and Exploitability

The high CVSS score of 8.1 indicates substantial risk. Because the EPSS score is not available, the current exploitation probability cannot be quantified, but the lack of KEV listing suggests no widespread public exploitation yet. Nevertheless, the unauthenticated nature of the LFI makes it straightforward for automated scanners to detect and exploit. The vulnerability can be exploited via crafted URLs or form inputs that target the plugin’s file‑loading logic, allowing attackers to read sensitive files or execute arbitrary code if a PHP file can be read.

Generated by OpenCVE AI on August 13, 2026 at 16:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Foton Core plugin to version 1.1.2 or later, which removes the vulnerable file inclusion logic.
  • After upgrading, scan the WordPress installation for any residual configuration files or unauthorized PHP code that could be used as a foothold for similar LFI attacks.
  • Implement file‑access restrictions in the WordPress configuration, such as using the file‑system permissions and disabling PHP execution in uploads directories, to reduce the impact of potential future LFI flaws.
  • Monitor web traffic for LFI attempts and review server error logs for suspicious file inclusion patterns.

Generated by OpenCVE AI on August 13, 2026 at 16:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 13 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Description Unauthenticated Local File Inclusion in Foton Core <= 1.1.1 versions.
Title WordPress Foton Core plugin <= 1.1.1 - 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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-08-13T15:47:27.895Z

Reserved: 2026-07-27T14:00:43.007Z

Link: CVE-2026-66656

cve-icon Vulnrichment

Updated: 2026-08-13T14:28:52.176Z

cve-icon NVD

Status : Received

Published: 2026-08-13T14:17:09.350

Modified: 2026-08-13T16:18:46.147

Link: CVE-2026-66656

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T16:15:04Z

Weaknesses
  • CWE-98

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