Summary
CVE-2026-66656 is an unauthenticated Local File Inclusion (LFI) vulnerability in the Foton Core plugin bundled with the Foton WordPress theme by Mikado-Themes, affecting versions up to and including 1.1.1. The flaw allows a remote, unauthenticated attacker to force the plugin to include arbitrary files on the server, and it carries a HIGH severity rating of 8.1.
Technical details
- Root cause: improper control of filename input used in a PHP include/require statement (CWE-98), allowing attacker-supplied paths to be included by the application.
- Trigger conditions: no authentication or user interaction is required to reach the vulnerable code path.
- Attack vector: network-based (AV:N), though attack complexity is rated high (AC:H), indicating some non-trivial conditions must align for exploitation.
- Impact: successful exploitation can compromise confidentiality, integrity, and availability of the hosting environment, consistent with local file inclusion leading to disclosure of sensitive files or, depending on server configuration, code execution.
Affected software
- Foton Core (WordPress theme companion plugin) by Mikado-Themes: versions up to and including 1.1.1
Severity
- CVSS v3.1 Base Score: 8.1 (High)
- Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Upgrade Foton Core to a version newer than 1.1.1 that resolves this issue.
- If no patch is available or cannot be applied immediately: restrict direct internet access to the WordPress admin and plugin endpoints, deploy a web application firewall rule to block path traversal/LFI patterns in requests, and monitor server logs for anomalous file-inclusion attempts targeting the theme/plugin.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/plugins/foton-core/

