CVE-2026-22429
Published: 05 March 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Verdure verdure allows PHP Local File Inclusion.This issue affects Verdure: from n/a through <= 1.6.
Mitigating Controls (NIST 800-53 r5)AI
Requires timely remediation of the specific flaw in Verdure theme versions <=1.6, eliminating the PHP local file inclusion vulnerability.
Mandates validation of user-supplied filenames at PHP include/require entry points to block local file inclusion exploits.
Enforces secure PHP configuration settings like open_basedir restrictions to limit file access scope even if inclusion occurs.
Security SummaryAI
CVE-2026-22429 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as PHP Remote File Inclusion but enabling PHP Local File Inclusion, in the Mikado-Themes Verdure WordPress theme. This issue affects Verdure versions from n/a through 1.6, as published on 2026-03-05.
The vulnerability carries a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating exploitation over the network by unauthenticated attackers with no user interaction required, albeit high attack complexity. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, such as unauthorized access to local files on the server.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/verdure/vulnerability/wordpress-verdure-theme-1-6-local-file-inclusion-vulnerability?_s_id=cve documents this Local File Inclusion vulnerability in the WordPress Verdure theme version 1.6.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a Local/Remote File Inclusion in a public-facing WordPress theme, directly enabling exploitation of public-facing applications.