Summary
CVE-2026-66671 is an unauthenticated Local File Inclusion (LFI) vulnerability in the Verdure Core WordPress plugin, developed by Elated-Themes, affecting versions 1.2 and earlier. The flaw allows a remote, unauthenticated attacker to cause the plugin to include arbitrary files on the server, and it carries a High CVSS v3.1 base score of 8.1.
Technical details
- Root cause: Improper control of filename/path used in a PHP include/require statement (CWE-98), allowing attacker-influenced input to determine which file is included by the plugin.
- Trigger conditions: No authentication or user interaction is required; the affected code path is reachable directly over the network on any site running the vulnerable plugin version.
- Attack vector: Network (AV:N), with high attack complexity (AC:H) and no privileges required (PR:N).
- Impact: Successful exploitation can result in disclosure of sensitive local files and, depending on server configuration, may enable further code execution — reflected in high impact to confidentiality, integrity, and availability (C:H/I:H/A:H).
Affected software
- Verdure Core WordPress plugin (by Elated-Themes), versions ≤ 1.2
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: Update Verdure Core to a version newer than 1.2 as soon as a fixed release is published by the vendor.
- If no patch is available: Restrict or disable the Verdure Core plugin until a fix is released; review web server and PHP configuration to disable remote file inclusion and restrict access to sensitive local files; monitor web server logs for unusual file-path parameters in requests to the 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/verdure-core/

